Uses of Class
org.symphonyoss.s2.canon.runtime.http.RequestContext
-
Packages that use RequestContext Package Description org.symphonyoss.s2.canon.runtime org.symphonyoss.s2.canon.runtime.http -
-
Uses of RequestContext in org.symphonyoss.s2.canon.runtime
Methods in org.symphonyoss.s2.canon.runtime with parameters of type RequestContext Modifier and Type Method Description booleanIEntityHandler. handle(RequestContext context)booleanPathHandler. handle(RequestContext context)protected abstract voidPathHandler. handle(T canonAuth, RequestContext context, List<String> variables)voidPathHandler. unsupportedMethod(T canonAuth, RequestContext context)Called by generated servlets for unsupported methods. -
Uses of RequestContext in org.symphonyoss.s2.canon.runtime.http
Methods in org.symphonyoss.s2.canon.runtime.http with parameters of type RequestContext Modifier and Type Method Description TIRequestAuthenticator. authenticate(RequestContext context)
-