You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dion <di...@multitask.com.au> on 2002/01/14 05:50:33 UTC

[PATCH] Latka RequestEvent.java - javadocs

Index: 
jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestEvent.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestEvent.java,v
retrieving revision 1.4
diff -r1.4 RequestEvent.java
65a66,68
 > /**
 >  * The basic set of methods available on all Latka events
 >  */
67,69c70,84
<    public abstract Request getRequest();
<    public abstract Response getResponse();
<    public abstract Session getSession();
---
 >
 >     /** the request the event is about
 >      * @return the request the event relates to
 >      */
 >     public abstract Request getRequest();
 >
 >     /** the response associated with the event's request
 >      * @return the response for the event's request
 >      */
 >     public abstract Response getResponse();
 >
 >     /** the session the event took place within
 >      * @return the session the event took within
 >      */
 >     public abstract Session getSession();

-- 
dIon Gillard, Multitask Consulting
http://www.multitask.com.au/developers


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>