Class WebDefinition

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

    public class WebDefinition
    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.SimpleAttributeDefinition DEFAULT_SESSION_TIMEOUT  
      protected static org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_VIRTUAL_SERVER  
      static WebDefinition INSTANCE  
      protected static org.jboss.as.controller.SimpleAttributeDefinition INSTANCE_ID  
      protected static org.jboss.as.controller.SimpleAttributeDefinition NATIVE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerOperations​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)  
      • 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

      • DEFAULT_VIRTUAL_SERVER

        protected static final org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_VIRTUAL_SERVER
      • NATIVE

        protected static final org.jboss.as.controller.SimpleAttributeDefinition NATIVE
      • INSTANCE_ID

        protected static final org.jboss.as.controller.SimpleAttributeDefinition INSTANCE_ID
      • DEFAULT_SESSION_TIMEOUT

        protected static final org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_SESSION_TIMEOUT
    • Method Detail

      • registerOperations

        public void registerOperations​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
        Specified by:
        registerOperations in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerOperations in class org.jboss.as.controller.SimpleResourceDefinition