Interface IRequest

All Superinterfaces:
IRequest, com.ibm.websphere.servlet.request.extended.IRequestExtended

public interface IRequest extends com.ibm.websphere.servlet.request.extended.IRequestExtended
Deprecated.
v7.0 Application developers requiring this functionality should implement this using com.ibm.websphere.servlet.request.IRequest.
Interface that the webcontainer recognizes as the types of requests that it can handle. The webcontainer will call the methods on this interface during request processing.