Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag
Interface TagHandlerFactory  view TagHandlerFactory download TagHandlerFactory.java

All Known Implementing Classes:
AbstractTagLibrary.ComponentHandlerFactory, AbstractTagLibrary.ConverterHandlerFactory, AbstractTagLibrary.HandlerFactory, AbstractTagLibrary.UserComponentHandlerFactory, AbstractTagLibrary.UserConverterHandlerFactory, AbstractTagLibrary.UserTagFactory, AbstractTagLibrary.UserValidatorHandlerFactory, AbstractTagLibrary.ValidatorHandlerFactory

interface TagHandlerFactory

Delegate class for TagLibraries

Version:
$Id: TagHandlerFactory.java,v 1.3 2005/08/24 04:38:48 jhook Exp $

Method Summary
 TagHandler createHandler(TagConfig cfg)
          A new TagHandler instantiated with the passed TagConfig
 

Method Detail

createHandler

public TagHandler createHandler(TagConfig cfg)
                         throws javax.faces.FacesException,
                                ELException
A new TagHandler instantiated with the passed TagConfig