nl.pbemengine.engine.ng.base.webserver.actions
Class Gamelist

java.lang.Object
  extended by nl.pbemengine.engine.ng.base.webserver.Action
      extended by nl.pbemengine.engine.ng.base.webserver.PrivilegedAction
          extended by nl.pbemengine.engine.ng.base.webserver.actions.PreparableAction
              extended by nl.pbemengine.engine.ng.base.webserver.actions.Gamelist

public class Gamelist
extends PreparableAction

Author:
Jeroen Steenbeeke

Constructor Summary
Gamelist()
           
 
Method Summary
 java.lang.String processRequest()
          Processes a HTTP request with the specified context
 void setDAO(GameDAO dao)
           
 
Methods inherited from class nl.pbemengine.engine.ng.base.webserver.actions.PreparableAction
prepare
 
Methods inherited from class nl.pbemengine.engine.ng.base.webserver.PrivilegedAction
getPrivilegedCallback, isShutdown, setPrivilegedCallback, triggerShutdown
 
Methods inherited from class nl.pbemengine.engine.ng.base.webserver.Action
getCallback, getContext, getNewCookies, getReturnData, setCallback, setContext, setNewCookie, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gamelist

public Gamelist()
Method Detail

setDAO

public void setDAO(GameDAO dao)

processRequest

public java.lang.String processRequest()
Description copied from class: Action
Processes a HTTP request with the specified context

Specified by:
processRequest in class Action
Returns:
A String code indicating the type of result to be sent


Copyright © 2008. All Rights Reserved.