org.apache.commons.latka.event
Class RequestSkippedEvent

java.lang.Object
  extended by org.apache.commons.latka.event.BaseRequestEvent
      extended by org.apache.commons.latka.event.RequestSkippedEvent
All Implemented Interfaces:
LatkaEvent, RequestEvent

public class RequestSkippedEvent
extends BaseRequestEvent

An event used when Latka skips a request

Version:
$Id: RequestSkippedEvent.java 155424 2005-02-26 13:09:29Z dirkv $
Author:
Morgan Delagrange, dIon Gillard

Constructor Summary
RequestSkippedEvent(Request request, Response response)
          Create a RequestSkippedEvent with the provided request and response
 
Method Summary
 
Methods inherited from class org.apache.commons.latka.event.BaseRequestEvent
getRequest, getResponse, getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestSkippedEvent

public RequestSkippedEvent(Request request,
                           Response response)
Create a RequestSkippedEvent with the provided request and response

Parameters:
request - The request that was skipped
response - The response for the request


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.