站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

PortalContext - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.spi
Interface PortalContext

All Known Implementing Classes:
PortalContextImpl, TestPortalContext

public interface PortalContext

Represent the context of the portal that performs the invocation.


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.
 

Method Detail

getWindowStates

public java.util.Set getWindowStates()
Return the window states accepted by this portal context.


getModes

public java.util.Set getModes()
Return the modes accepted by this portal context.


getProperties

public java.util.Map getProperties()
Return the set of properties of this portal context.