Uses of Class
org.objectweb.jac.aspects.gui.web.Request

Packages that use Request
org.objectweb.jac.aspects.gui.web Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. 
 

Uses of Request in org.objectweb.jac.aspects.gui.web
 

Methods in org.objectweb.jac.aspects.gui.web that return Request
 Request Session.getCurrentRequest()
          Returns the current request of this session (same as getRequests().peek()).
 Request Session.getPreviousRequest()
          Returns the previous request of this session (ie the one that was achieved before the current one).
 Request Session.endCurrentRequest()
          Ends the current request (same as getRequests().pop()).
 

Methods in org.objectweb.jac.aspects.gui.web with parameters of type Request
 void Session.newRequest(Request request)
          Creates a new request for this session (pushes it on the requests stack).