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 |
String |
getTagId()
A document-unique id, follows the convention "_tagId##" |
Tag getTag()
Return the Tag
representing this handler.
FaceletHandler getNextHandler()
The next FaceletHandler
(child or children) to be applied. This must never be
null
.
String getTagId()
A document-unique id, follows the convention "_tagId##"
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.