|
||||||||||
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.interceptor.InterceptorFactoryServiceImpl
Implementation of InterceptorFactoryService
Field Summary |
Fields inherited from class net.sf.jportlet.service.PortletServiceAdapter |
_log, _serviceConfig, _serviceContext |
Fields inherited from interface net.sf.jportlet.service.interceptor.InterceptorFactoryService |
NAME |
Constructor Summary | |
InterceptorFactoryServiceImpl()
|
Method Summary | |
void |
destroy()
Destroy the service |
java.util.Collection |
getInterceptors()
Return the collection of Interceptor s |
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 |
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 |
getServiceConfig |
Constructor Detail |
public InterceptorFactoryServiceImpl()
Method Detail |
public java.util.Collection getInterceptors()
InterceptorFactoryService
Interceptor
s
getInterceptors
in interface InterceptorFactoryService
InterceptorFactoryService.getInterceptors()
public void destroy()
PortletService
destroy
in interface PortletService
destroy
in class PortletServiceAdapter
PortletService.destroy()
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 |