public final class JNDIConstants
extends java.lang.Object
Ultimately, the constants in this fill will go away entirely. This is a stop-gap until we have support multiple virtual AVMHost instances, and a full Spring config (with associated sync to virt server).
| Modifier and Type | Field and Description |
|---|---|
static java.util.regex.Pattern |
DEFAULT_INF_PATTERN
Patern to detect if an AVM webapp asset is in META-INF or WEB-INF dir.
|
static java.lang.String |
DEFAULT_VSERVER_IP
Deprecated.
see VirtualisationServerPreviewURIService.DEFAULT_VSERVER_IP
|
static int |
DEFAULT_VSERVER_PORT
Deprecated.
see VirtualisationServerPreviewURIService.DEFAULT_VSERVER_PORT
|
static java.lang.String |
DIR_DEFAULT_APPBASE
Directory in which virtualized webapps reside (e.g.: "ROOT").
|
static java.lang.String |
DIR_DEFAULT_WWW
Directory used for virtualized web content.
|
static java.lang.String |
DIR_DEFAULT_WWW_APPBASE |
static java.lang.String |
PREVIEW_ASSET_URL
Deprecated.
see VirtualisationServerPreviewURIService.PREVIEW_ASSET_URL
|
static java.lang.String |
PREVIEW_SANDBOX_URL
Deprecated.
see VirtualisationServerPreviewURIService.PREVIEW_SANDBOX_URL
|
| Constructor and Description |
|---|
JNDIConstants() |
public static final java.lang.String DIR_DEFAULT_WWW_APPBASE
public static final java.lang.String DIR_DEFAULT_WWW
public static final java.lang.String DIR_DEFAULT_APPBASE
public static final java.util.regex.Pattern DEFAULT_INF_PATTERN
if ( DEFAULT_INF_PATTERN.matcher( yourfile ).find() )
{
// yourfile is inside an AVM webapp's META-INF or WEB-INF dir
}
public static final java.lang.String DEFAULT_VSERVER_IP
public static final int DEFAULT_VSERVER_PORT
public static final java.lang.String PREVIEW_SANDBOX_URL
public static final java.lang.String PREVIEW_ASSET_URL
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.