Package com.sun.faces.facelets.tag
Class AbstractTagLibrary.ComponentConfigWrapper
java.lang.Object
com.sun.faces.facelets.tag.AbstractTagLibrary.ComponentConfigWrapper
- All Implemented Interfaces:
ComponentConfig
,TagConfig
- Enclosing class:
- AbstractTagLibrary
protected static class AbstractTagLibrary.ComponentConfigWrapper extends Object implements ComponentConfig
-
Field Summary
Fields Modifier and Type Field Description protected String
componentType
protected TagConfig
parent
protected String
rendererType
-
Constructor Summary
Constructors Constructor Description ComponentConfigWrapper(TagConfig parent, String componentType, String rendererType)
-
Method Summary
Modifier and Type Method Description String
getComponentType()
ComponentType to pass to theApplication
.FaceletHandler
getNextHandler()
The nextFaceletHandler
(child or children) to be applied.String
getRendererType()
RendererType to set on createdUIComponent
instances.Tag
getTag()
Return theTag
representing this handler.String
getTagId()
A document-unique id, follows the convention "_tagId##"
-
Field Details
-
Constructor Details
-
Method Details
-
getComponentType
Description copied from interface:ComponentConfig
ComponentType to pass to the
Application
. Cannot benull
.- Specified by:
getComponentType
in interfaceComponentConfig
- Returns:
- the component type to pass to the
Application
.
-
getRendererType
Description copied from interface:ComponentConfig
RendererType to set on created
UIComponent
instances.- Specified by:
getRendererType
in interfaceComponentConfig
- Returns:
- the renderer type to pass to the
Application
.
-
getNextHandler
Description copied from interface:TagConfig
The next
FaceletHandler
(child or children) to be applied. This must never benull
.- Specified by:
getNextHandler
in interfaceTagConfig
- Returns:
- the next
FaceletHandler
to be applied
-
getTag
Description copied from interface:TagConfig
Return the
Tag
representing this handler. -
getTagId
Description copied from interface:TagConfig
A document-unique id, follows the convention "_tagId##"
-