public class UseActionBeanTagExtraInfo
extends javax.servlet.jsp.tagext.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 |
---|---|
javax.servlet.jsp.tagext.VariableInfo[] |
getVariableInfo(javax.servlet.jsp.tagext.TagData tag)
Attempts to return type information so that the container can create a
named variable for the action bean.
|
javax.servlet.jsp.tagext.ValidationMessage[] |
validate(javax.servlet.jsp.tagext.TagData tag)
Checks to ensure that where the tag supports providing one of two attributes
that one and only one is provided.
|
public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData tag)
getVariableInfo
in class javax.servlet.jsp.tagext.TagExtraInfo
public javax.servlet.jsp.tagext.ValidationMessage[] validate(javax.servlet.jsp.tagext.TagData tag)
validate
in class javax.servlet.jsp.tagext.TagExtraInfo
? Copyright 2005-2006, Stripes Development Team.