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

PortletContainerAdapter - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.container
Class PortletContainerAdapter

java.lang.Object
  extended byorg.jboss.portal.portlet.container.PortletContainerAdapter

public class PortletContainerAdapter
extends java.lang.Object


Constructor Summary
PortletContainerAdapter(PortletMetaData portletMD, JBossPortletMetaData jbossPortletMD)
           
 
Method Summary
 PortletApplicationContextImpl getPortletApplicationContext()
           
 PortletContainer getPortletContainer()
           
 void setPortletWebAppAdapter(PortletApplicationContextImpl portletApplicationContext)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContainerAdapter

public PortletContainerAdapter(PortletMetaData portletMD,
                               JBossPortletMetaData jbossPortletMD)
Method Detail

getPortletApplicationContext

public PortletApplicationContextImpl getPortletApplicationContext()

setPortletWebAppAdapter

public void setPortletWebAppAdapter(PortletApplicationContextImpl portletApplicationContext)

getPortletContainer

public PortletContainer getPortletContainer()

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()