|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminConfiguration
Interface defining a means for obtaining administrative services for portal configuration. An implementation of this interface will be bound to the portal's ServletContext IF administrative functions are supported by the current implementation.
Method Summary | |
---|---|
void |
destroy()
Lifecylce method used to remove the configuration from service. |
PortletRegistryAdminService |
getPortletRegistryAdminService()
Retrieve the administrative service for managing the portlet registry. |
RenderConfigAdminService |
getRenderConfigAdminService()
Retrieve the administrative service for managing the render configuration. |
void |
init(javax.servlet.ServletContext context)
Lifecyle method used to initialize the configuration |
Method Detail |
---|
void init(javax.servlet.ServletContext context) throws DriverConfigurationException
context
-
DriverConfigurationException
void destroy() throws DriverConfigurationException
DriverConfigurationException
PortletRegistryAdminService getPortletRegistryAdminService()
RenderConfigAdminService getRenderConfigAdminService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |