An interceptor which provides an implementation of PortletPreferences if the Action implements PortletPreferencesAware. If running in a servlet environment, a testing implementation of PortletPreferences will be created and provided, but it should not be used in a production environment.
Interceptor parameters: Extending the interceptor: There are no known extension points for this interceptor.
Example code: <action name="someAction" class="com.examples.SomeAction"> <interceptor-ref name="portlet-preferences"/> <interceptor-ref name="basicStack"/> <result name="success">good_result.ftl</result> </action>
@see PortletPreferencesAware