public class IncludeTag extends WikiTagBase
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_page |
m_wikiContext| Constructor and Description |
|---|
IncludeTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doWikiStartTag()
This method is allowed to do pretty much whatever he wants.
|
java.lang.String |
getPage() |
void |
initTag()
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
|
void |
setPage(java.lang.String page) |
doCatch, doFinally, doStartTag, setId, setPageContextprotected java.lang.String m_page
public IncludeTag()
public void initTag()
WikiTagBaseinitTag in class WikiTagBasepublic void setPage(java.lang.String page)
public java.lang.String getPage()
public final int doWikiStartTag() throws java.io.IOException, ProviderException
WikiTagBasedoWikiStartTag 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.