org.jboss.portal.server.invocation
Interface Interceptor

All Known Implementing Classes:
AccessControlInterceptor, BridgeInterceptor, CacheInterceptor, ContentTypeInterceptor, ContentTypeInterceptor, ContextDispatcherInterceptor, DispatcherInterceptor, MainDispatcherInterceptor, PreferencesInterceptor, StrategyInterceptor, TargetInterceptor, TransactionInterceptor, UserContextInterceptor, UserContextInterceptor, ViewInterceptor, ViewInterceptor, ViewInterceptor, ViewInterceptor

public interface Interceptor

An invocation interceptor.


Method Summary
 java.lang.Object invoke(Invocation invocation)
          Perform the invocation.
 

Method Detail

invoke

java.lang.Object invoke(Invocation invocation)
Perform the invocation.

Parameters:
invocation -
Returns:
the returned object