|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.campaign.webservice.WebAppInfo
public class WebAppInfo
A helper class to encapsulate WebApp deployment information.
| Field Summary | |
|---|---|
String |
contextURIThe WebServer accessible base URI of the web app. |
String |
uriThe uri of the web app files in the EAR or in WLS. |
| Constructor Summary | |
|---|---|
WebAppInfo()Constructor. |
|
WebAppInfo(weblogic.servlet.internal.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(weblogic.servlet.internal.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()
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.