Package kilim.http
Interface KilimMvc.KilimHandler
-
- Enclosing class:
- KilimMvc
public static interface KilimMvc.KilimHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(KilimMvc.Session session, HttpRequest req, HttpResponse resp)
-
-
-
Method Detail
-
handle
void handle(KilimMvc.Session session, HttpRequest req, HttpResponse resp) throws Pausable, java.lang.Exception
- Throws:
Pausablejava.lang.Exception
-
-