org.nakedobjects.plugins.html.servlet.internal
Class WebController

java.lang.Object
  extended by org.nakedobjects.plugins.html.servlet.internal.WebController

public class WebController
extends java.lang.Object


Constructor Summary
WebController()
           
 
Method Summary
 boolean actionExists(Request req)
           
protected  void addAction(Action action)
           
 void addDebug(Page page, Request req)
           
 Page generatePage(Context context, Request request)
           
 void init()
           
 boolean isDebug()
           
 void setDebug(boolean on)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebController

public WebController()
Method Detail

actionExists

public boolean actionExists(Request req)

addAction

protected void addAction(Action action)

addDebug

public void addDebug(Page page,
                     Request req)

generatePage

public Page generatePage(Context context,
                         Request request)

init

public void init()

isDebug

public boolean isDebug()

setDebug

public void setDebug(boolean on)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.