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

PortalWebAppFactory - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.server.deployment
Class PortalWebAppFactory

java.lang.Object
  extended byorg.jboss.portal.server.deployment.PortalWebAppFactory

public class PortalWebAppFactory
extends java.lang.Object

Creates the JBossWebApp according to the JBossWeb found.


Constructor Summary
PortalWebAppFactory(javax.management.MBeanServer server)
           
 
Method Summary
 PortalWebApp create(org.jboss.web.WebApplication webApp)
          Create a portal web application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalWebAppFactory

public PortalWebAppFactory(javax.management.MBeanServer server)
Method Detail

create

public PortalWebApp create(org.jboss.web.WebApplication webApp)
                    throws CannotCreatePortletWebAppException
Create a portal web application.

Returns:
the portal web app or null if it cannot be created.
Throws:
CannotCreatePortletWebAppException