protected static class AbstractTagLibrary.ComponentConfigWrapper extends Object implements javax.faces.view.facelets.ComponentConfig
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentType |
protected javax.faces.view.facelets.TagConfig |
parent |
protected String |
rendererType |
| Constructor and Description |
|---|
ComponentConfigWrapper(javax.faces.view.facelets.TagConfig parent,
String componentType,
String rendererType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType()
ComponentType to pass to the
|
javax.faces.view.facelets.FaceletHandler |
getNextHandler()
The next |
String |
getRendererType()
RendererType to set on created
|
javax.faces.view.facelets.Tag |
getTag()
Return the |
String |
getTagId()
A document-unique id, follows the convention "_tagId##" |
protected final javax.faces.view.facelets.TagConfig parent
protected final String componentType
protected final String rendererType
public String getComponentType()
javax.faces.view.facelets.ComponentConfigComponentType to pass to the
Application. Cannot be null.
getComponentType in interface javax.faces.view.facelets.ComponentConfigApplication.public String getRendererType()
javax.faces.view.facelets.ComponentConfigRendererType to set on created
UIComponent instances.
getRendererType in interface javax.faces.view.facelets.ComponentConfigApplication.public javax.faces.view.facelets.FaceletHandler getNextHandler()
javax.faces.view.facelets.TagConfigThe next FaceletHandler
(child or children) to be applied. This must never be
null.
getNextHandler in interface javax.faces.view.facelets.TagConfigFaceletHandler to be appliedpublic javax.faces.view.facelets.Tag getTag()
javax.faces.view.facelets.TagConfigReturn the Tag
representing this handler.
getTag in interface javax.faces.view.facelets.TagConfigTag instancepublic String getTagId()
javax.faces.view.facelets.TagConfigA document-unique id, follows the convention "_tagId##"
getTagId in interface javax.faces.view.facelets.TagConfigCopyright © 2010–2020 JBoss by Red Hat. All rights reserved.