public class WebContainerDefinition extends SimpleResourceDefinition
Modifier and Type | Class and Description |
---|---|
protected static class |
WebContainerDefinition.PropertiesAttributeDefinition |
Modifier and Type | Field and Description |
---|---|
protected static AttributeDefinition[] |
CONTAINER_ATTRIBUTES |
static WebContainerDefinition |
INSTANCE |
protected static WebContainerDefinition.PropertiesAttributeDefinition |
MIME_MAPPINGS |
protected static SimpleListAttributeDefinition |
WELCOME_FILES |
Modifier and Type | Method and Description |
---|---|
void |
registerAttributes(ManagementResourceRegistration container)
Register operations associated with this resource.
|
void |
registerOperations(ManagementResourceRegistration container)
Register operations associated with this resource.
|
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerChildren, registerRemoveOperation
public static final WebContainerDefinition INSTANCE
protected static final SimpleListAttributeDefinition WELCOME_FILES
protected static final WebContainerDefinition.PropertiesAttributeDefinition MIME_MAPPINGS
protected static final AttributeDefinition[] CONTAINER_ATTRIBUTES
public void registerOperations(ManagementResourceRegistration container)
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
container
- a ManagementResourceRegistration
created from this definitionpublic void registerAttributes(ManagementResourceRegistration container)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
container
- a ManagementResourceRegistration
created from this definitionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.