Uses of Interface
org.zeroturnaround.javarebel.RequestListener
Packages that use RequestListener
Package
Description
Contains the core classes for the JavaRebel SDK that allow custom configuration and integration.
-
Uses of RequestListener in org.zeroturnaround.javarebel
Methods in org.zeroturnaround.javarebel with parameters of type RequestListenerModifier and TypeMethodDescriptionvoidRequestIntegration.addRequestListener(org.zeroturnaround.javarebel.RebelServletContext context, RequestListener listener) Add a request listener for a web application.voidRequestIntegration.addRequestListener(RequestListener listener) Add a global request listener.voidRequestIntegration.removeRequestListener(org.zeroturnaround.javarebel.RebelServletContext context, RequestListener listener) Remove a request listener of a web application.voidRequestIntegration.removeRequestListener(RequestListener listener) Remove a global or a web application(s) specific request listener.