Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.jdeveloper.webapp.utils
Class WebAppUtils

java.lang.Object
  extended by oracle.jdeveloper.webapp.utils.WebAppUtils


public class WebAppUtils
extends java.lang.Object

Field Summary
static int WEB_APP_VERSION_LATEST
           
static int WEB_APP_VERSION_TWO_DOT_FIVE
           
static int WEB_APP_VERSION_TWO_DOT_FOUR
           
static int WEB_APP_VERSION_TWO_DOT_THREE
           
static int WEB_APP_VERSION_TWO_DOT_TWO
           
static int WEB_APP_VERSION_UNKNOWN
           

 

Constructor Summary
protected WebAppUtils()
           

 

Method Summary
protected  int getProjectVersion(Project project)
           
static WebAppUtils getWebAppUtils()
          Returns the active WebAppUtils instance.
static int getWebAppVersion(Project project)
           
static void setWebAppUtils(WebAppUtils webAppUtils)
          Sets the WebAppUtils instance.

 

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

 

Field Detail

WEB_APP_VERSION_TWO_DOT_FIVE

public static final int WEB_APP_VERSION_TWO_DOT_FIVE
See Also:
Constant Field Values

WEB_APP_VERSION_TWO_DOT_FOUR

public static final int WEB_APP_VERSION_TWO_DOT_FOUR
See Also:
Constant Field Values

WEB_APP_VERSION_TWO_DOT_THREE

public static final int WEB_APP_VERSION_TWO_DOT_THREE
See Also:
Constant Field Values

WEB_APP_VERSION_TWO_DOT_TWO

public static final int WEB_APP_VERSION_TWO_DOT_TWO
See Also:
Constant Field Values

WEB_APP_VERSION_UNKNOWN

public static final int WEB_APP_VERSION_UNKNOWN
See Also:
Constant Field Values

WEB_APP_VERSION_LATEST

public static final int WEB_APP_VERSION_LATEST
See Also:
Constant Field Values

Constructor Detail

WebAppUtils

protected WebAppUtils()

Method Detail

getWebAppVersion

public static int getWebAppVersion(Project project)

getProjectVersion

protected int getProjectVersion(Project project)

getWebAppUtils

public static WebAppUtils getWebAppUtils()
Returns the active WebAppUtils instance. This instance is usually created and initialized during startup.

setWebAppUtils

public static void setWebAppUtils(WebAppUtils webAppUtils)
Sets the WebAppUtils instance. This method is usually called only during startup.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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