Index
All Classes and Interfaces|All Packages
R
- register(Handler<Request, Response>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers handler(s) for all paths.
- register(Handler<Request, Response>[], Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers array of handlers and controller(s) for all paths.
- register(Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers five handlers and controller(s) for all paths.
- register(Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers four handlers and controller(s) for all paths.
- register(Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers three handlers and controller(s) for all paths.
- register(Handler<Request, Response>, Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers two handlers and controller(s) for all paths.
- register(Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers handler and controller(s) for the specified path.
- register(Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers controller(s) for all paths.
- register(String, Handler<Request, Response>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers handler(s) for the specified path.
- register(String, Handler<Request, Response>[], Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers array of handlers and controller(s) for the specified path.
- register(String, Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers five handlers and controller(s) for the specified path.
- register(String, Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers four handlers and controller(s) for the specified path.
- register(String, Handler<Request, Response>, Handler<Request, Response>, Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers three handlers and controller(s) for the specified path.
- register(String, Handler<Request, Response>, Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers two handlers and controller(s) for the specified path.
- register(String, Handler<Request, Response>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers handler and controller(s) for the specified path.
- register(String, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers controller(s) for the specified path.
- register(String, List<Handler<Request, Response>>) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers list of handlers for the specified path.
- register(String, List<Handler<Request, Response>>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers list of handlers and controller(s) for the specified path.
- register(String, List<Handler<Request, Response>>, List<Class<T>>) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers list of handlers and list of controllers for the specified path.
- register(List<Handler<Request, Response>>) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers list of handlers for all paths.
- register(List<Handler<Request, Response>>, Class<T>...) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers list of handlers and controller(s) for all paths.
- register(List<Handler<Request, Response>>, List<Class<T>>) - Method in class io.github.jirkasa.servletrouter.Router
-
Registers list of handlers and list of controllers for all paths.
- registerErrorController(Class<T>) - Method in class io.github.jirkasa.servletrouter.Router
-
By default when error occurs in handle method of router, exception is thrown.
- Router<Request extends javax.servlet.ServletRequest,
Response extends javax.servlet.ServletResponse> - Class in io.github.jirkasa.servletrouter -
Registers handlers and controllers to specific paths and performs routing for incoming requests.
- Router() - Constructor for class io.github.jirkasa.servletrouter.Router
All Classes and Interfaces|All Packages