
public class ContentTag extends WikiTagBase
ATTR_CONTEXT, 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(String s)
Set the template for the COMMENT context.
|
void |
setConflict(String s)
Set the template for the CONFLICT context.
|
void |
setDiff(String s)
Set the template for the DIFF context.
|
void |
setEdit(String s)
Set the template for the EDIT context.
|
void |
setError(String s)
Set the template for the ERROR context.
|
void |
setFind(String s)
Set the template for the FIND context.
|
void |
setInfo(String s)
Set the template for the INFO context.
|
void |
setPrefs(String s)
Set the template for the PREFS context.
|
void |
setPreview(String s)
Set the template for the PREVIEW context.
|
void |
setView(String s)
Set the template for the VIEW context.
|
doCatch, doFinally, doStartTag, initTag, setId, setPageContextpublic ContentTag()
public void setView(String s)
s - The template name.public void setDiff(String s)
s - The template name.public void setInfo(String s)
s - The template name.public void setPreview(String s)
s - The template name.public void setConflict(String s)
s - The template name.public void setFind(String s)
s - The template name.public void setPrefs(String s)
s - The template name.public void setError(String s)
s - The template name.public void setEdit(String s)
s - The template name.public void setComment(String s)
s - The template name.public final int doWikiStartTag() throws IOException, ProviderException
doWikiStartTag in class WikiTagBaseIOExceptionProviderExceptionpublic final int doEndTag() throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class WikiTagBasejavax.servlet.jsp.JspExceptionCopyright © 2001-2016 The Apache Software Foundation. All rights reserved.