org.apache.struts2.components
类 ContextBean

java.lang.Object
  继承者 org.apache.struts2.components.Component
      继承者 org.apache.struts2.components.ContextBean
直接已知子类:
ActionComponent, AppendIterator, Bean, Date, IteratorComponent, MergeIterator, Number, Set, Text, URL

public abstract class ContextBean
extends Component

Base class for control and data tags


字段摘要
 
从类 org.apache.struts2.components.Component 继承的字段
COMPONENT_STACK
 
构造方法摘要
ContextBean(com.opensymphony.xwork2.util.ValueStack stack)
           
 
方法摘要
 void setId(String id)
          To keep backward compatibility TODO remove after 2.1
 void setVar(String var)
           
 
从类 org.apache.struts2.components.Component 继承的方法
addAllParameters, addParameter, altSyntax, copyParams, end, getComponentStack, getParameters, getStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, start, usesBody
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ContextBean

public ContextBean(com.opensymphony.xwork2.util.ValueStack stack)
方法详细信息

setVar

public void setVar(String var)

setId

public void setId(String id)
To keep backward compatibility TODO remove after 2.1