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(javax.servlet.http.HttpServletRequest httpServletRequest, String path, javax.servlet.http.HttpServletResponse httpServletResponse)
    Dispatch the request with a custom path
  • Method Details

    • dispatch

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

      boolean canDispatch(String path)