Toggle navigation
Home
java.lang.String to org.pac4j.core.context.HttpConstants.HTTP_METHOD
No. of Instances - 11
No. of Commits - 1
No. of Projects - {'pac4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
"POST".equals(method)
to
HttpConstants.HTTP_METHOD.POST
"GET".equals(method)
to
HttpConstants.HTTP_METHOD.GET
Other
this.request.getMethod()
to
this.request.getMethod()