Class AdaptToTEI
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
org.apache.sling.scripting.jsp.taglib.tei.AdaptToTEI
-
Field Summary
FieldsFields inherited from class org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
ATTR_VAR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getClassName
(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, getVariableName
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo, validate
-
Field Details
-
ATTR_ADAPT_TO
- See Also:
-
-
Constructor Details
-
AdaptToTEI
public AdaptToTEI()
-
-
Method Details
-
getClassName
Description copied from class:AbstractVarTEI
Provides the fully qualified class name of the variable injected into thepageContext
.- Specified by:
getClassName
in classAbstractVarTEI
- Parameters:
data
- The TagData.- Returns:
- The class name of the variable's type.
-