Index
All Classes and Interfaces|All Packages
C
- continueHandlersChain() - Method in class io.github.jirkasa.servletrouter.HttpController
-
When called, the handlers chain will continue (another handlers/controllers that match request path will be called).
- Controller<Request extends javax.servlet.ServletRequest,
Response extends javax.servlet.ServletResponse> - Class in io.github.jirkasa.servletrouter -
Represents component that is used to handle incoming requests for specific path (usually) in application.
- Controller() - Constructor for class io.github.jirkasa.servletrouter.Controller
All Classes and Interfaces|All Packages