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, registerRemoveOperationpublic 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 ResourceDefinitionregisterOperations in class SimpleResourceDefinitioncontainer - a ManagementResourceRegistration created from this definitionpublic void registerAttributes(ManagementResourceRegistration container)
ResourceDefinitionregisterAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitioncontainer - a ManagementResourceRegistration created from this definitionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.