org.apache.pluto.portalImpl.services.portletentityregistry

Class PortletEntityRegistryServiceFileImpl

    • Field Detail

      • mapping

        protected org.exolab.castor.mapping.Mapping mapping
      • servletContext

        protected javax.servlet.ServletContext servletContext
      • portletEntitiesKeyObjectID

        protected java.util.Map portletEntitiesKeyObjectID
    • Constructor Detail

      • PortletEntityRegistryServiceFileImpl

        public PortletEntityRegistryServiceFileImpl()
    • Method Detail

      • init

        public void init(javax.servlet.ServletConfig servletConfig,
                Properties properties)
                  throws java.lang.Exception
        Description copied from class: Service
        Initializes the service using the servlet configuration and the service properties.
        Overrides:
        init in class Service
        Parameters:
        servletConfig - the servlet configuration
        properties - the service properties
        Throws:
        java.lang.Exception - if the initialization fails
      • getPortletEntity

        public org.apache.pluto.om.entity.PortletEntity getPortletEntity(org.apache.pluto.om.common.ObjectID id)
        Description copied from class: PortletEntityRegistryService
        Returns the portlet Entity with the given id.
        Specified by:
        getPortletEntity in class PortletEntityRegistryService
        Parameters:
        id - the identifier of the portlet Entity to be returned
        Returns:
        the portlet Entity
      • getPortletEntities

        public java.util.Map getPortletEntities()
      • postInit

        public void postInit()
                      throws java.lang.Exception
        Description copied from class: Service
        This methods can be used to setup things after the services has been initialized via init.
        Overrides:
        postInit in class Service
        Throws:
        java.lang.Exception - if the postInit fails for any reason

Copyright © 2003-2013 . All Rights Reserved.