Interface WebResourceDispatcher

All Known Implementing Classes:
DefaultWebResourceDispatcher

public interface WebResourceDispatcher
Delegate to Router to dispatch web resource request
Since:
9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    dispatch(jakarta.servlet.http.HttpServletRequest httpServletRequest, String path, jakarta.servlet.http.HttpServletResponse httpServletResponse)
    Dispatch the request with a custom path
  • Method Details

    • dispatch

      void dispatch(jakarta.servlet.http.HttpServletRequest httpServletRequest, String path, jakarta.servlet.http.HttpServletResponse httpServletResponse)
      Dispatch the request with a custom path
    • canDispatch

      boolean canDispatch(String path)