HTTP.Servlet.getServletRequest()

Signature

Object getServletRequest(Object context)

Domain

ACTION

Description

Get servlet request from the context object.

Parameters

NameTypeDescription
contextObjectThe context (AsyncContext) associated with a servlet request.

Returns

TypeDescription
ObjectThe HttpServletRequest instance.