|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ tag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.tag
Interface TagHandlerFactory

- 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
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ tag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC