|
|||||||||
| Home >> All >> jac >> aspects >> gui >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jac.aspects.gui.web
Class Request

java.lang.Objectjac.aspects.gui.web.Request
- All Implemented Interfaces:
- java.io.Serializable
- public class Request
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
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.
| Field Summary | |
(package private) jac.aspects.gui.View |
view
|
| Constructor Summary | |
Request(jac.aspects.gui.View view)
A constuctor that initializes the request with all the needed information. |
|
| Method Summary | |
java.lang.Object |
getView()
Returns the view that is involved by this request. |
java.lang.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 |
| Field Detail |
view
jac.aspects.gui.View view
| Constructor Detail |
Request
public Request(jac.aspects.gui.View view)
- A constuctor that initializes the request with all the needed
information.
| Method Detail |
getView
public java.lang.Object getView()
- Returns the view that is involved by this request.
toString
public java.lang.String toString()
- Returns a printable string representation of the current
request.
|
|||||||||
| Home >> All >> jac >> aspects >> gui >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jac.aspects.gui.web.Request