net.sf.jportlet.service.interceptor
Interface InterceptorFactoryService

All Superinterfaces:
PortletService
All Known Implementing Classes:
InterceptorFactoryServiceImpl

public interface InterceptorFactoryService
extends PortletService

The InterceptorFactoryService give access to the list of Interceptors

Author:
Herve Tchepannou

Field Summary
static java.lang.String NAME
           
 
Method Summary
 java.util.Collection getInterceptors()
          Return the collection of Interceptors
 
Methods inherited from interface net.sf.jportlet.service.PortletService
destroy, getServiceConfig, getServiceName, init
 

Field Detail

NAME

public static final java.lang.String NAME
Method Detail

getInterceptors

public java.util.Collection getInterceptors()
Return the collection of Interceptors

Returns:
Array of Inteceptor


Copyright © 2002 Herve Tchepannou. All Rights Reserved.