|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 BeanValidationContext
public Object getBeanInstance()
BeanValidationContext
getBeanInstance
in interface BeanValidationContext
public String getCurrentProperty()
BeanValidationContext
getCurrentProperty
in interface BeanValidationContext
public void setCurrentProperty(String propertyName)
BeanValidationContext
setCurrentProperty
in interface BeanValidationContext
propertyName
- name of the property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |