|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
org.objectweb.jac.aspects.gui.web |
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). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |