public class WriteTag extends ContextReferrerTag implements Writer, FunctionContainerReferrer
Writer tag.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_COOKIE_AGE |
static String |
MAX_COOKIE_AGE_KEY |
contextId, EVAL_BODY, helper, id, pageContextTag, referid, writerid| Constructor and Description |
|---|
WriteTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
int |
doEndTag() |
int |
doStartTag() |
protected int |
getMaxCookieAge() |
protected Object |
getObject() |
void |
setApplication(String s) |
void |
setContainer(String c)
If it should not use parent container
|
void |
setCookie(String s) |
void |
setCookiedomain(String s) |
void |
setCookiepath(String s) |
void |
setRequest(String s) |
void |
setReset(boolean reset)
Like reset of mm:import.
|
void |
setSession(String s) |
void |
setValue(String v) |
appendMoreParameters, doCatch, doFinally, fillStandardParameters, findLoopOrQuery, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getCurrentBlock, getDefaultLocale, getEscapedValue, getFormTag, getId, getLocale, getLocaleFromContext, getObject, getObjectConditional, getPageContext, getPageContextTag, getQuery, getReferid, getString, getTaglibVersion, getThreadPageContext, getTimer, getTimeZone, getWriterValue, haveBody, release, setContext, setEscape, setId, setJspvar, setListdelimiter, setPageContext, setPageContextOnly, setReferid, setVartype, setWrite, setWriterdoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getParent, getValue, getValues, removeValue, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWriterValue, haveBody, setEscape, setJspvar, setVartype, setWritepublic static final int DEFAULT_MAX_COOKIE_AGE
public static final String MAX_COOKIE_AGE_KEY
public void setSession(String s) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setCookie(String s) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setCookiepath(String s) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setCookiedomain(String s) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setApplication(String s) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setRequest(String s) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setReset(boolean reset)
public void setValue(String v) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setContainer(String c) throws javax.servlet.jsp.JspTagException
FunctionContainerReferrersetContainer in interface ContainerReferrersetContainer in interface FunctionContainerReferrerjavax.servlet.jsp.JspTagExceptionprotected Object getObject() throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionprotected int getMaxCookieAge()
public int doStartTag()
throws javax.servlet.jsp.JspTagException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspTagExceptionpublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspTagException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class ContextReferrerTagjavax.servlet.jsp.JspTagExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}