当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
MockPortalContext (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.mock.web.portlet
Class MockPortalContext
java.lang.Object
org.springframework.mock.web.portlet.MockPortalContext
- All Implemented Interfaces:
- PortalContext
public class MockPortalContext
- extends Object
- implements PortalContext
Mock implementation of the PortalContext
interface.
- Since:
- 2.0
- Author:
- John A. Lewis, Juergen Hoeller
Constructor Summary |
MockPortalContext()
Create a new MockPortalContext
with default PortletModes (VIEW, EDIT, HELP)
and default WindowStates (NORMAL, MAXIMIZED, MINIMIZED). |
MockPortalContext(List supportedPortletModes,
List supportedWindowStates)
Create a new MockPortalContext with the given PortletModes and WindowStates. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockPortalContext
public MockPortalContext()
- Create a new MockPortalContext
with default PortletModes (VIEW, EDIT, HELP)
and default WindowStates (NORMAL, MAXIMIZED, MINIMIZED).
- See Also:
PortletMode
,
WindowState
MockPortalContext
public MockPortalContext(List supportedPortletModes,
List supportedWindowStates)
- Create a new MockPortalContext with the given PortletModes and WindowStates.
- Parameters:
supportedPortletModes
- the List of supported PortletMode instancessupportedWindowStates
- the List of supported WindowState instances- See Also:
PortletMode
,
WindowState
getPortalInfo
public String getPortalInfo()
- Specified by:
getPortalInfo
in interface PortalContext
getProperty
public String getProperty(String name)
- Specified by:
getProperty
in interface PortalContext
getPropertyNames
public Enumeration getPropertyNames()
- Specified by:
getPropertyNames
in interface PortalContext
getSupportedPortletModes
public Enumeration getSupportedPortletModes()
- Specified by:
getSupportedPortletModes
in interface PortalContext
getSupportedWindowStates
public Enumeration getSupportedWindowStates()
- Specified by:
getSupportedWindowStates
in interface PortalContext
Copyright © 2002-2007 The Spring Framework.