Uses of Interface
org.nakedobjects.plugins.html.request.Request

Packages that use Request
org.nakedobjects.plugins.html.action   
org.nakedobjects.plugins.html.action.edit   
org.nakedobjects.plugins.html.action.misc   
org.nakedobjects.plugins.html.action.view   
org.nakedobjects.plugins.html.context   
org.nakedobjects.plugins.html.crumb   
org.nakedobjects.plugins.html.request   
org.nakedobjects.plugins.html.servlet.internal   
org.nakedobjects.plugins.html.task   
 

Uses of Request in org.nakedobjects.plugins.html.action
 

Methods in org.nakedobjects.plugins.html.action with parameters of type Request
 void ChangeContext.execute(Request request, Context context, Page page)
           
 void LogOut.execute(Request request, Context context, Page page)
           
 void Action.execute(Request request, Context context, Page page)
           
 void Welcome.execute(Request request, Context context, Page page)
           
 

Uses of Request in org.nakedobjects.plugins.html.action.edit
 

Methods in org.nakedobjects.plugins.html.action.edit with parameters of type Request
 void EditObject.execute(Request request, Context context, Page page)
           
 void RemoveItemFromCollection.execute(Request request, Context context, Page page)
           
 void AddItemToCollection.execute(Request request, Context context, Page page)
           
 void Save.execute(Request request, Context context, Page page)
           
 

Uses of Request in org.nakedobjects.plugins.html.action.misc
 

Methods in org.nakedobjects.plugins.html.action.misc with parameters of type Request
 void SwapUser.execute(Request request, Context context, Page page)
           
 void SetUser.execute(Request request, Context context, Page page)
           
 void About.execute(Request request, Context context, Page page)
           
 

Uses of Request in org.nakedobjects.plugins.html.action.view
 

Methods in org.nakedobjects.plugins.html.action.view with parameters of type Request
 void ObjectViewAbstract.execute(Request request, Context context, Page page)
           
 void CollectionView.execute(Request request, Context context, Page page)
           
 

Uses of Request in org.nakedobjects.plugins.html.context
 

Methods in org.nakedobjects.plugins.html.context that return Request
 Request Context.cancelTask(Task task)
           
 Request Context.changeContext(int id)
           
 

Uses of Request in org.nakedobjects.plugins.html.crumb
 

Methods in org.nakedobjects.plugins.html.crumb that return Request
 Request CollectionCrumb.changeContext()
           
 Request Crumb.changeContext()
           
 Request TaskCrumb.changeContext()
           
 Request ObjectFieldCrumb.changeContext()
           
 Request ObjectCrumb.changeContext()
           
 

Uses of Request in org.nakedobjects.plugins.html.request
 

Classes in org.nakedobjects.plugins.html.request that implement Request
 class ForwardRequest
           
 class ServletRequest
           
 

Methods in org.nakedobjects.plugins.html.request that return Request
static Request ForwardRequest.editObject(java.lang.String objectId)
           
 Request Request.getForward()
           
 Request ForwardRequest.getForward()
           
 Request ServletRequest.getForward()
           
static Request ForwardRequest.listCollection(java.lang.String collectionId)
           
static Request ForwardRequest.logon()
           
static Request ForwardRequest.task(Task task)
           
static Request ForwardRequest.taskComplete()
           
static Request ForwardRequest.viewObject(java.lang.String objectId, java.lang.String collectionField)
           
static Request ForwardRequest.viewService(java.lang.String objectId)
           
 

Methods in org.nakedobjects.plugins.html.request with parameters of type Request
 void Request.forward(Request object)
           
 void ForwardRequest.forward(Request forwardedRequest)
           
 void ServletRequest.forward(Request forwardRequest)
           
 

Uses of Request in org.nakedobjects.plugins.html.servlet.internal
 

Methods in org.nakedobjects.plugins.html.servlet.internal with parameters of type Request
 boolean WebController.actionExists(Request req)
           
 void WebController.addDebug(Page page, Request req)
           
 Page WebController.generatePage(Context context, Request request)
           
 

Uses of Request in org.nakedobjects.plugins.html.task
 

Methods in org.nakedobjects.plugins.html.task with parameters of type Request
 void InvokeMethod.execute(Request request, Context context, Page page)
           
 void TaskStep.execute(Request request, Context context, Page page)
           
 void Task.setFromFields(Request request, Context context)
           
 



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