@OpenApiAll
public interface IInvalidReferenceHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invalidMethod(java.lang.String reference,
java.lang.Object object,
java.lang.String method,
java.util.Properties properties)
Handle reference method and return the proper value.
|
java.lang.Object |
invalidProperty(java.lang.String reference,
java.lang.Object object,
java.lang.String property,
java.util.Properties properties)
Invoke when getter method of
object is not defined. |
java.lang.Object |
invalidReference(java.lang.String reference,
java.lang.Object object,
java.lang.String property,
java.util.Properties properties)
Handle reference tag and return the proper value.
|
java.lang.Object |
methodException(java.lang.Class<?> clazz,
java.lang.String method,
java.lang.Exception e,
java.util.Properties properties)
Handler a method call exception.
|
java.lang.Object methodException(java.lang.Class<?> clazz, java.lang.String method, java.lang.Exception e, java.util.Properties properties)
clazz
- the class of the object the method is being applied tomethod
- the methode
- the thrown exceptionproperties
- the engine propertiesjava.lang.Object invalidProperty(java.lang.String reference, java.lang.Object object, java.lang.String property, java.util.Properties properties)
object
is not defined.reference
- string with complete referenceobject
- the object referred to, or null if not foundproperty
- the property name from the referenceproperties
- the engine propertiesjava.lang.Object invalidReference(java.lang.String reference, java.lang.Object object, java.lang.String property, java.util.Properties properties)
reference
- string with complete referenceobject
- the object referred to, or null if not foundproperty
- the property name from the referenceproperties
- the engine propertiesjava.lang.Object invalidMethod(java.lang.String reference, java.lang.Object object, java.lang.String method, java.util.Properties properties)
reference
- string with complete referenceobject
- the object referred to, or null if not foundmethod
- the property name from the referenceproperties
- the engine propertiesCopyright © 2010 - No Magic Asia