org.jpublish.example.action
Class GenerateFortuneCookieAction

java.lang.Object
  |
  +--org.jpublish.example.action.GenerateFortuneCookieAction
All Implemented Interfaces:
Action

public class GenerateFortuneCookieAction
extends java.lang.Object
implements Action


Constructor Summary
GenerateFortuneCookieAction()
           
 
Method Summary
 void execute(org.apache.velocity.VelocityContext context)
          Execute the action using the given context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateFortuneCookieAction

public GenerateFortuneCookieAction()
Method Detail

execute

public void execute(org.apache.velocity.VelocityContext context)
Description copied from interface: Action
Execute the action using the given context.
Specified by:
execute in interface Action
Following copied from interface: org.jpublish.action.Action
Parameters:
context - The VelocityContext
Throws:
java.lang.Exception - Any error


Copyright (C) 2001 Anthony Eden. All Rights Reserved.