org.jboss.portal.server.deployment
Class PortalWebAppFactory

java.lang.Object
  extended by org.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 portl 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 portl web application.

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