|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.ghn.service.events.RequestEvent
public class RequestEvent
A ServiceEvent that occurs when the a request reaches a servlet of the managed app.
The event is passed to RequestHandler registered in the Pipeline's of RequestFilter.
RequestHandler,
Pipeline,
RequestFilter| Constructor Summary | |
|---|---|
RequestEvent(String servletName,
javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext ctx)
Creates an instance with the request and the name of the target servlet. |
|
| Method Summary | |
|---|---|
javax.servlet.http.HttpServletRequest |
request()
Returns the request. |
javax.servlet.ServletContext |
servletContext()
|
String |
servletName()
Returns the name of the target servlet. |
String |
toString()
|
String |
uri()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RequestEvent(String servletName,
javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext ctx)
servletName - the name of the servletrequest - the request| Method Detail |
|---|
public String servletName()
public javax.servlet.ServletContext servletContext()
public String uri()
public javax.servlet.http.HttpServletRequest request()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||