jodd.servlet.tag
Class SetTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by jodd.servlet.tag.SetTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class SetTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

Sets some value to scope. Default scope is 'page'.


Field Summary
protected  java.lang.String name
           
protected  java.lang.String scope
           
protected  java.lang.Object value
           
 
Constructor Summary
SetTag()
           
 
Method Summary
 void doTag()
           
 void setName(java.lang.String name)
           
 void setScope(java.lang.String scope)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

scope

protected java.lang.String scope

value

protected java.lang.Object value
Constructor Detail

SetTag

public SetTag()
Method Detail

setName

public void setName(java.lang.String name)

setScope

public void setScope(java.lang.String scope)

setValue

public void setValue(java.lang.Object value)

doTag

public void doTag()
           throws javax.servlet.jsp.JspException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException


Copyright © 2003-2012 Jodd Team