private static class AbstractTagLibrary.HandlerFactory extends java.lang.Object implements TagHandlerFactory
Modifier and Type | Field and Description |
---|---|
private static java.lang.Class[] |
CONSTRUCTOR_SIG |
protected java.lang.Class |
handlerType |
Constructor and Description |
---|
HandlerFactory(java.lang.Class handlerType) |
Modifier and Type | Method and Description |
---|---|
javax.faces.view.facelets.TagHandler |
createHandler(javax.faces.view.facelets.TagConfig cfg)
A new TagHandler instantiated with the passed TagConfig
|
private static final java.lang.Class[] CONSTRUCTOR_SIG
protected final java.lang.Class handlerType
public javax.faces.view.facelets.TagHandler createHandler(javax.faces.view.facelets.TagConfig cfg) throws javax.faces.FacesException, javax.el.ELException
TagHandlerFactory
createHandler
in interface TagHandlerFactory
cfg
- TagConfiguration informationjavax.faces.FacesException
javax.el.ELException
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.