se.kmr.scam.web.taglib.tiles
Class PutParamTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
se.kmr.scam.web.taglib.tiles.PutParamTag
- All Implemented Interfaces:
- BodyTag, IterationTag, Serializable, Tag
- public class PutParamTag
- extends BodyTagSupport
Puts a named value in context for an including file.
- Version:
- $Revision: 1.4 $
- Author:
- Jöran
- See Also:
- Serialized Form
- Created:
- den 12 april 2003
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PutParamTag
public PutParamTag()
setName
public void setName(String name)
- Sets the name attribute.
- Parameters:
name
- the new name attribute value.
setValue
public void setValue(String value)
- Sets the value attribute.
doStartTag
public int doStartTag()
throws JspException
- Receives start-of-tag notification
- Returns:
- the value of EVAL_BODY_TAG if the value attribute is udefined,
the value of SKIP_BODY otherwise.
- Throws:
JspException
doAfterBody
public int doAfterBody()
- Recives end-of-body notification.
- Returns:
- the value of SKIP_BODY
doEndTag
public int doEndTag()
- Receives end-of-tag notification
- Returns:
- the value of EVAL_PAGE
Copyright © 2003 SCAM. All Rights Reserved.