|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.validator.AnnotationActionValidatorManager.InternalValidatorContextWrapper
protected class AnnotationActionValidatorManager.InternalValidatorContextWrapper
An ValidatorContext
wrapper that
returns the full field name
getFullFieldName(String)
by consulting it's parent if its an VisitorFieldValidator.AppendingValidatorContext
.
Method Summary | |
---|---|
java.lang.String |
getFullFieldName(java.lang.String field)
Get the full field name by consulting the parent, so that when we are using nested visitors ( visitor nested inside visitor etc.) we still get the full field name including its parents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getFullFieldName(java.lang.String field)
field
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |