|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.jsp.utils.War
public final class War
The War class is responsible for the implementation of War project throughout JDeveloper.
| Constructor Summary | |
|---|---|
War() |
|
| Method Summary | |
|---|---|
static void |
create(Context ctx)Create War Structure in Project |
static void |
createForProject(Project prj) |
static boolean |
exists(Context context)Check to see if a WEB-INF directory exists in project |
static boolean |
exists(Project prj)Check to see if a WEB-INF directory exists in project |
static void |
generateLib(java.net.URL webInfURL)Generate lib directory in WEB-INF directory of project |
static void |
generateWebXmlFile(java.net.URL webInfURL)Generate web.xml file in WEB-INF directory of Project |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public War()
| Method Detail |
|---|
public static void create(Context ctx)
ctx - Context to gather project information frompublic static void createForProject(Project prj)
public static void generateWebXmlFile(java.net.URL webInfURL)
webInfURL - Url path to WEB-INF directorypublic static void generateLib(java.net.URL webInfURL)
webInfURL - Url Path to WEB-INF directorypublic static boolean exists(Context context)
ctx - the context to gather the project information frompublic static boolean exists(Project prj)
project - the JProject
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||