|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PortletService
interface is the base for all portlet
services. Portlets can obtain portlet service instances by calling the
method PortletContext.getService(java.lang.String)
Method Summary | |
void |
destroy()
Destroy the service |
net.sf.jportlet.service.PortletServiceConfig |
getServiceConfig()
Return the configuration of the service |
java.lang.String |
getServiceName()
Returns the name of the service |
void |
init(net.sf.jportlet.service.PortletServiceConfig config)
Initialize the service |
Method Detail |
public void destroy()
public void init(net.sf.jportlet.service.PortletServiceConfig config) throws PortletServiceException
config
- configuration of the service
PortletException
PortletServiceException
public java.lang.String getServiceName()
public net.sf.jportlet.service.PortletServiceConfig getServiceConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |