| If you are using VelocitySite stuff, then your Action's should
extend this class instead of extending the ActionEvent class. The
difference between this class and the ActionEvent class is that
this class will first attempt to execute one of your doMethod's
with a constructor like this:
doEvent(RunData data, Context context)
It gets the context from the TemplateInfo.getTemplateContext()
method. If it can't find a method like that, then it will try to
execute the method without the Context in it.
author: Jon S. Stevens author: Jason van Zyl author: Henning P. Schmiedehausen version: $Id: VelocityActionEvent.java 534527 2007-05-02 16:10:59Z tv $ |