Package com.composum.sling.cpnl
Class ComponentTagTEI
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagExtraInfo
-
- com.composum.sling.cpnl.AbstractTagTEI
-
- com.composum.sling.cpnl.ComponentTagTEI
-
public class ComponentTagTEI extends AbstractTagTEI
-
-
Constructor Summary
Constructors Constructor Description ComponentTagTEI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcollectVariables(javax.servlet.jsp.tagext.TagData data, List<javax.servlet.jsp.tagext.VariableInfo> variables)protected StringgetType(javax.servlet.jsp.tagext.TagData data)protected StringgetVar(javax.servlet.jsp.tagext.TagData data)-
Methods inherited from class com.composum.sling.cpnl.AbstractTagTEI
getVariableInfo
-
-
-
-
Method Detail
-
collectVariables
protected void collectVariables(javax.servlet.jsp.tagext.TagData data, List<javax.servlet.jsp.tagext.VariableInfo> variables)- Specified by:
collectVariablesin classAbstractTagTEI
-
getVar
protected String getVar(javax.servlet.jsp.tagext.TagData data)
-
getType
protected String getType(javax.servlet.jsp.tagext.TagData data)
-
-