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 void
collectVariables(javax.servlet.jsp.tagext.TagData data, List<javax.servlet.jsp.tagext.VariableInfo> variables)
protected String
getType(javax.servlet.jsp.tagext.TagData data)
protected String
getVar(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:
collectVariables
in classAbstractTagTEI
-
getVar
protected String getVar(javax.servlet.jsp.tagext.TagData data)
-
getType
protected String getType(javax.servlet.jsp.tagext.TagData data)
-
-