Class PostRequestEvent

All Implemented Interfaces:
Cancelable

public class PostRequestEvent extends RequestEvent
This event was wen a http POST request was emit.
See Also:
RequestEvent
  • Constructor Details

    • PostRequestEvent

      public PostRequestEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Creates a new PostRequestEvent.
      Parameters:
      request - The request that was made.
      response - The response that was made.