|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagBuilder
Name: TagBuilder
Description: Interface for document tag builders.
Field Summary | |
---|---|
static String |
ATTR_TAG_NAME
Constant for the tagName attribute. |
Method Summary | |
---|---|
BaseDocumentTag |
createTag(DocumentHandler documentHandler)
Creates a new tag. |
Collection |
getAliases()
Gets all registered aliases. |
String |
getName()
Gets the name of the tags, this builder creates. |
void |
registerAlias(String alias)
Registers an alias for this tag. |
void |
unregisterAlias(String alias)
Unregisters an alias for this tag. |
Field Detail |
---|
static final String ATTR_TAG_NAME
Method Detail |
---|
String getName()
BaseDocumentTag createTag(DocumentHandler documentHandler) throws TagInstantiationException
documentHandler
- The document handler for which to create the tag instance.
TagInstantiationException
- In case the tag instantiation failed.void registerAlias(String alias)
alias
- The alias to register.void unregisterAlias(String alias)
alias
- The alias to unregister.Collection getAliases()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |