org.melati.template.velocity
Class PropagateEvaluationExceptionHandler
java.lang.Object
org.melati.template.velocity.PropagateEvaluationExceptionHandler
- All Implemented Interfaces:
- org.apache.velocity.app.event.EventHandler, org.apache.velocity.app.event.InvalidReferenceEventHandler
- Direct Known Subclasses:
- PassbackEvaluationExceptionHandler
public class PropagateEvaluationExceptionHandler
- extends Object
- implements org.apache.velocity.app.event.InvalidReferenceEventHandler
- Since:
- 1 Apr 2008
- Author:
- timp
Nested classes/interfaces inherited from interface org.apache.velocity.app.event.InvalidReferenceEventHandler |
org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor, org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor, org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor |
Method Summary |
Object |
invalidGetMethod(org.apache.velocity.context.Context context,
String reference,
Object object,
String property,
org.apache.velocity.util.introspection.Info info)
|
Object |
invalidMethod(org.apache.velocity.context.Context context,
String reference,
Object object,
String method,
org.apache.velocity.util.introspection.Info info)
|
boolean |
invalidSetMethod(org.apache.velocity.context.Context context,
String leftreference,
String rightreference,
org.apache.velocity.util.introspection.Info info)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropagateEvaluationExceptionHandler
public PropagateEvaluationExceptionHandler()
- Constructor.
invalidGetMethod
public Object invalidGetMethod(org.apache.velocity.context.Context context,
String reference,
Object object,
String property,
org.apache.velocity.util.introspection.Info info)
- Specified by:
invalidGetMethod
in interface org.apache.velocity.app.event.InvalidReferenceEventHandler
invalidMethod
public Object invalidMethod(org.apache.velocity.context.Context context,
String reference,
Object object,
String method,
org.apache.velocity.util.introspection.Info info)
- Specified by:
invalidMethod
in interface org.apache.velocity.app.event.InvalidReferenceEventHandler
invalidSetMethod
public boolean invalidSetMethod(org.apache.velocity.context.Context context,
String leftreference,
String rightreference,
org.apache.velocity.util.introspection.Info info)
- Specified by:
invalidSetMethod
in interface org.apache.velocity.app.event.InvalidReferenceEventHandler
Copyright © 2000-2010 PanEris. All Rights Reserved.