Package org.apache.wiki.tags
Class ContentTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.wiki.tags.WikiTagBase
org.apache.wiki.tags.ContentTag
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
,javax.servlet.jsp.tagext.TryCatchFinally
Is used as a "super include" tag, which can include the proper context
based on the wikicontext.
- Since:
- 2.2
- See Also:
-
Field Summary
Fields inherited from class org.apache.wiki.tags.WikiTagBase
m_wikiContext
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal int
doEndTag()
final int
This method is allowed to do pretty much whatever he wants.void
setComment
(String s) Set the template for the COMMENT context.void
Set the template for the CONFLICT context.void
Set the template for the DIFF context.void
Set the template for the EDIT context.void
Set the template for the ERROR context.void
Set the template for the FIND context.void
Set the template for the INFO context.void
Set the template for the PREFS context.void
setPreview
(String s) Set the template for the PREVIEW context.void
Set the template for the VIEW context.Methods inherited from class org.apache.wiki.tags.WikiTagBase
doCatch, doFinally, doStartTag, initTag, setId, setPageContext
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setParent, setValue
-
Constructor Details
-
ContentTag
public ContentTag()
-
-
Method Details
-
setView
Set the template for the VIEW context.- Parameters:
s
- The template name.
-
setDiff
Set the template for the DIFF context.- Parameters:
s
- The template name.
-
setInfo
Set the template for the INFO context.- Parameters:
s
- The template name.
-
setPreview
Set the template for the PREVIEW context.- Parameters:
s
- The template name.
-
setConflict
Set the template for the CONFLICT context.- Parameters:
s
- The template name.
-
setFind
Set the template for the FIND context.- Parameters:
s
- The template name.
-
setPrefs
Set the template for the PREFS context.- Parameters:
s
- The template name.
-
setError
Set the template for the ERROR context.- Parameters:
s
- The template name.
-
setEdit
Set the template for the EDIT context.- Parameters:
s
- The template name.
-
setComment
Set the template for the COMMENT context.- Parameters:
s
- The template name.
-
doWikiStartTag
This method is allowed to do pretty much whatever he wants. We then catch all mistakes.- Specified by:
doWikiStartTag
in classWikiTagBase
- Throws:
IOException
ProviderException
-
doEndTag
- Specified by:
doEndTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in classWikiTagBase
- Throws:
javax.servlet.jsp.JspException
-