|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jac.aspects.gui.web.Request
This class defines requests that come from web clients.
When a request is performed to a AbstractServer
,
a new instance of this class is created and is pushed on the
request stack of the current session.
Constructor Summary | |
Request(View view)
A constuctor that initializes the request with all the needed information. |
Method Summary | |
Object |
getView()
Returns the view that is involved by this request. |
String |
toString()
Returns a printable string representation of the current request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Request(View view)
view
- Method Detail |
public Object getView()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |