Class ExposeModelResourceResolved

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

    public class ExposeModelResourceResolved
    extends org.jboss.as.controller.SimpleResourceDefinition
    The resource for the legacy behaviour where all attributes are read as resolved and attributes/operation parameters are typed and you can't use expressions
    Author:
    Kabir Khan
    • 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
      static org.jboss.as.controller.SimpleAttributeDefinition DOMAIN_NAME  
      static org.jboss.as.controller.PathElement PATH_ELEMENT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)  
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

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

      • PATH_ELEMENT

        public static final org.jboss.as.controller.PathElement PATH_ELEMENT
      • DOMAIN_NAME

        public static final org.jboss.as.controller.SimpleAttributeDefinition DOMAIN_NAME
    • Method Detail

      • registerAttributes

        public void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
        Specified by:
        registerAttributes in interface org.jboss.as.controller.ResourceDefinition