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()
ComponentConfigComponentType to pass to the
Application. Cannot be null.
getComponentType in interface ComponentConfigApplication.public String getRendererType()
ComponentConfigRendererType to set on created
UIComponent instances.
getRendererType in interface ComponentConfigApplication.public FaceletHandler getNextHandler()
TagConfigThe next FaceletHandler
(child or children) to be applied. This must never be
null.
getNextHandler in interface TagConfigFaceletHandler to be appliedpublic Tag getTag()
TagConfigReturn the Tag
representing this handler.
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.