|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.registration.policies.DefaultRegistrationPropertyValidator
public class DefaultRegistrationPropertyValidator
Constructor Summary | |
---|---|
DefaultRegistrationPropertyValidator()
|
Method Summary | |
---|---|
void |
validateValueFor(javax.xml.namespace.QName propertyName,
java.lang.Object value)
Validates the given value for the registration property identified by the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultRegistrationPropertyValidator()
Method Detail |
---|
public void validateValueFor(javax.xml.namespace.QName propertyName, java.lang.Object value) throws java.lang.IllegalArgumentException
RegistrationPropertyValidator
validateValueFor
in interface RegistrationPropertyValidator
propertyName
- the qualified name for the property namevalue
- the value that needs to be validated
java.lang.IllegalArgumentException
- if the specified value is not acceptable for the specified property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |