Class OsgiBundlesModel

  • All Implemented Interfaces:
    com.composum.sling.core.bean.RestrictedBean, com.composum.sling.core.SlingBean

    public class OsgiBundlesModel
    extends com.composum.sling.core.AbstractSlingBean
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.composum.sling.core.AbstractSlingBean

        com.composum.sling.core.AbstractSlingBean.NodeClosure
    • Field Summary

      • Fields inherited from class com.composum.sling.core.AbstractSlingBean

        context, queryManager, request, resolver, resource, response, session, sling
    • Constructor Summary

      Constructors 
      Constructor Description
      OsgiBundlesModel()  
      OsgiBundlesModel​(com.composum.sling.core.BeanContext context)  
      OsgiBundlesModel​(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
      protected org.osgi.framework.BundleContext getBundleContext()  
      @NotNull Collection<OsgiBundleModel> getBundles()  
      int getCountActive()  
      int getCountTotal()  
      • 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, initialize, isPermissible, isReadAllowed, isWriteAllowed, toString, toString
    • Constructor Detail

      • OsgiBundlesModel

        public OsgiBundlesModel​(com.composum.sling.core.BeanContext context,
                                org.apache.sling.api.resource.Resource resource)
      • OsgiBundlesModel

        public OsgiBundlesModel​(com.composum.sling.core.BeanContext context)
      • OsgiBundlesModel

        public OsgiBundlesModel()
    • Method Detail

      • getCountTotal

        public int getCountTotal()
      • getCountActive

        public int getCountActive()
      • getBundleContext

        protected org.osgi.framework.BundleContext getBundleContext()