org.seasar.framework.mock.portlet
クラス MockPortletRequestImpl

java.lang.Object
  拡張org.seasar.framework.mock.portlet.MockPortletRequestImpl
すべての実装インタフェース:
MockPortletRequest, javax.portlet.PortletRequest

public class MockPortletRequestImpl
extends Object
implements MockPortletRequest

作成者:
shinsuke

フィールドの概要
 
インタフェース javax.portlet.PortletRequest から継承したフィールド
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO
 
コンストラクタの概要
MockPortletRequestImpl(javax.portlet.PortletContext portletContext)
           
 
メソッドの概要
 void addLocale(Locale locale)
           
 void addParameter(String name, String value)
           
 void addParameter(String name, String[] values)
           
 void addProperty(String name, Object value)
           
 void addResponseContentType(String contentType)
           
 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 name)
           
 String getProperty(String name)
           
 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 removeLocale(Locale locale)
           
 void removeResponseContentType(String contentType)
           
 void setAttribute(String name, Object value)
           
 void setAuthType(String authType)
           
 void setParameter(String name, String value)
           
 void setParameter(String name, String[] values)
           
 void setScheme(String scheme)
           
 void setServerName(String serverName)
           
 void setServerPort(int serverPort)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MockPortletRequestImpl

public MockPortletRequestImpl(javax.portlet.PortletContext portletContext)
メソッドの詳細

isWindowStateAllowed

public boolean isWindowStateAllowed(javax.portlet.WindowState arg0)
定義:
インタフェース javax.portlet.PortletRequest 内の isWindowStateAllowed

isPortletModeAllowed

public boolean isPortletModeAllowed(javax.portlet.PortletMode arg0)
定義:
インタフェース javax.portlet.PortletRequest 内の isPortletModeAllowed

getPortletMode

public javax.portlet.PortletMode getPortletMode()
定義:
インタフェース javax.portlet.PortletRequest 内の getPortletMode

getWindowState

public javax.portlet.WindowState getWindowState()
定義:
インタフェース javax.portlet.PortletRequest 内の getWindowState

getPreferences

public javax.portlet.PortletPreferences getPreferences()
定義:
インタフェース javax.portlet.PortletRequest 内の getPreferences

getPortletSession

public javax.portlet.PortletSession getPortletSession()
定義:
インタフェース javax.portlet.PortletRequest 内の getPortletSession

getPortletSession

public javax.portlet.PortletSession getPortletSession(boolean create)
定義:
インタフェース javax.portlet.PortletRequest 内の getPortletSession

getProperty

public String getProperty(String name)
定義:
インタフェース javax.portlet.PortletRequest 内の getProperty

getProperties

public Enumeration getProperties(String name)
定義:
インタフェース javax.portlet.PortletRequest 内の getProperties

getPropertyNames

public Enumeration getPropertyNames()
定義:
インタフェース javax.portlet.PortletRequest 内の getPropertyNames

getPortalContext

public javax.portlet.PortalContext getPortalContext()
定義:
インタフェース javax.portlet.PortletRequest 内の getPortalContext

getAuthType

public String getAuthType()
定義:
インタフェース javax.portlet.PortletRequest 内の getAuthType

getContextPath

public String getContextPath()
定義:
インタフェース javax.portlet.PortletRequest 内の getContextPath

getRemoteUser

public String getRemoteUser()
定義:
インタフェース javax.portlet.PortletRequest 内の getRemoteUser

getUserPrincipal

public Principal getUserPrincipal()
定義:
インタフェース javax.portlet.PortletRequest 内の getUserPrincipal

isUserInRole

public boolean isUserInRole(String arg0)
定義:
インタフェース javax.portlet.PortletRequest 内の isUserInRole

getAttribute

public Object getAttribute(String name)
定義:
インタフェース javax.portlet.PortletRequest 内の getAttribute

getAttributeNames

public Enumeration getAttributeNames()
定義:
インタフェース javax.portlet.PortletRequest 内の getAttributeNames

getParameter

public String getParameter(String name)
定義:
インタフェース javax.portlet.PortletRequest 内の getParameter

getParameterNames

public Enumeration getParameterNames()
定義:
インタフェース javax.portlet.PortletRequest 内の getParameterNames

getParameterValues

public String[] getParameterValues(String name)
定義:
インタフェース javax.portlet.PortletRequest 内の getParameterValues

getParameterMap

public Map getParameterMap()
定義:
インタフェース javax.portlet.PortletRequest 内の getParameterMap

isSecure

public boolean isSecure()
定義:
インタフェース javax.portlet.PortletRequest 内の isSecure

setAttribute

public void setAttribute(String name,
                         Object value)
定義:
インタフェース javax.portlet.PortletRequest 内の setAttribute

removeAttribute

public void removeAttribute(String name)
定義:
インタフェース javax.portlet.PortletRequest 内の removeAttribute

getRequestedSessionId

public String getRequestedSessionId()
定義:
インタフェース javax.portlet.PortletRequest 内の getRequestedSessionId

isRequestedSessionIdValid

public boolean isRequestedSessionIdValid()
定義:
インタフェース javax.portlet.PortletRequest 内の isRequestedSessionIdValid

getResponseContentType

public String getResponseContentType()
定義:
インタフェース javax.portlet.PortletRequest 内の getResponseContentType

getResponseContentTypes

public Enumeration getResponseContentTypes()
定義:
インタフェース javax.portlet.PortletRequest 内の getResponseContentTypes

getLocale

public Locale getLocale()
定義:
インタフェース javax.portlet.PortletRequest 内の getLocale

getLocales

public Enumeration getLocales()
定義:
インタフェース javax.portlet.PortletRequest 内の getLocales

getScheme

public String getScheme()
定義:
インタフェース javax.portlet.PortletRequest 内の getScheme

getServerName

public String getServerName()
定義:
インタフェース javax.portlet.PortletRequest 内の getServerName

getServerPort

public int getServerPort()
定義:
インタフェース javax.portlet.PortletRequest 内の getServerPort

addProperty

public void addProperty(String name,
                        Object value)
定義:
インタフェース MockPortletRequest 内の addProperty

setAuthType

public void setAuthType(String authType)
定義:
インタフェース MockPortletRequest 内の setAuthType

addParameter

public void addParameter(String name,
                         String value)
定義:
インタフェース MockPortletRequest 内の addParameter

addParameter

public void addParameter(String name,
                         String[] values)
定義:
インタフェース MockPortletRequest 内の addParameter

setParameter

public void setParameter(String name,
                         String value)
定義:
インタフェース MockPortletRequest 内の setParameter

setParameter

public void setParameter(String name,
                         String[] values)
定義:
インタフェース MockPortletRequest 内の setParameter

addResponseContentType

public void addResponseContentType(String contentType)
定義:
インタフェース MockPortletRequest 内の addResponseContentType

removeResponseContentType

public void removeResponseContentType(String contentType)
定義:
インタフェース MockPortletRequest 内の removeResponseContentType

addLocale

public void addLocale(Locale locale)
定義:
インタフェース MockPortletRequest 内の addLocale

removeLocale

public void removeLocale(Locale locale)
定義:
インタフェース MockPortletRequest 内の removeLocale

setScheme

public void setScheme(String scheme)
定義:
インタフェース MockPortletRequest 内の setScheme

setServerName

public void setServerName(String serverName)
定義:
インタフェース MockPortletRequest 内の setServerName

setServerPort

public void setServerPort(int serverPort)
定義:
インタフェース MockPortletRequest 内の setServerPort


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.