protected static class AbstractTagLibrary.ComponentConfigWrapper extends Object implements ComponentConfig
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentType |
protected TagConfig |
parent |
protected String |
rendererType |
| Constructor and Description |
|---|
ComponentConfigWrapper(TagConfig parent,
String componentType,
String rendererType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType()
ComponentType to pass to the |
FaceletHandler |
getNextHandler()
The next |
String |
getRendererType()
RendererType to set on created |
Tag |
getTag()
Return the |
String |
getTagId()
A document-unique id, follows the convention "_tagId##" |
protected final TagConfig parent
protected final String componentType
protected final String rendererType
public String getComponentType()
ComponentConfig
ComponentType to pass to the Application. Cannot be null.
getComponentType in interface ComponentConfigApplication.public String getRendererType()
ComponentConfig
RendererType to set on created UIComponent instances.
getRendererType in interface ComponentConfigApplication.public FaceletHandler getNextHandler()
TagConfig
The next FaceletHandler (child or children) to be applied. This must never be null.
getNextHandler in interface TagConfigFaceletHandler to be appliedpublic Tag getTag()
TagConfig
Return the Tag representing this handler.
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.