public class UseActionBeanTagExtraInfo extends TagExtraInfo
var or id attribute. The latter can only be done
when the beanclass attribute is used instead of the binding attribute
because runtime information is needed to translate binding into a class name.| Constructor and Description |
|---|
UseActionBeanTagExtraInfo() |
| Modifier and Type | Method and Description |
|---|---|
VariableInfo[] |
getVariableInfo(TagData tag)
Attempts to return type information so that the container can create a
named variable for the action bean.
|
ValidationMessage[] |
validate(TagData tag)
Checks to ensure that where the tag supports providing one of two attributes
that one and only one is provided.
|
getTagInfo, isValid, setTagInfopublic VariableInfo[] getVariableInfo(TagData tag)
getVariableInfo in class TagExtraInfopublic ValidationMessage[] validate(TagData tag)
validate in class TagExtraInfo© Copyright 2005-2006, Stripes Development Team.