Package com.composum.sling.nodes.console
Class ConsoleSlingBean
- java.lang.Object
-
- com.composum.sling.core.AbstractSlingBean
-
- com.composum.sling.nodes.console.ConsoleSlingBean
-
- All Implemented Interfaces:
com.composum.sling.core.bean.RestrictedBean
,com.composum.sling.core.SlingBean
- Direct Known Subclasses:
ConfigItem
,ConfigSet
,ConsolePage
,SourceModel
public abstract class ConsoleSlingBean extends com.composum.sling.core.AbstractSlingBean
-
-
Constructor Summary
Constructors Constructor Description ConsoleSlingBean()
ConsoleSlingBean(com.composum.sling.core.BeanContext context)
ConsoleSlingBean(com.composum.sling.core.BeanContext context, org.apache.sling.api.resource.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(com.composum.sling.core.BeanContext context, org.apache.sling.api.resource.Resource resource)
-
Methods inherited from class com.composum.sling.core.AbstractSlingBean
executeQuery, findBeans, findNodes, findNodes, findPathList, getContentResource, getDomId, getHasTitle, getId, getInherited, getInherited, getName, getNode, getParent, getParent, getPath, getPermissible, getProperty, getProperty, getQueryManager, getRequest, getResolver, getResource, getResponse, getServiceKey, getSession, getSling, getStringId, getTitle, getType, getUrl, getUsername, initialize, isPermissible, isReadAllowed, isWriteAllowed, toString, toString
-
-