org.apache.shale.test.mock
Class MockPortletRequest

java.lang.Object
  extended by org.apache.shale.test.mock.MockPortletRequest
All Implemented Interfaces:
javax.portlet.PortletRequest

public class MockPortletRequest
extends Object
implements javax.portlet.PortletRequest

Mock implementation of PortletRequest.

$Id: MockPortletRequest.java 516091 2007-03-08 16:25:17Z greddin $


Field Summary
 
Fields inherited from interface javax.portlet.PortletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO
 
Constructor Summary
MockPortletRequest()
           
MockPortletRequest(javax.portlet.PortletSession session)
           
 
Method Summary
 void addParameter(String name, String value)
           Add a request parameter for this request.
 Object getAttribute(String name)
          
 Enumeration getAttributeNames()
          
 String getAuthType()
          
 String getContextPath()
          
 Locale getLocale()
          
 Enumeration getLocales()
          
 String getParameter(String name)
          
 Map getParameterMap()
          
 Enumeration getParameterNames()
          
 String[] getParameterValues(String name)
          
 javax.portlet.PortalContext getPortalContext()
          
 javax.portlet.PortletMode getPortletMode()
          
 javax.portlet.PortletSession getPortletSession()
          
 javax.portlet.PortletSession getPortletSession(boolean create)
          
 javax.portlet.PortletPreferences getPreferences()
          
 Enumeration getProperties(String arg0)
          
 String getProperty(String arg0)
          
 Enumeration getPropertyNames()
          
 String getRemoteUser()
          
 String getRequestedSessionId()
          
 String getResponseContentType()
          
 Enumeration getResponseContentTypes()
          
 String getScheme()
          
 String getServerName()
          
 int getServerPort()
          
 Principal getUserPrincipal()
          
 javax.portlet.WindowState getWindowState()
          
 boolean isPortletModeAllowed(javax.portlet.PortletMode arg0)
          
 boolean isRequestedSessionIdValid()
          
 boolean isSecure()
          
 boolean isUserInRole(String arg0)
          
 boolean isWindowStateAllowed(javax.portlet.WindowState arg0)
          
 void removeAttribute(String name)
          
 void setAttribute(String name, Object value)
          
 void setLocale(Locale locale)
           Set the Locale associated with this request.
 void setPortletSession(javax.portlet.PortletSession session)
           Set the PortletSession associated with this request.
 void setUserPrincipal(Principal principal)
           Set the Principal associated with this request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockPortletRequest

public MockPortletRequest()

MockPortletRequest

public MockPortletRequest(javax.portlet.PortletSession session)
Method Detail

addParameter

public void addParameter(String name,
                         String value)

Add a request parameter for this request.

Parameters:
name - Parameter name
value - Parameter value

setPortletSession

public void setPortletSession(javax.portlet.PortletSession session)

Set the PortletSession associated with this request.

Parameters:
session - The new session

setLocale

public void setLocale(Locale locale)

Set the Locale associated with this request.

Parameters:
locale - The new locale

setUserPrincipal

public void setUserPrincipal(Principal principal)

Set the Principal associated with this request.

Parameters:
principal - The new Principal

getAuthType

public String getAuthType()

Specified by:
getAuthType in interface javax.portlet.PortletRequest

getContextPath

public String getContextPath()

Specified by:
getContextPath in interface javax.portlet.PortletRequest

getAttribute

public Object getAttribute(String name)

Specified by:
getAttribute in interface javax.portlet.PortletRequest

getAttributeNames

public Enumeration getAttributeNames()

Specified by:
getAttributeNames in interface javax.portlet.PortletRequest

getLocale

public Locale getLocale()

Specified by:
getLocale in interface javax.portlet.PortletRequest

getLocales

public Enumeration getLocales()

Specified by:
getLocales in interface javax.portlet.PortletRequest

getParameter

public String getParameter(String name)

Specified by:
getParameter in interface javax.portlet.PortletRequest

getParameterMap

public Map getParameterMap()

Specified by:
getParameterMap in interface javax.portlet.PortletRequest

getParameterNames

public Enumeration getParameterNames()

Specified by:
getParameterNames in interface javax.portlet.PortletRequest

getParameterValues

public String[] getParameterValues(String name)

Specified by:
getParameterValues in interface javax.portlet.PortletRequest

getPortalContext

public javax.portlet.PortalContext getPortalContext()

Specified by:
getPortalContext in interface javax.portlet.PortletRequest

getPortletMode

public javax.portlet.PortletMode getPortletMode()

Specified by:
getPortletMode in interface javax.portlet.PortletRequest

getPortletSession

public javax.portlet.PortletSession getPortletSession()

Specified by:
getPortletSession in interface javax.portlet.PortletRequest

getPortletSession

public javax.portlet.PortletSession getPortletSession(boolean create)

Specified by:
getPortletSession in interface javax.portlet.PortletRequest

getPreferences

public javax.portlet.PortletPreferences getPreferences()

Specified by:
getPreferences in interface javax.portlet.PortletRequest

getProperties

public Enumeration getProperties(String arg0)

Specified by:
getProperties in interface javax.portlet.PortletRequest

getProperty

public String getProperty(String arg0)

Specified by:
getProperty in interface javax.portlet.PortletRequest

getPropertyNames

public Enumeration getPropertyNames()

Specified by:
getPropertyNames in interface javax.portlet.PortletRequest

getRemoteUser

public String getRemoteUser()

Specified by:
getRemoteUser in interface javax.portlet.PortletRequest

getRequestedSessionId

public String getRequestedSessionId()

Specified by:
getRequestedSessionId in interface javax.portlet.PortletRequest

getResponseContentType

public String getResponseContentType()

Specified by:
getResponseContentType in interface javax.portlet.PortletRequest

getResponseContentTypes

public Enumeration getResponseContentTypes()

Specified by:
getResponseContentTypes in interface javax.portlet.PortletRequest

getScheme

public String getScheme()

Specified by:
getScheme in interface javax.portlet.PortletRequest

getServerName

public String getServerName()

Specified by:
getServerName in interface javax.portlet.PortletRequest

getServerPort

public int getServerPort()

Specified by:
getServerPort in interface javax.portlet.PortletRequest

getUserPrincipal

public Principal getUserPrincipal()

Specified by:
getUserPrincipal in interface javax.portlet.PortletRequest

getWindowState

public javax.portlet.WindowState getWindowState()

Specified by:
getWindowState in interface javax.portlet.PortletRequest

isPortletModeAllowed

public boolean isPortletModeAllowed(javax.portlet.PortletMode arg0)

Specified by:
isPortletModeAllowed in interface javax.portlet.PortletRequest

isRequestedSessionIdValid

public boolean isRequestedSessionIdValid()

Specified by:
isRequestedSessionIdValid in interface javax.portlet.PortletRequest

isSecure

public boolean isSecure()

Specified by:
isSecure in interface javax.portlet.PortletRequest

isUserInRole

public boolean isUserInRole(String arg0)

Specified by:
isUserInRole in interface javax.portlet.PortletRequest

isWindowStateAllowed

public boolean isWindowStateAllowed(javax.portlet.WindowState arg0)

Specified by:
isWindowStateAllowed in interface javax.portlet.PortletRequest

removeAttribute

public void removeAttribute(String name)

Specified by:
removeAttribute in interface javax.portlet.PortletRequest

setAttribute

public void setAttribute(String name,
                         Object value)

Specified by:
setAttribute in interface javax.portlet.PortletRequest


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.