Class AbstractVarTEI
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagExtraInfo
-
- org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
-
- Direct Known Subclasses:
AdaptToTEI,GetPropertyTEI,ResourceIteratorVariableTEI,ResourceVariableTEI,StringVariableTEI
public abstract class AbstractVarTEI extends javax.servlet.jsp.tagext.TagExtraInfoAbstract TEI that that provides the type for a single variable named in the tag's "var" attribute.The name of the attribute can be overwritten via a custom default constructor or by overwriting
getVariableName(javax.servlet.jsp.tagext.TagData).All implementations need to overwrite
getClassName(javax.servlet.jsp.tagext.TagData)in order to provide the type (class name) of the variable.
-
-
Constructor Summary
Constructors Constructor Description AbstractVarTEI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.jsp.tagext.VariableInfo[]getVariableInfo(javax.servlet.jsp.tagext.TagData data)
-