public abstract class VarTagSupport extends StripesTagSupport
export(Object)
method that assigns a value to the given name in the given scope.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
scope |
protected java.lang.String |
var |
pageContext, parentTag| Constructor and Description |
|---|
VarTagSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
export(java.lang.Object value)
Assigns the
value to an attribute named by
var in the named scope. |
java.lang.String |
getScope()
Get the scope in which the value will be stored
|
java.lang.String |
getVar()
Get the name of the variable to which the value will be assigned
|
void |
setScope(java.lang.String scope)
Set the scope in which the value will be stored
|
void |
setVar(java.lang.String var)
Set the name of the variable to which the value will be assigned
|
doEndTag, doStartTag, getActionBeanType, getActionBeanUrl, getPageContext, getParent, getParentTag, getTagStack, popPageContextAttributes, pushPageContextAttributes, release, setPageContext, setParentpublic java.lang.String getScope()
public void setScope(java.lang.String scope)
public java.lang.String getVar()
public void setVar(java.lang.String var)
protected void export(java.lang.Object value)
value to an attribute named by
var in the named scope.value - the object to be exported? Copyright 2005-2006, Stripes Development Team.