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 String |
scope |
protected String |
var |
pageContext, parentTagEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
VarTagSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
export(Object value)
Assigns the
value to an attribute named by
var in the named scope. |
String |
getScope()
Get the scope in which the value will be stored
|
String |
getVar()
Get the name of the variable to which the value will be assigned
|
void |
setScope(String scope)
Set the scope in which the value will be stored
|
void |
setVar(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 String getScope()
public void setScope(String scope)
public String getVar()
public void setVar(String var)
protected void export(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.