Searched defs:CONTEXT_ROOT (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/xml/
H A DApplicationTagNames.java61 public static String CONTEXT_ROOT = "context-root"; field in interface:ApplicationTagNames
H A DRuntimeTagNames.java261 public static final String CONTEXT_ROOT = "context-root"; // also used in java web start support field in interface:RuntimeTagNames
332 // also uses CONTEXT_ROOT defined above in the application-related section
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/
H A DDeployCommandParameters.java57 @Param(name = ParameterNames.CONTEXT_ROOT, optional=true)
173 public static final String CONTEXT_ROOT = "contextroot"; field in class:DeployCommandParameters.ParameterNames
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DProgressObjectImpl.java99 private final static String CONTEXT_ROOT = field in class:ProgressObjectImpl
100 DFDeploymentStatus.CONTEXT_ROOT;
292 // key = tmpModuleID + KEY_SEPARATOR + CONTEXT_ROOT;
310 // key = subModuleID + KEY_SEPARATOR + CONTEXT_ROOT;
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DDFDeploymentStatus.java88 public static final String CONTEXT_ROOT = "ContextRoot"; field in class:DFDeploymentStatus
H A DDFDeploymentProperties.java146 return getProperty(CONTEXT_ROOT, null);
151 setProperty(CONTEXT_ROOT, contextRoot);
297 public static final String CONTEXT_ROOT = "contextroot"; field in class:DFDeploymentProperties
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/
H A DDeploymentProperties.java247 return getProperty(CONTEXT_ROOT, null);
252 setProperty(CONTEXT_ROOT, contextRoot);
361 remove(CONTEXT_ROOT);
424 keyMap.put(CONTEXT_ROOT, DEPLOY_OPTION_CONTEXT_ROOT_KEY);
425 keyMap.put(DEPLOY_OPTION_CONTEXT_ROOT_KEY, CONTEXT_ROOT);
461 public static final String CONTEXT_ROOT = "contextRoot"; field in class:DeploymentProperties
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DServerTags.java729 static public final String CONTEXT_ROOT = "context-root"; field in class:ServerTags

Completed in 40 milliseconds