|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.jportlet.service.PortletServiceAdapter | +--net.sf.jportlet.service.page.PortletPageServiceImpl
Implementation of PortletService
Field Summary |
Fields inherited from class net.sf.jportlet.service.PortletServiceAdapter |
_log, _serviceConfig, _serviceContext |
Fields inherited from interface net.sf.jportlet.service.page.PortletPageService |
NAME |
Constructor Summary | |
PortletPageServiceImpl()
|
Method Summary | |
java.lang.String |
getPage(Portlet.Mode mode)
Returns the path a the page to render for a given mode when the portlet is maximized |
java.lang.String |
getServiceName()
Returns the name of the service |
void |
init(net.sf.jportlet.service.PortletServiceConfig config)
Initialize the service |
Methods inherited from class net.sf.jportlet.service.PortletServiceAdapter |
destroy, getInitParameter, getInitParameter, getServiceConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jportlet.service.PortletService |
destroy, getServiceConfig |
Constructor Detail |
public PortletPageServiceImpl()
Method Detail |
public java.lang.String getPage(Portlet.Mode mode)
PortletPageService
getPage
in interface PortletPageService
mode
-
net.sf.jportlet.service.page.PortletService#getPage(net.sf.jportlet.portlet.Portlet.Mode)
public void init(net.sf.jportlet.service.PortletServiceConfig config) throws PortletServiceException
PortletService
init
in interface PortletService
init
in class PortletServiceAdapter
config
- configuration of the service
PortletServiceException
PortletService.init(net.sf.jportlet.service.PortletServiceConfig)
public java.lang.String getServiceName()
PortletService
getServiceName
in interface PortletService
PortletService.getServiceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |