|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagExtraInfo
org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
public class DefineObjectsTEI
This class defines the scripting variables that are created by the
DefineObjectsTag
.
Field Summary | |
---|---|
static String |
ATTR_BINDINGS_NAME
The name of the tag attribute used to define the name of the SlingBindings scripting variable (value is "bindingsName"). |
static String |
ATTR_LOG_NAME
The name of the tag attribute used to define the name of the logger scripting variable (value is "logName"). |
static String |
ATTR_NODE_NAME
The name of the tag attribute used to define the name of the Node scripting variable (value is "nodeName"). |
static String |
ATTR_REQUEST_NAME
The name of the tag attribute used to define the name of the RenderRequest scripting variable (value is "requestName"). |
static String |
ATTR_RESOURCE_NAME
The name of the tag attribute used to define the name of the Resource scripting variable (value is "resourceName"). |
static String |
ATTR_RESOURCE_RESOLVER_NAME
The name of the tag attribute used to define the name of the ResourceResolver scripting variable (value is "resourceResolverName"). |
static String |
ATTR_RESPONSE_NAME
The name of the tag attribute used to define the name of the RenderResponse scripting variable (value is "responseName"). |
static String |
ATTR_SLING_NAME
The name of the tag attribute used to define the name of the SlingScriptHelper scripting variable (value is "slingName"). |
Constructor Summary | |
---|---|
DefineObjectsTEI()
|
Method Summary | |
---|---|
javax.servlet.jsp.tagext.VariableInfo[] |
getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Returns an Array of VariableInfo objects describing
scripting variables. |
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo |
---|
getTagInfo, isValid, setTagInfo, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ATTR_REQUEST_NAME
public static final String ATTR_RESPONSE_NAME
public static final String ATTR_RESOURCE_NAME
public static final String ATTR_NODE_NAME
public static final String ATTR_SLING_NAME
public static final String ATTR_RESOURCE_RESOLVER_NAME
public static final String ATTR_LOG_NAME
public static final String ATTR_BINDINGS_NAME
Constructor Detail |
---|
public DefineObjectsTEI()
Method Detail |
---|
public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
VariableInfo
objects describing
scripting variables.
getVariableInfo
in class javax.servlet.jsp.tagext.TagExtraInfo
TagExtraInfo.getVariableInfo(TagData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |