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