Uses of Class
com.github.taymindis.jh.Dispatcher
-
-
Uses of Dispatcher in com.github.taymindis.jh
Subclasses of Dispatcher in com.github.taymindis.jh Modifier and Type Class Description classDispatcherFuturedispatching async between web containerclassDispatcherSyncdispatching in between web containerMethods in com.github.taymindis.jh that return Dispatcher Modifier and Type Method Description abstract DispatcherDispatcher. a(String key, Object val)abstract DispatcherDispatcher. addAttribute(String key, Object val)abstract DispatcherDispatcher. dispatch(String jspPathAndParam)static DispatcherDispatcher. newBackgroundEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)static DispatcherDispatcher. newEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-