Package com.composum.sling.nodes.query
Class Template
- java.lang.Object
-
- com.composum.sling.core.AbstractSlingBean
-
- com.composum.sling.nodes.console.ConsoleSlingBean
-
- com.composum.sling.nodes.query.ConfigItem
-
- com.composum.sling.nodes.query.Template
-
- All Implemented Interfaces:
RestrictedBean
,SlingBean
,Comparable<ConfigItem>
public class Template extends ConfigItem
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.composum.sling.core.AbstractSlingBean
AbstractSlingBean.NodeClosure
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROP_GROUP
static String
PROP_SQL2
static String
PROP_XPATH
-
Fields inherited from class com.composum.sling.nodes.query.ConfigItem
ORDER_DEFAULT, PROP_ORDER
-
Fields inherited from class com.composum.sling.core.AbstractSlingBean
context, queryManager, request, resolver, resource, response, session, sling
-
-
Constructor Summary
Constructors Constructor Description Template()
Template(BeanContext context)
Template(BeanContext context, org.apache.sling.api.resource.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getData()
String
getSql2()
String
getXpath()
-
Methods inherited from class com.composum.sling.nodes.query.ConfigItem
compareTo, getDescription, getId, getOrder, getTitle
-
Methods inherited from class com.composum.sling.nodes.console.ConsoleSlingBean
initialize
-
Methods inherited from class com.composum.sling.core.AbstractSlingBean
executeQuery, findBeans, findNodes, findNodes, findPathList, getContentResource, getDomId, getHasTitle, getInherited, getInherited, getName, getNode, getParent, getParent, getPath, getPermissible, getProperty, getProperty, getQueryManager, getRequest, getResolver, getResource, getResponse, getServiceKey, getSession, getSling, getStringId, getType, getUrl, getUsername, initialize, isPermissible, isReadAllowed, isWriteAllowed, toString, toString
-
-
-
-
Field Detail
-
PROP_GROUP
public static final String PROP_GROUP
- See Also:
- Constant Field Values
-
PROP_XPATH
public static final String PROP_XPATH
- See Also:
- Constant Field Values
-
PROP_SQL2
public static final String PROP_SQL2
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Template
public Template(BeanContext context, org.apache.sling.api.resource.Resource resource)
-
Template
public Template(BeanContext context)
-
Template
public Template()
-
-