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(java.lang.String a)
Set the argument string to the plugin.
|
void |
setPlugin(java.lang.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(java.lang.String p)
p - Name of the plugin.public void setArgs(java.lang.String a)
a - Arguments string.public int doWikiStartTag() throws javax.servlet.jsp.JspException, java.io.IOException
doWikiStartTag in class WikiBodyTagjavax.servlet.jsp.JspExceptionjava.io.IOExceptionpublic 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 (c) 2001-2022 The Apache Software Foundation. All rights reserved.