org.springframework.mock.web.portlet
Class MockEventRequest

java.lang.Object
  extended by org.springframework.mock.web.portlet.MockPortletRequest
      extended by org.springframework.mock.web.portlet.MockEventRequest

public class MockEventRequest
extends MockPortletRequest

Mock implementation of the javax.portlet.EventRequest interface.

Since:
3.0
Author:
Juergen Hoeller

Field Summary
private  Event event
           
private  java.lang.String method
           
 
Constructor Summary
MockEventRequest(Event event)
          Create a new MockEventRequest with a default MockPortalContext and a default MockPortletContext.
MockEventRequest(Event event, PortalContext portalContext, PortletContext portletContext)
          Create a new MockEventRequest.
MockEventRequest(Event event, PortletContext portletContext)
          Create a new MockEventRequest with a default MockPortalContext.
 
Method Summary
 Event getEvent()
           
protected  java.lang.String getLifecyclePhase()
          Return the Portlet 2.0 lifecycle id for the current phase.
 java.lang.String getMethod()
           
 void setMethod(java.lang.String method)
           
 
Methods inherited from class org.springframework.mock.web.portlet.MockPortletRequest
addLocale, addParameter, addParameter, addPreferredLocale, addPreferredResponseContentType, addProperty, addResponseContentType, addUserRole, checkActive, close, getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isActive, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, registerPublicParameter, removeAttribute, setAttribute, setAuthType, setContextPath, setCookies, setParameter, setParameter, setParameters, setPortletMode, setPreferences, setProperty, setRemoteUser, setRequestedSessionIdValid, setScheme, setSecure, setServerName, setServerPort, setSession, setUserPrincipal, setWindowID, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

private final Event event

method

private java.lang.String method
Constructor Detail

MockEventRequest

public MockEventRequest(Event event)
Create a new MockEventRequest with a default MockPortalContext and a default MockPortletContext.

Parameters:
event - the event that this request wraps
See Also:
MockEvent

MockEventRequest

public MockEventRequest(Event event,
                        PortletContext portletContext)
Create a new MockEventRequest with a default MockPortalContext.

Parameters:
event - the event that this request wraps
portletContext - the PortletContext that the request runs in
See Also:
MockEvent

MockEventRequest

public MockEventRequest(Event event,
                        PortalContext portalContext,
                        PortletContext portletContext)
Create a new MockEventRequest.

Parameters:
event - the event that this request wraps
portalContext - the PortletContext that the request runs in
portletContext - the PortletContext that the request runs in
Method Detail

getLifecyclePhase

protected java.lang.String getLifecyclePhase()
Description copied from class: MockPortletRequest
Return the Portlet 2.0 lifecycle id for the current phase.

Overrides:
getLifecyclePhase in class MockPortletRequest

getEvent

public Event getEvent()

setMethod

public void setMethod(java.lang.String method)

getMethod

public java.lang.String getMethod()