| |
|
| java.lang.Object org.apache.openejb.jee.Variable
Variable | public class Variable (Code) | | The variableType provides information on the scripting
variables defined by using this tag. It is a (translation
time) error for a tag that has one or more variable
subelements to have a TagExtraInfo class that returns a
non-null value from a call to getVariableInfo().
The subelements of variableType are of the form:
description Optional description of this
variable
name-given The variable name as a constant
name-from-attribute The name of an attribute whose
(translation time) value will
give the name of the
variable. One of name-given or
name-from-attribute is required.
variable-class Name of the class of the variable.
java.lang.String is default.
declare Whether the variable is declared
or not. True is the default.
scope The scope of the scripting varaible
defined. NESTED is default.
|
getDescriptions | public Text[] getDescriptions()(Code) | | |
getNameFromAttribute | public String getNameFromAttribute()(Code) | | |
setDescriptions | public void setDescriptions(Text[] text)(Code) | | |
setNameFromAttribute | public void setNameFromAttribute(String value)(Code) | | |
setVariableClass | public void setVariableClass(String value)(Code) | | |
|
|
|