Class WebVirtualHostDefinition

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

    public class WebVirtualHostDefinition
    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.ListAttributeDefinition ALIAS  
      protected static org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_WEB_MODULE  
      protected static org.jboss.as.controller.SimpleAttributeDefinition ENABLE_WELCOME_ROOT  
      protected static org.jboss.as.controller.SimpleAttributeDefinition NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration hosts)  
      • 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, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • NAME

        protected static final org.jboss.as.controller.SimpleAttributeDefinition NAME
      • ALIAS

        protected static final org.jboss.as.controller.ListAttributeDefinition ALIAS
      • DEFAULT_WEB_MODULE

        protected static final org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_WEB_MODULE
      • ENABLE_WELCOME_ROOT

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

      • registerAttributes

        public void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration hosts)
        Specified by:
        registerAttributes in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerAttributes in class org.jboss.as.controller.ModelOnlyResourceDefinition