public class SlingRequestEvent
extends java.lang.Object
This class is not intended to be extended or instantiated by clients.
SlingRequestListener
Modifier and Type | Class and Description |
---|---|
static class |
SlingRequestEvent.EventType
type of the event
|
Constructor and Description |
---|
SlingRequestEvent(ServletContext sc,
ServletRequest request,
SlingRequestEvent.EventType type) |
Modifier and Type | Method and Description |
---|---|
ServletContext |
getServletContext()
Gets the actual servlet context object as
ServletContext |
ServletRequest |
getServletRequest()
Gets the actual request object as
ServletRequest |
SlingRequestEvent.EventType |
getType()
get the type of the event, eg.
|
public SlingRequestEvent(ServletContext sc, ServletRequest request, SlingRequestEvent.EventType type)
public ServletContext getServletContext()
ServletContext
public ServletRequest getServletRequest()
ServletRequest
ServletRequest
public SlingRequestEvent.EventType getType()
EventType
,
eg. EVENT_INIT or EVENT_DESTROYCopyright © 2010 - 2020 Adobe. All Rights Reserved