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 StringcomponentTypeprotected TagConfigparentprotected StringrendererType
-
Constructor Summary
Constructors Constructor Description ComponentConfigWrapper(TagConfig parent, String componentType, String rendererType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComponentType()ComponentType to pass to theApplication.FaceletHandlergetNextHandler()The nextFaceletHandler(child or children) to be applied.StringgetRendererType()RendererType to set on createdUIComponentinstances.TaggetTag()Return theTagrepresenting this handler.StringgetTagId()A document-unique id, follows the convention "_tagId##"
-
-
-
Method Detail
-
getComponentType
public String 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
public String 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
public FaceletHandler 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
public Tag getTag()
Description copied from interface:TagConfigReturn the
Tagrepresenting this handler.
-
-