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:
com.composum.sling.core.bean.RestrictedBean
,com.composum.sling.core.SlingBean
,Comparable<ConfigItem>
public class Template extends ConfigItem
-
-
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
-
-
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
-
-