|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--com.opencms.flex.jsp.CmsJspTagInclude
Used to include another OpenCms managed resource in a JSP.
| Field Summary | |
static String |
C_BODYLOADER_URI
URI of the bodyloader XML file in the OpenCms VFS |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
CmsJspTagInclude()
|
|
| Method Summary | |
void |
addParameter(String name,
String value)
This methods adds parameters to the current request. |
int |
doEndTag()
|
int |
doStartTag()
|
String |
getAttribute()
Returns the attribute. |
String |
getElement()
Returns the element. |
String |
getFile()
Returns the value of getPage(). |
String |
getPage()
Returns the include page target. |
String |
getProperty()
Returns the property. |
String |
getSuffix()
Returns the suffix. |
void |
release()
|
void |
setAttribute(String attribute)
Sets the attribute. |
void |
setElement(String element)
Sets the element. |
void |
setFile(String file)
Sets the file, same aus using setPage() |
void |
setPage(String target)
Sets the include page target. |
void |
setProperty(String property)
Sets the property. |
void |
setSuffix(String suffix)
Sets the suffix. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
public static final String C_BODYLOADER_URI
| Constructor Detail |
public CmsJspTagInclude()
| Method Detail |
public void setPage(String target)
target - the target to setpublic String getPage()
public void setFile(String file)
setPage()
setPage(String)public String getFile()
getPage().
getPage()getPage()public String getProperty()
public void setProperty(String property)
property - the property to setpublic String getAttribute()
public void setAttribute(String attribute)
attribute - the attribute to setpublic String getSuffix()
public void setSuffix(String suffix)
suffix - the suffix to setpublic String getElement()
public void setElement(String element)
element - the element to setpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportTag.release()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportEVAL_BODY_BUFFERED
javax.servlet.jsp.JspExceptionTag.doStartTag()
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportEVAL_PAGE
javax.servlet.jsp.JspExceptionTag.doEndTag()
public void addParameter(String name,
String value)
Remember that the value for a parameter in a HttpRequest is a String array, not just a simple String. If a parameter added here does not already exist in the HttpRequest, it will be added. If a parameter exists, another value will be added to the array of values. If the value already exists for the parameter, nothing will be added, since a value can appear only once per parameter.
addParameter in interface I_CmsJspTagParamParentname - the name to addvalue - the value to addI_CmsJspTagParamParent.addParameter(String, String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||