org.mmbase.bridge.jsp.taglib
Class WriteTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.mmbase.bridge.jsp.taglib.ContextReferrerTag
org.mmbase.bridge.jsp.taglib.WriteTag
- All Implemented Interfaces:
- BodyTag, ContainerReferrer, FunctionContainerReferrer, IterationTag, Serializable, Tag, Writer
- public class WriteTag
- extends ContextReferrerTag
- implements Writer, FunctionContainerReferrer
The writetag can take a variable from the context and put it in a
jsp variable, or write it to the page.
This is also more or less the simplest possible implemententation
of a 'Writer' tag.
- Version:
- $Id: WriteTag.java,v 1.49 2005/05/13 09:47:12 michiel Exp $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag |
fillStandardParameters, findLoopOrQuery, findParentTag, findParentTag, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getDefaultLocale, getEscapedValue, getId, getLocale, getObject, getObjectConditional, getPageContext, getPageContextTag, getReferid, getString, getTaglibVersion, getTimeZone, getWriterValue, haveBody, release, setContext, setEscape, setId, setJspvar, setListdelimiter, setPageContext, setReferid, setVartype, setWrite, setWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MAX_COOKIE_AGE
public static final int DEFAULT_MAX_COOKIE_AGE
- See Also:
- Constant Field Values
MAX_COOKIE_AGE_KEY
public static final String MAX_COOKIE_AGE_KEY
- See Also:
- Constant Field Values
WriteTag
public WriteTag()
setSession
public void setSession(String s)
throws JspTagException
- Throws:
JspTagException
setCookie
public void setCookie(String s)
throws JspTagException
- Throws:
JspTagException
setApplication
public void setApplication(String s)
throws JspTagException
- Throws:
JspTagException- Since:
- MMBase-1.7.4
setRequest
public void setRequest(String s)
throws JspTagException
- Throws:
JspTagException- Since:
- MMBase-1.7.4
setValue
public void setValue(String v)
throws JspTagException
- Throws:
JspTagException
setContainer
public void setContainer(String c)
throws JspTagException
- Description copied from interface:
FunctionContainerReferrer
- If it should not use parent container
- Specified by:
setContainer in interface FunctionContainerReferrer
- Throws:
JspTagException
getObject
protected Object getObject()
throws JspTagException
- Throws:
JspTagException
getMaxCookieAge
protected int getMaxCookieAge()
doStartTag
public int doStartTag()
throws JspTagException
- Specified by:
doStartTag in interface Tag
- Throws:
JspTagException
doAfterBody
public int doAfterBody()
throws JspException
- Specified by:
doAfterBody in interface IterationTag
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspTagException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class ContextReferrerTag
- Throws:
JspTagException
MMBase build 1.8.1.20060716