com.sun.faces.facelets.tag
private static class AbstractTagLibrary.ComponentHandlerFactory extends java.lang.Object implements TagHandlerFactory
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
componentType |
protected java.lang.String |
renderType |
Constructor and Description |
---|
AbstractTagLibrary.ComponentHandlerFactory(java.lang.String componentType,
java.lang.String renderType) |
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
|
protected final java.lang.String componentType
protected final java.lang.String renderType
public AbstractTagLibrary.ComponentHandlerFactory(java.lang.String componentType, java.lang.String renderType)
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-2010 Oracle America, Inc. All Rights Reserved.