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

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

public class IndexResultAction
extends java.lang.Object
implements ResultAction

ResultAction that reroutes a page to the Index of a context path

Author:
Jeroen Steenbeeke

Constructor Summary
IndexResultAction(WebRepository webRep)
           
 
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

IndexResultAction

public IndexResultAction(WebRepository webRep)
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.