A B E F G I L M N O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addRoute(Route<T>) - Method in class io.github.espresso4j.latte.internal.Routes
- ANY_METHOD - Static variable in class io.github.espresso4j.latte.internal.Route
B
- by(Class<T>) - Static method in class io.github.espresso4j.latte.Latte
-
Create a Latte instance for Espresso or Espresso.Async
E
- extension(ExtensionHolder) - Static method in class io.github.espresso4j.latte.Latte
-
A helper function to access latte variables in request
F
- from(String) - Static method in class io.github.espresso4j.latte.internal.Path
G
- getCatchAllChildren() - Method in class io.github.espresso4j.latte.internal.Node
- getChildren() - Method in class io.github.espresso4j.latte.internal.Node
- getMethod() - Method in class io.github.espresso4j.latte.internal.Route
- getMethodToRoutes() - Method in class io.github.espresso4j.latte.internal.Node
- getName() - Method in class io.github.espresso4j.latte.internal.Node
- getPathSpec() - Method in class io.github.espresso4j.latte.internal.Route
- getPayload() - Method in class io.github.espresso4j.latte.internal.Route
- getPriority() - Method in class io.github.espresso4j.latte.internal.Route
- getRoutes(String) - Method in class io.github.espresso4j.latte.internal.Node
- getSegments() - Method in class io.github.espresso4j.latte.internal.Path
- getWildCardChildren() - Method in class io.github.espresso4j.latte.internal.Node
I
- intoEspresso() - Method in class io.github.espresso4j.latte.Latte
-
Create latte handler
- intoEspressoAsync() - Method in class io.github.espresso4j.latte.Latte
-
Create latte async handler
- io.github.espresso4j.latte - package io.github.espresso4j.latte
- io.github.espresso4j.latte.internal - package io.github.espresso4j.latte.internal
L
- Latte<T> - Class in io.github.espresso4j.latte
-
Url route for Espresso based application.
M
- matchRoute(String, String) - Method in class io.github.espresso4j.latte.internal.Routes
- matchRoutes(String, String) - Method in class io.github.espresso4j.latte.internal.Routes
- matchSpec(String) - Method in class io.github.espresso4j.latte.internal.Path
- methodMatches(String) - Method in class io.github.espresso4j.latte.internal.Route
N
- Node<T> - Class in io.github.espresso4j.latte.internal
- Node(String) - Constructor for class io.github.espresso4j.latte.internal.Node
- notFound(T) - Method in class io.github.espresso4j.latte.Latte
-
handler to invoke when url not found
O
- on(Request.Method, String, T) - Method in class io.github.espresso4j.latte.Latte
-
Bind a url pattern for a HTTP method request particular Espresso or Espresso.Async handler
- on(String, T) - Method in class io.github.espresso4j.latte.Latte
-
Bind a url pattern for a particular Espresso or Espresso.Async handler
P
- Path - Class in io.github.espresso4j.latte.internal
R
- Route<T> - Class in io.github.espresso4j.latte.internal
- Route(String, String, T, int) - Constructor for class io.github.espresso4j.latte.internal.Route
- Route(String, T, int) - Constructor for class io.github.espresso4j.latte.internal.Route
- Routes<T> - Class in io.github.espresso4j.latte.internal
- Routes() - Constructor for class io.github.espresso4j.latte.internal.Routes
S
- setPayload(T) - Method in class io.github.espresso4j.latte.internal.Route
- setPriority(int) - Method in class io.github.espresso4j.latte.internal.Route
All Classes All Packages