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.ComponentConfig
ComponentType to pass to the
Application
. Cannot be null
.
getComponentType
in interface javax.faces.view.facelets.ComponentConfig
Application
.public String getRendererType()
javax.faces.view.facelets.ComponentConfig
RendererType to set on created
UIComponent
instances.
getRendererType
in interface javax.faces.view.facelets.ComponentConfig
Application
.public javax.faces.view.facelets.FaceletHandler getNextHandler()
javax.faces.view.facelets.TagConfig
The next FaceletHandler
(child or children) to be applied. This must never be
null
.
getNextHandler
in interface javax.faces.view.facelets.TagConfig
FaceletHandler
to be appliedpublic javax.faces.view.facelets.Tag getTag()
javax.faces.view.facelets.TagConfig
Return the Tag
representing this handler.
getTag
in interface javax.faces.view.facelets.TagConfig
Tag
instancepublic String getTagId()
javax.faces.view.facelets.TagConfig
A document-unique id, follows the convention "_tagId##"
getTagId
in interface javax.faces.view.facelets.TagConfig
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.