info.bliki.wiki.tags
Class NoincludeTag
java.lang.Object
org.htmlcleaner.TagToken
org.htmlcleaner.TagNode
info.bliki.wiki.tags.HTMLTag
info.bliki.wiki.tags.NoincludeTag
- All Implemented Interfaces:
- IBodyTag, java.lang.Cloneable, BaseToken
public class NoincludeTag
- extends HTMLTag
- implements IBodyTag
Anything between <noinclude> and </noinclude> will be processed and
displayed only when the page is being viewed directly; it will not be
included or substituted:
| Methods inherited from class org.htmlcleaner.TagNode |
addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, getAttributes, getChildren, getItemsToMove, getObjectAttributes, getParent, getParents, isFormed, makeCopy, serialize, setFormed, setItemsToMove, setParent |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NoincludeTag
public NoincludeTag()
renderHTML
public void renderHTML(ITextConverter converter,
java.lang.Appendable writer,
IWikiModel model)
throws java.io.IOException
- Overrides:
renderHTML in class HTMLTag
- Throws:
java.io.IOException
isReduceTokenStack
public boolean isReduceTokenStack()
- Overrides:
isReduceTokenStack in class TagToken
isTemplate
public boolean isTemplate()
setTemplate
public void setTemplate(boolean isTemplate)
- Overrides:
setTemplate in class HTMLTag
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class TagNode
- Throws:
java.lang.CloneNotSupportedException