Toggle navigation
Home
java.util.Optional to java.lang.Object
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'pac4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Other
getHttpSession(context)
to
getHttpSession(context)
this.request.getAttribute(name)
to
this.request.getAttribute(name)
getHttpSession(context).getAttribute(key)
to
getHttpSession(context).getAttribute(key)