Interface RawDispatcher


public interface RawDispatcher
Access to the RequestDispatcher for very limited use cases.
Version:
2024-02-19
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    rawAddHandlers(Object bean, String baseUrl)
    Add any handlers contained in the bean with the specified base url.
    void
    Remove any handlers associated with the bean.
  • Method Details

    • rawAddHandlers

      void rawAddHandlers(Object bean, String baseUrl)
      Add any handlers contained in the bean with the specified base url.
    • rawRemoveHandlers

      void rawRemoveHandlers(Object bean)
      Remove any handlers associated with the bean.