Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jac.aspects.gui.web
Class Request  view Request download Request.java

java.lang.Object
  extended byjac.aspects.gui.web.Request
All Implemented Interfaces:
java.io.Serializable

public class Request
extends java.lang.Object
implements java.io.Serializable

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.