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 TypeMethodDescriptionbooleancanDispatch(String path) voiddispatch(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
 
 -