Uses of Interface
org.symphonyoss.s2.canon.runtime.http.IRequestContext
-
Packages that use IRequestContext Package Description org.symphonyoss.s2.canon.runtime org.symphonyoss.s2.canon.runtime.http -
-
Uses of IRequestContext in org.symphonyoss.s2.canon.runtime
Classes in org.symphonyoss.s2.canon.runtime with type parameters of type IRequestContext Modifier and Type Class Description classAbstractPathHandler<T,C extends IRequestContext>Methods in org.symphonyoss.s2.canon.runtime with parameters of type IRequestContext Modifier and Type Method Description booleanIEntityHandler. handle(IRequestContext context)voidAbstractPathHandler. unsupportedMethod(T canonAuth, IRequestContext context)Called by generated servlets for unsupported methods. -
Uses of IRequestContext in org.symphonyoss.s2.canon.runtime.http
Subinterfaces of IRequestContext in org.symphonyoss.s2.canon.runtime.http Modifier and Type Interface Description interfaceIAsyncRequestContextClasses in org.symphonyoss.s2.canon.runtime.http that implement IRequestContext Modifier and Type Class Description classAbstractRequestContextclassServletRequestContextMethods in org.symphonyoss.s2.canon.runtime.http with parameters of type IRequestContext Modifier and Type Method Description TIRequestAuthenticator. authenticate(IRequestContext context)
-