|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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 failspublic void destroy() throws java.lang.Exception
java.lang.Exception
- if the destruction fails
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |