|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.campaign.webservice.WebAppInfo
public class WebAppInfo
A helper class to encapsulate WebApp deployment information.
Field Summary | |
---|---|
String |
contextURI
The WebServer accessible base URI of the web app. |
String |
uri
The uri of the web app files in the EAR or in WLS. |
Constructor Summary | |
---|---|
WebAppInfo()
Constructor. |
|
WebAppInfo(WebAppModule mod)
Constructor. |
Method Summary | |
---|---|
static WebAppInfo |
getDefaultWebAppInfo()
Deprecated The default webapp is no longer separate from the other webapps; it's simply the one mapped to a "/" contextPath. |
static Collection<WebAppInfo> |
getWebAppInfo()
Get the WebApps defined in the current application. |
static Collection<WebAppInfo> |
getWebAppInfo(String appName)
Get the WebApps defined in the specified application configuration. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String contextURI
If this is null or empty, then this WebApp is not mapped to a context path. Otherwise, this should always start with "/".
public String uri
This will be relative to the containing EAR.
Constructor Detail |
---|
public WebAppInfo()
public WebAppInfo(WebAppModule mod)
Method Detail |
---|
public String toString()
toString
in class Object
public static Collection<WebAppInfo> getWebAppInfo() throws IllegalStateException
IllegalStateException
public static Collection<WebAppInfo> getWebAppInfo(String appName) throws IllegalStateException
IllegalStateException
@Deprecated public static WebAppInfo getDefaultWebAppInfo()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |