|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.config.JNDIConstants
public final class JNDIConstants
Constants to create proper JNDI names for the directories that contain www content.
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).
Field Summary | |
---|---|
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 Summary | |
---|---|
JNDIConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public JNDIConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |