public interface TagConfig
Passed to the constructor of TagHandler subclass, it defines the document definition of the handler we are
instantiating.
| Modifier and Type | Method and Description |
|---|---|
FaceletHandler |
getNextHandler()
The next |
Tag |
getTag()
Return the |
java.lang.String |
getTagId()
A document-unique id, follows the convention "_tagId##" |
Tag getTag()
Return the Tag representing this handler.
Tag instanceFaceletHandler getNextHandler()
The next FaceletHandler (child or children) to be applied. This must never be null.
FaceletHandler to be appliedjava.lang.String getTagId()
A document-unique id, follows the convention "_tagId##"