nl.pbemengine.engine.ng.base.webserver
Interface ResultAction
- All Known Implementing Classes:
- ChainResultAction, DirectResultAction, IndexResultAction, TemplateResultAction
public interface ResultAction
Interface for dealing with the result of an Action object, used to generate
Content objects according to a specific pattern
- Author:
- Jeroen Steenbeeke
processResult
Content processResult(Action action)
- Takes an action object and generate a Content object for it
- Parameters:
action - The action that indicated this result should be invoked
- Returns:
- A Content object
Copyright © 2008. All Rights Reserved.