|
|||||||||
| 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
Class AbstractTagLibrary.UserTagFactory

java.lang.Objectcom.sun.facelets.tag.AbstractTagLibrary.UserTagFactory
- All Implemented Interfaces:
- TagHandlerFactory
- Enclosing class:
- AbstractTagLibrary
- private static class AbstractTagLibrary.UserTagFactory
- extends java.lang.Object
- implements TagHandlerFactory
- extends java.lang.Object
| Field Summary | |
protected java.net.URL |
location
|
| Constructor Summary | |
AbstractTagLibrary.UserTagFactory(java.net.URL location)
|
|
| Method Summary | |
TagHandler |
createHandler(TagConfig cfg)
A new TagHandler instantiated with the passed TagConfig |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
location
protected final java.net.URL location
| Constructor Detail |
AbstractTagLibrary.UserTagFactory
public AbstractTagLibrary.UserTagFactory(java.net.URL location)
| Method Detail |
createHandler
public TagHandler createHandler(TagConfig cfg) throws javax.faces.FacesException, ELException
- Description copied from interface:
TagHandlerFactory - A new TagHandler instantiated with the passed TagConfig
- Specified by:
createHandlerin interfaceTagHandlerFactory
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ tag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sun.facelets.tag.AbstractTagLibrary.UserTagFactory