net.java.slee.resource.http.events
Interface HttpServletRequestEvent

All Known Implementing Classes:
HttpServletRequestEventImpl

public interface HttpServletRequestEvent

A wrapper event around HttpServletRequest.

Author:
Ivelin Ivanov

Method Summary
 java.lang.String getId()
          Returns an event ID, unique in respect to the VM where it was generated
 javax.servlet.http.HttpServletRequest getRequest()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 

Method Detail

getRequest

javax.servlet.http.HttpServletRequest getRequest()
Returns:
the HttpServletRequest which is associated with the event. There is always one.

getResponse

javax.servlet.http.HttpServletResponse getResponse()
Returns:
the HttpServletResponse which is associated with the request. There is always one.

getId

java.lang.String getId()
Returns an event ID, unique in respect to the VM where it was generated



Copyright © 2011. All Rights Reserved.