org.apache.geronimo.console.configcreator
Class JSR88_Util

java.lang.Object
  extended by org.apache.geronimo.console.configcreator.JSR88_Util

public class JSR88_Util
extends Object

Util class for JSR-88 related functions


Constructor Summary
JSR88_Util()
           
 
Method Summary
static String createDeploymentPlan(javax.portlet.PortletRequest request, AbstractHandler.WARConfigData data, URL WarUrl)
           
static String[] deploy(javax.portlet.PortletRequest actionRequest, File moduleFile, File planFile)
           
static String getDependencyString(String patternString)
           
static void parseWarReferences(javax.portlet.PortletRequest request, AbstractHandler.WARConfigData data, URL warUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR88_Util

public JSR88_Util()
Method Detail

parseWarReferences

public static void parseWarReferences(javax.portlet.PortletRequest request,
                                      AbstractHandler.WARConfigData data,
                                      URL warUrl)
                               throws Exception
Throws:
Exception

getDependencyString

public static String getDependencyString(String patternString)

createDeploymentPlan

public static String createDeploymentPlan(javax.portlet.PortletRequest request,
                                          AbstractHandler.WARConfigData data,
                                          URL WarUrl)
                                   throws IOException,
                                          DDBeanCreateException,
                                          InvalidModuleException,
                                          ConfigurationException,
                                          DeploymentManagerCreationException
Throws:
IOException
DDBeanCreateException
InvalidModuleException
ConfigurationException
DeploymentManagerCreationException

deploy

public static String[] deploy(javax.portlet.PortletRequest actionRequest,
                              File moduleFile,
                              File planFile)
                       throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.