Uses of Interface
com.axemble.vdoc.sdk.interfaces.runtime.IExecutionContext.IRequest
Packages that use IExecutionContext.IRequest
Package
Description
-
Uses of IExecutionContext.IRequest in com.axemble.vdoc.sdk.authentication.base
Methods in com.axemble.vdoc.sdk.authentication.base that return IExecutionContext.IRequest -
Uses of IExecutionContext.IRequest in com.axemble.vdoc.sdk.controllers
Methods in com.axemble.vdoc.sdk.controllers with parameters of type IExecutionContext.IRequestModifier and TypeMethodDescriptionprotected void
BaseController.checkSecurity
(IExecutionContext.IRequest request) protected final boolean
BaseController.isAuthorized
(IExecutionContext.IRequest request) Check if the request is authorized. -
Uses of IExecutionContext.IRequest in com.axemble.vdoc.sdk.flow
Methods in com.axemble.vdoc.sdk.flow with parameters of type IExecutionContext.IRequestModifier and TypeMethodDescriptionprotected String
Dispatcher.getCommand
(IExecutionContext.IRequest iRequest, InputStream is) protected String
Dispatcher.getModule
(IExecutionContext.IRequest iRequest) void
Dispatcher.parseRequest
(IExecutionContext.IRequest iRequest) -
Uses of IExecutionContext.IRequest in com.axemble.vdoc.sdk.interfaces.runtime
Methods in com.axemble.vdoc.sdk.interfaces.runtime that return IExecutionContext.IRequestMethods in com.axemble.vdoc.sdk.interfaces.runtime with parameters of type IExecutionContext.IRequestModifier and TypeMethodDescriptionvoid
IExecutionContext.IRequestDispatcher.forward
(IExecutionContext.IRequest request, IExecutionContext.IResponse response) void
IExecutionContext.IRequestDispatcher.include
(IExecutionContext.IRequest request, IExecutionContext.IResponse response)