Interface RequestListener

All Superinterfaces:
org.ocpsoft.common.pattern.Weighted

public interface RequestListener extends org.ocpsoft.common.pattern.Weighted
Respond to ServletRequest event types.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    requestDestroyed(jakarta.servlet.ServletRequestEvent event)
    Respond to ServletContext destroyed event.
    void
    requestInitialized(jakarta.servlet.ServletRequestEvent event)
    Respond to ServletRequest initialized event.

    Methods inherited from interface org.ocpsoft.common.pattern.Weighted

    priority
  • Method Details

    • requestInitialized

      void requestInitialized(jakarta.servlet.ServletRequestEvent event)
      Respond to ServletRequest initialized event.
    • requestDestroyed

      void requestDestroyed(jakarta.servlet.ServletRequestEvent event)
      Respond to ServletContext destroyed event.