|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.jsp.utils.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(JProject prj)
|
static boolean |
exists(Context context)
Check to see if a WEB-INF directory exists in project |
static boolean |
exists(JProject 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(JProject 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)
public static boolean exists(JProject prj)
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.