org.apache.myfaces.trinidadinternal.image.xml.parse
Class ColorParserFactory

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.image.xml.parse.ColorParserFactory
All Implemented Interfaces:
ParserFactory

public class ColorParserFactory
extends java.lang.Object
implements ParserFactory

Factory for creating ColorParsers

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/xml/parse/ColorParserFactory.java#0 $) $Date: 10-nov-2005.19:04:02 $
Author:
The Oracle ADF Faces Team

Method Summary
 NodeParser getParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
          Returns the parser used for creating ImageProviderRequest instances with the given namespace and local name.
 void registerSelf(ParserManager manager, java.lang.String namespace)
          Registers this factory on a ParserManager.
static ColorParserFactory sharedInstance()
          Gets the shared ColorParserFactory instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sharedInstance

public static ColorParserFactory sharedInstance()
Gets the shared ColorParserFactory instance.


registerSelf

public void registerSelf(ParserManager manager,
                         java.lang.String namespace)
Registers this factory on a ParserManager.


getParser

public NodeParser getParser(ParseContext context,
                            java.lang.String namespaceURI,
                            java.lang.String localName)
Returns the parser used for creating ImageProviderRequest instances with the given namespace and local name.

Specified by:
getParser in interface ParserFactory


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.