|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.javatools.data.HashStructureAdapter
oracle.jdeveloper.model.J2eeSettings
Settings object for storing the settings associated with a J2EE project. JDeveloper stores its settings in nested structures within the Project file. The J2eeSettings class pulls the values associated with its properties from the file as needed.
| Field Summary | |
static java.lang.String |
DATA_KEY
|
static java.lang.String |
HTML_SOURCE_ROOT
|
static java.lang.String |
WEB_CONTENT_SET_KEY
The key that identifies the web content set. |
static java.lang.String |
WEB_CONTENT_SET_LOCAL_KEY
|
| Fields inherited from class oracle.javatools.data.HashStructureAdapter |
_hash |
| Method Summary | |
static void |
addCompilableJspType(java.lang.Class jspCompilableType)
Registers the specified Class as representing a compilable JSP type. |
static void |
addJspType(java.lang.Class jspType)
Registers the specified Class as representing a JSP type. |
ContentSet |
getHtmlContentSet()
|
java.net.URL |
getHtmlRootDirectory()
Retrieves the HTML root directory. |
static J2eeSettings |
getInstance(Project project)
Retrieves an instance of J2eeSettings for the specified
project. |
static J2eeSettings |
getInstance(Project project,
oracle.javatools.data.PropertyStorage propertyData)
|
java.lang.String |
getJ2eeWebAppName()
Retrieves the WebApp name. |
java.lang.String |
getJ2eeWebContextRoot()
Retrieves the default context root to use with the project. |
java.lang.String |
getJ2eeWebContextRoot(boolean forceSlash)
Retrieves the default context root with an optionally required forward slash. |
static boolean |
isCompilableJsp(java.lang.String name)
Returns true if the specified name represents some kind of compilable JSP. |
static boolean |
isJsp(java.lang.String name)
Returns true if the specified name represents some kind of JSP, JSP fragment, JSP tag node, etc. |
void |
setHtmlRootDirectory(java.net.URL root)
Sets the HTML root directory. |
void |
setJ2eeWebAppName(java.lang.String j2eeWebAppName)
Sets the WebApp name. |
void |
setJ2eeWebContextRoot(java.lang.String j2eeWebContextRoot)
Sets the default context root. |
| Methods inherited from class oracle.javatools.data.HashStructureAdapter |
containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DATA_KEY
public static final java.lang.String WEB_CONTENT_SET_LOCAL_KEY
public static final java.lang.String WEB_CONTENT_SET_KEY
public static final java.lang.String HTML_SOURCE_ROOT
| Method Detail |
public static J2eeSettings getInstance(Project project)
J2eeSettings for the specified
project. The contents of the Project file will be used to initialize the
state of this settings object.
project - the Project containing the settings
public static J2eeSettings getInstance(Project project,
oracle.javatools.data.PropertyStorage propertyData)
public java.net.URL getHtmlRootDirectory()
public void setHtmlRootDirectory(java.net.URL root)
root - the URL specifying the location of the HTML root directorypublic ContentSet getHtmlContentSet()
public java.lang.String getJ2eeWebAppName()
public void setJ2eeWebAppName(java.lang.String j2eeWebAppName)
j2eeWebAppName - the default WebApp name for the projectpublic java.lang.String getJ2eeWebContextRoot()
public java.lang.String getJ2eeWebContextRoot(boolean forceSlash)
forceSlash - whether the context root should be forced to start with
a forward slash
public void setJ2eeWebContextRoot(java.lang.String j2eeWebContextRoot)
j2eeWebContextRoot - the default context root for the projectpublic static boolean isJsp(java.lang.String name)
public static void addJspType(java.lang.Class jspType)
public static boolean isCompilableJsp(java.lang.String name)
public static void addCompilableJspType(java.lang.Class jspCompilableType)
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.