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 -
Constructor Summary
ConstructorsConstructorDescriptionComponentConfigWrapper(TagConfig parent, String componentType, String rendererType) -
Method Summary
Modifier and TypeMethodDescriptionComponentType to pass to theApplication.The nextFaceletHandler(child or children) to be applied.RendererType to set on createdUIComponentinstances.getTag()Return theTagrepresenting this handler.getTagId()A document-unique id, follows the convention "_tagId##"
-
Field Details
-
parent
-
componentType
-
rendererType
-
-
Constructor Details
-
ComponentConfigWrapper
-
-
Method Details
-
getComponentType
Description copied from interface:ComponentConfigComponentType to pass to the
Application. Cannot benull.- Specified by:
getComponentTypein interfaceComponentConfig- Returns:
- the component type to pass to the
Application.
-
getRendererType
Description copied from interface:ComponentConfigRendererType to set on created
UIComponentinstances.- Specified by:
getRendererTypein interfaceComponentConfig- Returns:
- the renderer type to pass to the
Application.
-
getNextHandler
Description copied from interface:TagConfigThe next
FaceletHandler(child or children) to be applied. This must never benull.- Specified by:
getNextHandlerin interfaceTagConfig- Returns:
- the next
FaceletHandlerto be applied
-
getTag
Description copied from interface:TagConfigReturn the
Tagrepresenting this handler. -
getTagId
Description copied from interface:TagConfigA document-unique id, follows the convention "_tagId##"
-