Class WebValveDefinition

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

    public class WebValveDefinition
    extends org.jboss.as.controller.ModelOnlyResourceDefinition
    Author:
    Jean-Frederic Clere
    • 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[] ATTRIBUTES  
      protected static org.jboss.as.controller.SimpleAttributeDefinition CLASS_NAME  
      protected static org.jboss.as.controller.SimpleAttributeDefinition ENABLED  
      protected static WebValveDefinition INSTANCE  
      protected static org.jboss.as.controller.SimpleAttributeDefinition MODULE  
      protected static org.jboss.as.controller.PropertiesAttributeDefinition PARAMS  
      protected static org.jboss.as.controller.SimpleAttributeDefinition PATH  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()  
      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

        getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • MODULE

        protected static final org.jboss.as.controller.SimpleAttributeDefinition MODULE
      • CLASS_NAME

        protected static final org.jboss.as.controller.SimpleAttributeDefinition CLASS_NAME
      • ENABLED

        protected static final org.jboss.as.controller.SimpleAttributeDefinition ENABLED
      • PARAMS

        protected static final org.jboss.as.controller.PropertiesAttributeDefinition PARAMS
      • PATH

        protected static final org.jboss.as.controller.SimpleAttributeDefinition PATH
      • ATTRIBUTES

        protected static final org.jboss.as.controller.AttributeDefinition[] 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
      • getAccessConstraints

        public List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
        Specified by:
        getAccessConstraints in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        getAccessConstraints in class org.jboss.as.controller.SimpleResourceDefinition