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
Interceptor
s
- Author:
- Herve Tchepannou
Field Summary |
static java.lang.String |
NAME
|
Method Summary |
java.util.Collection |
getInterceptors()
Return the collection of Interceptor s |
NAME
public static final java.lang.String NAME
getInterceptors
public java.util.Collection getInterceptors()
- Return the collection of
Interceptor
s
- Returns:
- Array of Inteceptor
Copyright © 2002 Herve Tchepannou. All Rights Reserved.