当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
TestPortalContext - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.portlet.test
Class TestPortalContext
java.lang.Object
org.jboss.portal.portlet.test.TestPortalContext
- All Implemented Interfaces:
- PortalContext
- public class TestPortalContext
- extends java.lang.Object
- implements PortalContext
Method Summary |
java.util.Set |
getModes()
Return the modes accepted by this portal context. |
java.util.Map |
getProperties()
Return the set of properties of this portal context. |
java.util.Set |
getWindowStates()
Return the window states accepted by this portal context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestPortalContext
public TestPortalContext()
getWindowStates
public java.util.Set getWindowStates()
- Description copied from interface:
PortalContext
- Return the window states accepted by this portal context.
- Specified by:
getWindowStates
in interface PortalContext
getModes
public java.util.Set getModes()
- Description copied from interface:
PortalContext
- Return the modes accepted by this portal context.
- Specified by:
getModes
in interface PortalContext
getProperties
public java.util.Map getProperties()
- Description copied from interface:
PortalContext
- Return the set of properties of this portal context.
- Specified by:
getProperties
in interface PortalContext