|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletContainerService
Defines a service for the Apache Pluto Portlet container. All services must receive a ServletConfig and Properties object.
Method Summary | |
---|---|
void |
destroy()
Destroys the services. |
void |
init(javax.servlet.ServletConfig servletConfig,
java.util.Properties properties)
Initializes the service using the servlet configuration and the service properties. |
Method Detail |
---|
void init(javax.servlet.ServletConfig servletConfig, java.util.Properties properties) throws java.lang.Exception
servletConfig
- the servlet configurationproperties
- the service properties
java.lang.Exception
- if the initialization failsvoid destroy() throws java.lang.Exception
java.lang.Exception
- if the destruction fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |