|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
Request.java | - | - | - | - |
|
1 |
/* Generated by AspectJ version 1.0.5 */ |
|
2 |
package org.apache.cactus; |
|
3 |
/** |
|
4 |
* Tagging interface that represents all Requests objects that are used on |
|
5 |
* the Cactus client side to store information related to the request that |
|
6 |
* will be sent to the Cactus redirector (on the Cactus Server side). |
|
7 |
* |
|
8 |
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a> |
|
9 |
* |
|
10 |
* @version $Id: Request.html,v 1.1 2003/04/14 12:27:31 sinisa Exp $ |
|
11 |
*/ |
|
12 |
public interface Request { |
|
13 |
} |
|