org.jpublish.action
Interface Action
- All Known Implementing Classes:
- PathAction, ScriptAction, TestPathAction, GlobalAction, GenerateFortuneCookieAction
- public interface Action
The Action interface represents a single programmatic action. Actions
can be attached to multiple locations within a site. Please see the
User's Guide for complete information on Actions.
- Author:
- Anthony Eden
Method Summary |
void |
execute(org.apache.velocity.VelocityContext context)
Execute the action using the given context. |
execute
public void execute(org.apache.velocity.VelocityContext context)
throws java.lang.Exception
- Execute the action using the given context.
- Parameters:
context
- The VelocityContext- Throws:
java.lang.Exception
- Any error
Copyright (C) 2001 Anthony Eden. All Rights Reserved.