org.apache.struts2.portlet.interceptor
Interface 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.
Method Summary |
void |
setPortletPreferences(javax.portlet.PortletPreferences prefs)
Sets the HTTP request object in implementing classes. |
setPortletPreferences
void setPortletPreferences(javax.portlet.PortletPreferences prefs)
- Sets the HTTP request object in implementing classes.
- Parameters:
request
- the HTTP request.
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.