org.apache.empire.struts2.jsp.tags.flow
Class SetTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.struts2.views.jsp.StrutsBodyTagSupport
              extended by org.apache.struts2.views.jsp.ComponentTagSupport
                  extended by org.apache.empire.struts2.jsp.tags.EmpireTagSupport
                      extended by org.apache.empire.struts2.jsp.tags.flow.SetTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class SetTag
extends EmpireTagSupport

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  String scope
           
protected  Object value
           
 
Fields inherited from class org.apache.empire.struts2.jsp.tags.EmpireTagSupport
autoResetParams, cssClass, cssStyle, log
 
Fields inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
component
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
SetTag()
           
 
Method Summary
 org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void populateParams()
           
protected  void resetParams()
           
 void setName(String name)
           
 void setScope(String scope)
           
 void setValue(Object value)
           
 
Methods inherited from class org.apache.empire.struts2.jsp.tags.EmpireTagSupport
addStandardAttributes, checkAction, doEndTag, getAction, getActionItemPropertyName, getActionName, getActionURL, getAttribute, getBeanProperty, getBoolean, getId, getInt, getLocale, getObject, getObject, getPageAttribute, getPageName, getString, getString, getString, getTranslation, getTranslationFromKey, putPageAttribute, release, removePageAttribute, setCssClass, setCssStyle, setId, str
 
Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
doStartTag, getComponent
 
Methods inherited from class org.apache.struts2.views.jsp.StrutsBodyTagSupport
findString, findValue, findValue, getBody, getStack, toString
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

name

protected String name

scope

protected String scope

value

protected Object value
Constructor Detail

SetTag

public SetTag()
Method Detail

resetParams

protected void resetParams()
Overrides:
resetParams in class EmpireTagSupport

populateParams

protected void populateParams()
Overrides:
populateParams in class EmpireTagSupport

getBean

public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
                                                       javax.servlet.http.HttpServletRequest req,
                                                       javax.servlet.http.HttpServletResponse res)
Specified by:
getBean in class org.apache.struts2.views.jsp.ComponentTagSupport

setName

public void setName(String name)

setScope

public void setScope(String scope)

setValue

public void setValue(Object value)


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.