Package org.wildfly.extension.undertow
Class DeploymentDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.wildfly.extension.undertow.DeploymentDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class DeploymentDefinition extends org.jboss.as.controller.SimpleResourceDefinition- Author:
- Tomaz Cerar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeploymentDefinition.SessionStat
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.AttributeDefinitionCONTEXT_ROOTstatic DeploymentDefinitionINSTANCEstatic org.jboss.as.controller.AttributeDefinitionSERVERstatic org.jboss.as.controller.AttributeDefinitionVIRTUAL_HOST
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)voidregisterOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
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
-
INSTANCE
public static final DeploymentDefinition INSTANCE
-
SERVER
public static final org.jboss.as.controller.AttributeDefinition SERVER
-
CONTEXT_ROOT
public static final org.jboss.as.controller.AttributeDefinition CONTEXT_ROOT
-
VIRTUAL_HOST
public static final org.jboss.as.controller.AttributeDefinition VIRTUAL_HOST
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.SimpleResourceDefinition
-
registerOperations
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerOperationsin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerOperationsin classorg.jboss.as.controller.SimpleResourceDefinition
-
-