|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Route.HttpMethod | |
---|---|
com.khubla.pragmatach.framework.annotation | |
com.khubla.pragmatach.framework.api |
Uses of Route.HttpMethod in com.khubla.pragmatach.framework.annotation |
---|
Methods in com.khubla.pragmatach.framework.annotation that return Route.HttpMethod | |
---|---|
static Route.HttpMethod |
Route.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Route.HttpMethod[] |
Route.HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Route.HttpMethod in com.khubla.pragmatach.framework.api |
---|
Methods in com.khubla.pragmatach.framework.api that return Route.HttpMethod | |
---|---|
Route.HttpMethod |
Request.getMethod()
|
Constructors in com.khubla.pragmatach.framework.api with parameters of type Route.HttpMethod | |
---|---|
Request(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Route.HttpMethod method,
javax.servlet.ServletConfig servletConfig)
ctor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |