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

java.lang.Object
  |
  +--org.objectweb.jac.aspects.gui.web.Request
All Implemented Interfaces:
Serializable

public class Request
extends Object
implements 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.

See Also:
Serialized Form

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

Request

public Request(View view)
A constuctor that initializes the request with all the needed information.

Parameters:
view -
Method Detail

getView

public Object getView()
Returns the view that is involved by this request.

Returns:
the view that is involved by the request

toString

public String toString()
Returns a printable string representation of the current request.

Overrides:
toString in class Object
Returns:
a printable string