|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.BeanValidationContextImpl
public class BeanValidationContextImpl
| Constructor Summary | |
|---|---|
BeanValidationContextImpl(Object bean)
|
|
| Method Summary | |
|---|---|
Object |
getBeanInstance()
Return the object to validate. |
Class |
getBeanType()
Returns the type of the object to validate. |
String |
getCurrentProperty()
Returns name of the property to validate. |
void |
setCurrentProperty(String propertyName)
Sets name of the property to validate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanValidationContextImpl(Object bean)
| Method Detail |
|---|
public Class getBeanType()
BeanValidationContext
getBeanType in interface BeanValidationContextpublic Object getBeanInstance()
BeanValidationContext
getBeanInstance in interface BeanValidationContextpublic String getCurrentProperty()
BeanValidationContext
getCurrentProperty in interface BeanValidationContextpublic void setCurrentProperty(String propertyName)
BeanValidationContext
setCurrentProperty in interface BeanValidationContextpropertyName - name of the property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||