Package com.chillycheesy.modulo.event
Class DeleteRequestEvent
java.lang.Object
com.chillycheesy.modulo.events.Event
com.chillycheesy.modulo.event.RequestEvent
com.chillycheesy.modulo.event.DeleteRequestEvent
- All Implemented Interfaces:
Cancelable
This event was wen a http DELETE request was emit.
- See Also:
RequestEvent
-
Field Summary
Fields inherited from class com.chillycheesy.modulo.event.RequestEvent
cancelableAction, isCanceled, request, response
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteRequestEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Creates a new DeleteRequestEvent. -
Method Summary
Methods inherited from class com.chillycheesy.modulo.event.RequestEvent
getCancelableAction, getRequest, getResponse, isCanceled, setCancelableAction, setCanceled, setRequest, setResponse
Methods inherited from class com.chillycheesy.modulo.events.Event
getEmitter, setEmitter
-
Constructor Details
-
DeleteRequestEvent
public DeleteRequestEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Creates a new DeleteRequestEvent.- Parameters:
request
- The request that was made.response
- The response that was made.
-