public class WebValveDefinition
extends org.jboss.as.controller.ModelOnlyResourceDefinition
Modifier and Type | Field and 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 |
Modifier and Type | Method and 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.
|
getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
protected static final org.jboss.as.controller.SimpleAttributeDefinition MODULE
protected static final org.jboss.as.controller.SimpleAttributeDefinition CLASS_NAME
protected static final org.jboss.as.controller.SimpleAttributeDefinition ENABLED
protected static final org.jboss.as.controller.PropertiesAttributeDefinition PARAMS
protected static final org.jboss.as.controller.SimpleAttributeDefinition PATH
protected static final org.jboss.as.controller.AttributeDefinition[] ATTRIBUTES
protected static final WebValveDefinition INSTANCE
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration container)
registerOperations
in interface org.jboss.as.controller.ResourceDefinition
registerOperations
in class org.jboss.as.controller.SimpleResourceDefinition
public List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
getAccessConstraints
in interface org.jboss.as.controller.ResourceDefinition
getAccessConstraints
in class org.jboss.as.controller.SimpleResourceDefinition
Copyright © 2016 JBoss by Red Hat. All rights reserved.