org.apache.struts2.components
Class ContextBean
java.lang.Object
org.apache.struts2.components.Component
org.apache.struts2.components.ContextBean
- Direct Known Subclasses:
- ActionComponent, AppendIterator, Bean, Date, IteratorComponent, MergeIterator, Set, Text, URL
public abstract class ContextBean
- extends Component
Base class for control and data tags
Methods inherited from class org.apache.struts2.components.Component |
addAllParameters, addParameter, altSyntax, copyParams, determineActionURL, determineNamespace, end, end, fieldError, findAncestor, findString, findString, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, start, toString, usesBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
var
protected String var
ContextBean
public ContextBean(ValueStack stack)
putInContext
protected void putInContext(Object value)
setVar
public void setVar(String var)
setId
public void setId(String id)
- To keep backward compatibility
TODO remove after 2.1
getVar
protected String getVar()
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.