|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.meshcms.taglib.AbstractTag
org.meshcms.taglib.PageBody
Writes the page body or the main part of the page editor.
| Field Summary | |
static int |
MINIMUM_PAGE_SIZE
|
| Fields inherited from class org.meshcms.taglib.AbstractTag |
PAGE_MODULES, PARAM_REGEX |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface com.opensymphony.module.sitemesh.RequestConstants |
DECORATOR, FILTER_APPLIED, PAGE, ROBOT, USING_STREAM |
| 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 | |
PageBody()
|
|
| Method Summary | |
void |
writeEditTag()
Writes the contents of the tag when the page is being edited. |
void |
writeTag()
Writes the contents of the tag. |
| Methods inherited from class org.meshcms.taglib.AbstractTag |
doStartTag, getHead, getMailFormAddress, getOut, getPage, getStartTagReturnValue |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MINIMUM_PAGE_SIZE
| Constructor Detail |
public PageBody()
| Method Detail |
public void writeTag()
throws java.io.IOException
AbstractTag
writeTag in class AbstractTagjava.io.IOException
public void writeEditTag()
throws java.io.IOException
AbstractTagwriteTag(). Subclasses can override it
when they behave differently while editing.
writeEditTag in class AbstractTagjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||