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

PortletApplication - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.container
Interface PortletApplication

All Known Implementing Classes:
PortletApplicationImpl

public interface PortletApplication

A portlet application.


Method Summary
 PortletApplicationContext getContext()
          Return the porlet application context.
 java.lang.String getId()
          Return the web app id.
 PortletContainer getPortletContainer(java.lang.String id)
          Return a specific component.
 java.util.Set getPortletContainers()
          Return the set of components part of this web application.
 

Method Detail

getId

public java.lang.String getId()
Return the web app id.


getPortletContainers

public java.util.Set getPortletContainers()
Return the set of components part of this web application.


getPortletContainer

public PortletContainer getPortletContainer(java.lang.String id)
Return a specific component.


getContext

public PortletApplicationContext getContext()
Return the porlet application context.