net.sf.jportlet.service.interceptor
Class InterceptorFactoryServiceImpl

java.lang.Object
  |
  +--net.sf.jportlet.service.PortletServiceAdapter
        |
        +--net.sf.jportlet.service.interceptor.InterceptorFactoryServiceImpl
All Implemented Interfaces:
InterceptorFactoryService, PortletService

public class InterceptorFactoryServiceImpl
extends PortletServiceAdapter
implements InterceptorFactoryService

Implementation of InterceptorFactoryService

Author:
Herve Tchepannou

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 Interceptors
 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

InterceptorFactoryServiceImpl

public InterceptorFactoryServiceImpl()
Method Detail

getInterceptors

public java.util.Collection getInterceptors()
Description copied from interface: InterceptorFactoryService
Return the collection of Interceptors

Specified by:
getInterceptors in interface InterceptorFactoryService
Returns:
Array of Inteceptor
See Also:
InterceptorFactoryService.getInterceptors()

destroy

public void destroy()
Description copied from interface: PortletService
Destroy the service

Specified by:
destroy in interface PortletService
Overrides:
destroy in class PortletServiceAdapter
See Also:
PortletService.destroy()

init

public void init(net.sf.jportlet.service.PortletServiceConfig config)
          throws PortletServiceException
Description copied from interface: PortletService
Initialize the service

Specified by:
init in interface PortletService
Overrides:
init in class PortletServiceAdapter
Parameters:
config - configuration of the service
PortletServiceException
See Also:
PortletService.init(net.sf.jportlet.service.PortletServiceConfig)

getServiceName

public java.lang.String getServiceName()
Description copied from interface: PortletService
Returns the name of the service

Specified by:
getServiceName in interface PortletService
Returns:
String
See Also:
PortletService.getServiceName()


Copyright © 2002 Herve Tchepannou. All Rights Reserved.