public class ContentTag extends WikiTagBase
m_wikiContext| Constructor and Description |
|---|
ContentTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doWikiStartTag()
This method is allowed to do pretty much whatever he wants.
|
void |
setComment(java.lang.String s)
Set the template for the COMMENT context.
|
void |
setConflict(java.lang.String s)
Set the template for the CONFLICT context.
|
void |
setDiff(java.lang.String s)
Set the template for the DIFF context.
|
void |
setEdit(java.lang.String s)
Set the template for the EDIT context.
|
void |
setError(java.lang.String s)
Set the template for the ERROR context.
|
void |
setFind(java.lang.String s)
Set the template for the FIND context.
|
void |
setInfo(java.lang.String s)
Set the template for the INFO context.
|
void |
setPrefs(java.lang.String s)
Set the template for the PREFS context.
|
void |
setPreview(java.lang.String s)
Set the template for the PREVIEW context.
|
void |
setView(java.lang.String s)
Set the template for the VIEW context.
|
doCatch, doFinally, doStartTag, initTag, setId, setPageContextpublic ContentTag()
public void setView(java.lang.String s)
s - The template name.public void setDiff(java.lang.String s)
s - The template name.public void setInfo(java.lang.String s)
s - The template name.public void setPreview(java.lang.String s)
s - The template name.public void setConflict(java.lang.String s)
s - The template name.public void setFind(java.lang.String s)
s - The template name.public void setPrefs(java.lang.String s)
s - The template name.public void setError(java.lang.String s)
s - The template name.public void setEdit(java.lang.String s)
s - The template name.public void setComment(java.lang.String s)
s - The template name.public final int doWikiStartTag() throws java.io.IOException, ProviderException
doWikiStartTag in class WikiTagBasejava.io.IOExceptionProviderExceptionpublic final int doEndTag() throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class WikiTagBasejavax.servlet.jsp.JspExceptionCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.