Uses of Interface
com.composum.sling.core.SlingBean
-
Packages that use SlingBean Package Description com.composum.sling.core com.composum.sling.core.bean com.composum.sling.core.request com.composum.sling.core.security com.composum.sling.core.user com.composum.sling.cpnl -
-
Uses of SlingBean in com.composum.sling.core
Classes in com.composum.sling.core that implement SlingBean Modifier and Type Class Description class
AbstractServletBean
the abstract model base class for Composum Console components addressed by a forward from a console servlet with the models resource path in the requests suffixclass
AbstractSlingBean
The abstract base class for 'Beans' to implement a Model based on e JCR resource without a mapping framework.class
ResourceModel
-
Uses of SlingBean in com.composum.sling.core.bean
Methods in com.composum.sling.core.bean that return SlingBean Modifier and Type Method Description @NotNull SlingBean
SlingBeanFactory. createBean(@NotNull BeanContext context, @NotNull org.apache.sling.api.resource.Resource resource, @NotNull Class<? extends SlingBean> type)
Method parameters in com.composum.sling.core.bean with type arguments of type SlingBean Modifier and Type Method Description @NotNull SlingBean
SlingBeanFactory. createBean(@NotNull BeanContext context, @NotNull org.apache.sling.api.resource.Resource resource, @NotNull Class<? extends SlingBean> type)
-
Uses of SlingBean in com.composum.sling.core.request
Methods in com.composum.sling.core.request with parameters of type SlingBean Modifier and Type Method Description String
DomIdentifiers. getElementId(SlingBean bean)
-
Uses of SlingBean in com.composum.sling.core.security
Classes in com.composum.sling.core.security that implement SlingBean Modifier and Type Class Description class
SetupConfiguration
class
SetupConfiguration.ConfigBean
class
SetupConfiguration.ScriptBean
-
Uses of SlingBean in com.composum.sling.core.user
Classes in com.composum.sling.core.user that implement SlingBean Modifier and Type Class Description class
UserProfile
the user profile bean derived from the AEM user profile approach -
Uses of SlingBean in com.composum.sling.cpnl
Fields in com.composum.sling.cpnl declared as SlingBean Modifier and Type Field Description protected SlingBean
ComponentTag. component
Methods in com.composum.sling.cpnl that return SlingBean Modifier and Type Method Description protected SlingBean
ComponentTag. createComponent()
Create the requested component instanceMethods in com.composum.sling.cpnl that return types with arguments of type SlingBean Modifier and Type Method Description protected Class<? extends SlingBean>
ComponentTag. getComponentType()
get the content type class objectMethods in com.composum.sling.cpnl with parameters of type SlingBean Modifier and Type Method Description protected void
ComponentTag. additionalInitialization(SlingBean component)
Hook for perform additional initialization of the component.protected void
ComponentTag. injectServices(SlingBean component)
Inject OSGI services for attributes marked for injection in a new component instance, if not already initialized e.g.
-