FileDocCategorySizeDatePackage
PortletPreferencesAware.javaAPI DocExample1458Mon Jul 23 13:26:38 BST 2007org.apache.struts2.portlet.interceptor

PortletPreferencesAware

public interface PortletPreferencesAware
All Actions that want to have access to the portlet preferences should implement this interface. If running in a servlet environment, an appropriate testing implementation will be provided.

Fields Summary
Constructors Summary
Methods Summary
public voidsetPortletPreferences(javax.portlet.PortletPreferences prefs)
Sets the HTTP request object in implementing classes.

param
request the HTTP request.