当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
PortalContextImpl - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.core.model.portal
Class PortalContextImpl
java.lang.Object
org.jboss.portal.core.model.portal.PortalContextImpl
- All Implemented Interfaces:
- PortalContext
- public class PortalContextImpl
- extends java.lang.Object
- implements PortalContext
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
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 |
portal
protected Portal portal
- .
PortalContextImpl
public PortalContextImpl(Portal portal)
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