
public class PluginTag extends WikiBodyTag
Attributes
m_wikiContext| Constructor and Description |
|---|
PluginTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
int |
doEndTag() |
int |
doWikiStartTag()
A local stub for doing tags.
|
void |
release() |
void |
setArgs(String a)
Set the argument string to the plugin.
|
void |
setPlugin(String p)
Set the name of the plugin to execute.
|
doCatch, doFinally, doStartTagdoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic PluginTag()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportpublic void setPlugin(String p)
p - Name of the plugin.public void setArgs(String a)
a - Arguments string.public int doWikiStartTag() throws javax.servlet.jsp.JspException, IOException
doWikiStartTag in class WikiBodyTagjavax.servlet.jsp.JspExceptionIOExceptionpublic int doEndTag() throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionCopyright © 2001-2019 The Apache Software Foundation. All rights reserved.