com.liferay.portal.kernel.portlet
Class DynamicEventRequest
java.lang.Object
javax.portlet.filter.PortletRequestWrapper
javax.portlet.filter.EventRequestWrapper
com.liferay.portal.kernel.portlet.DynamicEventRequest
- All Implemented Interfaces:
- javax.portlet.EventRequest, javax.portlet.PortletRequest
public class DynamicEventRequest
- extends javax.portlet.filter.EventRequestWrapper
- Author:
- Brian Wing Shun Chan
- See Also:
DynamicActionRequest,
DynamicRenderRequest,
DynamicResourceRequest
| Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
javax.portlet.PortletRequest.P3PUserInfos |
| Fields inherited from interface javax.portlet.PortletRequest |
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO |
|
Constructor Summary |
DynamicEventRequest(javax.portlet.EventRequest eventRequest)
|
DynamicEventRequest(javax.portlet.EventRequest eventRequest,
boolean inherit)
|
DynamicEventRequest(javax.portlet.EventRequest eventRequest,
java.util.Map<java.lang.String,java.lang.String[]> params)
|
DynamicEventRequest(javax.portlet.EventRequest eventRequest,
java.util.Map<java.lang.String,java.lang.String[]> params,
boolean inherit)
|
| Methods inherited from class javax.portlet.filter.EventRequestWrapper |
getEvent, getMethod, getRequest, setRequest |
| Methods inherited from class javax.portlet.filter.PortletRequestWrapper |
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.portlet.PortletRequest |
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
DynamicEventRequest
public DynamicEventRequest(javax.portlet.EventRequest eventRequest)
DynamicEventRequest
public DynamicEventRequest(javax.portlet.EventRequest eventRequest,
java.util.Map<java.lang.String,java.lang.String[]> params)
DynamicEventRequest
public DynamicEventRequest(javax.portlet.EventRequest eventRequest,
boolean inherit)
DynamicEventRequest
public DynamicEventRequest(javax.portlet.EventRequest eventRequest,
java.util.Map<java.lang.String,java.lang.String[]> params,
boolean inherit)
getDynamicParameterMap
public java.util.Map<java.lang.String,java.lang.String[]> getDynamicParameterMap()
getParameter
public java.lang.String getParameter(java.lang.String name)
- Specified by:
getParameter in interface javax.portlet.PortletRequest- Overrides:
getParameter in class javax.portlet.filter.PortletRequestWrapper
getParameterMap
public java.util.Map<java.lang.String,java.lang.String[]> getParameterMap()
- Specified by:
getParameterMap in interface javax.portlet.PortletRequest- Overrides:
getParameterMap in class javax.portlet.filter.PortletRequestWrapper
getParameterNames
public java.util.Enumeration<java.lang.String> getParameterNames()
- Specified by:
getParameterNames in interface javax.portlet.PortletRequest- Overrides:
getParameterNames in class javax.portlet.filter.PortletRequestWrapper
getParameterValues
public java.lang.String[] getParameterValues(java.lang.String name)
- Specified by:
getParameterValues in interface javax.portlet.PortletRequest- Overrides:
getParameterValues in class javax.portlet.filter.PortletRequestWrapper
setParameter
public void setParameter(java.lang.String name,
java.lang.String value)
setParameterValues
public void setParameterValues(java.lang.String name,
java.lang.String[] values)