Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.webapp.deploy
Class WebAppDeploymentHook

java.lang.Object
  extended by oracle.jdeveloper.webapp.deploy.WebAppDeploymentHook


public abstract class WebAppDeploymentHook
extends java.lang.Object

Constructor Summary
WebAppDeploymentHook()
           

 

Method Summary
static oracle.jdeveloper.deploy.Profile createAppletProfile(Context context, java.lang.String profileName, java.net.URL htmlFile, java.lang.String codebase, java.lang.String archive, java.net.URL[] appletArchives)
           
static oracle.jdeveloper.deploy.Profile createTaglibProfile(Context context, java.lang.String taglibName)
           
static oracle.jdeveloper.deploy.Profile createWebModuleProfile(Context context, java.lang.String warName)
           
protected abstract  oracle.jdeveloper.deploy.Profile newAppletProfile(Context context, java.lang.String profileName, java.net.URL htmlFile, java.lang.String codebase, java.lang.String archive, java.net.URL[] appletArchives)
           
protected abstract  oracle.jdeveloper.deploy.Profile newTaglibProfile(Context context, java.lang.String taglibName)
           
protected abstract  oracle.jdeveloper.deploy.Profile newWebModuleProfile(Context context, java.lang.String warName)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WebAppDeploymentHook

public WebAppDeploymentHook()

Method Detail

createWebModuleProfile

public static oracle.jdeveloper.deploy.Profile createWebModuleProfile(Context context,
                                                                      java.lang.String warName)

createTaglibProfile

public static oracle.jdeveloper.deploy.Profile createTaglibProfile(Context context,
                                                                   java.lang.String taglibName)

createAppletProfile

public static oracle.jdeveloper.deploy.Profile createAppletProfile(Context context,
                                                                   java.lang.String profileName,
                                                                   java.net.URL htmlFile,
                                                                   java.lang.String codebase,
                                                                   java.lang.String archive,
                                                                   java.net.URL[] appletArchives)

newWebModuleProfile

protected abstract oracle.jdeveloper.deploy.Profile newWebModuleProfile(Context context,
                                                                        java.lang.String warName)

newTaglibProfile

protected abstract oracle.jdeveloper.deploy.Profile newTaglibProfile(Context context,
                                                                     java.lang.String taglibName)

newAppletProfile

protected abstract oracle.jdeveloper.deploy.Profile newAppletProfile(Context context,
                                                                     java.lang.String profileName,
                                                                     java.net.URL htmlFile,
                                                                     java.lang.String codebase,
                                                                     java.lang.String archive,
                                                                     java.net.URL[] appletArchives)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.