nl.pbemengine.engine.ng.base.webserver
Class ChainResultAction

java.lang.Object
  extended by nl.pbemengine.engine.ng.base.webserver.ChainResultAction
All Implemented Interfaces:
ResultAction

public class ChainResultAction
extends java.lang.Object
implements ResultAction

A Chained Result action. The results from a given action are chained to the next action.

Author:
Jeroen Steenbeeke

Constructor Summary
ChainResultAction(java.lang.String nextAction, ContextPathHandler cph)
           
 
Method Summary
 Content processResult(Action action)
          Takes an action object and generate a Content object for it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainResultAction

public ChainResultAction(java.lang.String nextAction,
                         ContextPathHandler cph)
Method Detail

processResult

public Content processResult(Action action)
Description copied from interface: ResultAction
Takes an action object and generate a Content object for it

Specified by:
processResult in interface ResultAction
Parameters:
action - The action that indicated this result should be invoked
Returns:
A Content object


Copyright © 2008. All Rights Reserved.