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 voidBaseController.checkSecurity(IExecutionContext.IRequest request) protected final booleanBaseController.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 StringDispatcher.getCommand(IExecutionContext.IRequest iRequest, InputStream is) protected StringDispatcher.getModule(IExecutionContext.IRequest iRequest) voidDispatcher.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 TypeMethodDescriptionvoidIExecutionContext.IRequestDispatcher.forward(IExecutionContext.IRequest request, IExecutionContext.IResponse response) voidIExecutionContext.IRequestDispatcher.include(IExecutionContext.IRequest request, IExecutionContext.IResponse response)