public class WebValveDefinition extends ModelOnlyResourceDefinition
Modifier and Type | Field and Description |
---|---|
protected static AttributeDefinition[] |
ATTRIBUTES |
protected static SimpleAttributeDefinition |
CLASS_NAME |
protected static SimpleAttributeDefinition |
ENABLED |
protected static WebValveDefinition |
INSTANCE |
protected static SimpleAttributeDefinition |
MODULE |
protected static PropertiesAttributeDefinition |
PARAMS |
protected static SimpleAttributeDefinition |
PATH |
Modifier and Type | Method and Description |
---|---|
List<AccessConstraintDefinition> |
getAccessConstraints()
Get the definition of any access constraints associated with the resource.
|
void |
registerOperations(ManagementResourceRegistration container)
Register operations associated with this resource.
|
registerAttributes
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerChildren, registerRemoveOperation, registerRemoveOperation
protected static final SimpleAttributeDefinition MODULE
protected static final SimpleAttributeDefinition CLASS_NAME
protected static final SimpleAttributeDefinition ENABLED
protected static final PropertiesAttributeDefinition PARAMS
protected static final SimpleAttributeDefinition PATH
protected static final AttributeDefinition[] ATTRIBUTES
protected static final WebValveDefinition INSTANCE
public void registerOperations(ManagementResourceRegistration container)
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
container
- a ManagementResourceRegistration
created from this definitionpublic List<AccessConstraintDefinition> getAccessConstraints()
SimpleResourceDefinition
getAccessConstraints
in interface ConstrainedResourceDefinition
getAccessConstraints
in class SimpleResourceDefinition
Copyright © 2014 JBoss by Red Hat. All rights reserved.