Package org.jboss.as.web
Class WebContainerDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.ModelOnlyResourceDefinition
-
- org.jboss.as.web.WebContainerDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class WebContainerDefinition extends org.jboss.as.controller.ModelOnlyResourceDefinition- Author:
- Tomaz Cerar
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.as.controller.AttributeDefinition[]CONTAINER_ATTRIBUTESprotected static org.jboss.as.controller.PropertiesAttributeDefinitionMIME_MAPPINGSprotected static org.jboss.as.controller.ListAttributeDefinitionWELCOME_FILES
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterOperations(org.jboss.as.controller.registry.ManagementResourceRegistration container)Registers an add operation handler or a remove operation handler if one was provided to the constructor.-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
WELCOME_FILES
protected static final org.jboss.as.controller.ListAttributeDefinition WELCOME_FILES
-
MIME_MAPPINGS
protected static final org.jboss.as.controller.PropertiesAttributeDefinition MIME_MAPPINGS
-
CONTAINER_ATTRIBUTES
protected static final org.jboss.as.controller.AttributeDefinition[] CONTAINER_ATTRIBUTES
-
-
Method Detail
-
registerOperations
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration container)
Registers an add operation handler or a remove operation handler if one was provided to the constructor.- Specified by:
registerOperationsin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerOperationsin classorg.jboss.as.controller.SimpleResourceDefinition
-
-