Package org.apache.sling.api.request
Interface SlingRequestListener
Deprecated.
Implementations of this service interface receive notifications about
changes to Sling request of the Sling application they are part of.
To receive notification events, the implementation class must be
registered as an OSGi service with the service name
org.apache.sling.api.request.SlingRequestListener.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
onEvent
(SlingRequestEvent sre) Deprecated.This method is called from the Sling application for everyEventType
appearing during the dispatching of a Sling request
-
Field Details
-
SERVICE_NAME
Deprecated.- See Also:
-
-
Method Details
-
onEvent
Deprecated.This method is called from the Sling application for everyEventType
appearing during the dispatching of a Sling request- Parameters:
sre
- the object representing the event- See Also:
-
SlingJakartaRequestListener
instead.