@Deprecated public static class WriteAttributeHandlers.AttributeDefinitionValidatingHandler extends WriteAttributeHandlers.WriteAttributeOperationHandler
INSTANCE
Constructor and Description |
---|
WriteAttributeHandlers.AttributeDefinitionValidatingHandler(AttributeDefinition definition)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
validateValue(String name,
org.jboss.dmr.ModelNode value)
Deprecated.
If a validator was passed to the constructor, uses it to validate the value.
|
execute, modelChanged
public WriteAttributeHandlers.AttributeDefinitionValidatingHandler(AttributeDefinition definition)
protected void validateValue(String name, org.jboss.dmr.ModelNode value) throws OperationFailedException
WriteAttributeHandlers.WriteAttributeOperationHandler
validateValue
in class WriteAttributeHandlers.WriteAttributeOperationHandler
name
- the name of the attributevalue
- the value to validateOperationFailedException
Copyright © 2013 JBoss by Red Hat. All rights reserved.