org.jboss.portal.portlet.invocation
Class PreferencesInterceptor

java.lang.Object
  extended by org.jboss.portal.portlet.invocation.PreferencesInterceptor
All Implemented Interfaces:
Interceptor

public class PreferencesInterceptor
extends java.lang.Object
implements Interceptor

This interceptor is responsible for setting up the javax.portlet.PortletPreferences implementation instance in the invocation. todo : make the merge strategy configurable


Constructor Summary
PreferencesInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation invocation)
          Perform the invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesInterceptor

public PreferencesInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Invocation invocation)
Description copied from interface: Interceptor
Perform the invocation.

Specified by:
invoke in interface Interceptor
Returns:
the returned object