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<PortletMode> supportedPortletModes,
List<WindowState> 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<PortletMode> supportedPortletModes,
List<WindowState> 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
setProperty
public void setProperty(String name,
String value)
getProperty
public String getProperty(String name)
- Specified by:
getProperty
in interface PortalContext
getPropertyNames
public Enumeration<String> getPropertyNames()
- Specified by:
getPropertyNames
in interface PortalContext
getSupportedPortletModes
public Enumeration<PortletMode> getSupportedPortletModes()
- Specified by:
getSupportedPortletModes
in interface PortalContext
getSupportedWindowStates
public Enumeration<WindowState> getSupportedWindowStates()
- Specified by:
getSupportedWindowStates
in interface PortalContext