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

PortalContext - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.app.spi
Interface PortalContext


public interface PortalContext


Method Summary
 java.util.Map getProperties()
          Return the set of properties of this portal.
 java.util.Set getSupportedModes()
          Return the mode provider of this portal.
 java.util.Set getSupportedWindowStates()
          Return the window state provider of this portal.
 

Method Detail

getSupportedWindowStates

public java.util.Set getSupportedWindowStates()
Return the window state provider of this portal.


getSupportedModes

public java.util.Set getSupportedModes()
Return the mode provider of this portal.


getProperties

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