org.apache.myfaces.trinidadinternal.ui.laf.xml.parse
Class IconParserFactory

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.laf.xml.parse.IconParserFactory
All Implemented Interfaces:
ParserFactory

public class IconParserFactory
extends java.lang.Object
implements ParserFactory

ParserFactory for icon parsers.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/xml/parse/IconParserFactory.java#0 $) $Date: 10-nov-2005.18:50:38 $
Author:
The Oracle ADF Faces Team

Constructor Summary
IconParserFactory()
           
 
Method Summary
 NodeParser getParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
          Returns the parser for the icon with the specified namespaceURI/localName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconParserFactory

public IconParserFactory()
Method Detail

getParser

public NodeParser getParser(ParseContext context,
                            java.lang.String namespaceURI,
                            java.lang.String localName)
Returns the parser for the icon with the specified namespaceURI/localName.

Specified by:
getParser in interface ParserFactory


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