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

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.ShowLogin

public class ShowLogin
extends PrivilegedAction

Shows the login screen for the Engine

Author:
Jeroen Steenbeeke

Constructor Summary
ShowLogin()
           
 
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.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

ShowLogin

public ShowLogin()
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.