Package org.eclipse.jetty.server
Interface Deployable
- All Known Implementing Classes:
WebAppContext
public interface Deployable
Interface that can be implemented by ContextHandlers within Environments to allow configuration
to be passed from the DeploymentManager without dependencies on the Deployment module itself.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final Pattern
static final String
static final Comparator<String>
A comparator that ranks names matching EE_ENVIRONMENT_NAME_PATTERN higher than other names, EE names are compared by EE number, otherwise simple name comparison is used.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
EE_ENVIRONMENT_NAME_PATTERN
-
ENVIRONMENT_COMPARATOR
A comparator that ranks names matching EE_ENVIRONMENT_NAME_PATTERN higher than other names, EE names are compared by EE number, otherwise simple name comparison is used. -
ATTRIBUTE_PREFIX
- See Also:
-
TEMP_DIR
- See Also:
-
CONFIGURATION_CLASSES
- See Also:
-
CONTAINER_SCAN_JARS
- See Also:
-
CONTEXT_PATH
- See Also:
-
CONTEXT_HANDLER_CLASS
- See Also:
-
DEFAULTS_DESCRIPTOR
- See Also:
-
ENVIRONMENT
- See Also:
-
ENVIRONMENT_XML
- See Also:
-
EXTRACT_WARS
- See Also:
-
PARENT_LOADER_PRIORITY
- See Also:
-
SCI_EXCLUSION_PATTERN
- See Also:
-
SCI_ORDER
- See Also:
-
WAR
- See Also:
-
WEBINF_SCAN_JARS
- See Also:
-
-
Method Details
-
initializeDefaults
-