Skip navigation links 
 
oracle.jdeveloper.webapp.utils
Class WebAppUtils
java.lang.Object
  
oracle.jdeveloper.webapp.utils.WebAppUtils
- 
public class WebAppUtils
 
- extends java.lang.Object
 
 
  
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
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
 
 
WebAppUtils
protected WebAppUtils()
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 
 
Copyright © 1997, 2014, Oracle. All rights reserved.