Class WebContainerDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    public class WebContainerDefinition
    extends org.jboss.as.controller.ModelOnlyResourceDefinition
    Author:
    Tomaz Cerar
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.jboss.as.controller.AttributeDefinition[] CONTAINER_ATTRIBUTES  
      protected static org.jboss.as.controller.PropertiesAttributeDefinition MIME_MAPPINGS  
      protected static org.jboss.as.controller.ListAttributeDefinition WELCOME_FILES  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class org.jboss.as.controller.ModelOnlyResourceDefinition

        registerAttributes
      • 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:
        registerOperations in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerOperations in class org.jboss.as.controller.SimpleResourceDefinition