Class StringVariableTEI
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
org.apache.sling.scripting.jsp.taglib.tei.StringVariableTEI
-
Field Summary
Fields inherited from class org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
ATTR_VAR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetClassName(javax.servlet.jsp.tagext.TagData data) Provides the fully qualified class name of the variable injected into thepageContext.Methods inherited from class org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
getVariableInfo, getVariableNameMethods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo, validate
-
Constructor Details
-
StringVariableTEI
public StringVariableTEI()
-
-
Method Details
-
getClassName
Description copied from class:AbstractVarTEIProvides the fully qualified class name of the variable injected into thepageContext.- Specified by:
getClassNamein classAbstractVarTEI- Parameters:
data- The TagData.- Returns:
- The class name of the variable's type.
-