gnu.kawa.servlet

Class GetRequest

public class GetRequest extends MethodProc implements Inlineable

A 0-argument function that returns the current ServletRequest.
Field Summary
static GetRequestgetRequest
static ClassTypetypeGetRequest
static ClassTypetypeHttpServletRequest
Method Summary
voidapply(CallContext ctx)
voidcompile(ApplyExp exp, Compilation comp, Target target)
static HttpServletRequestgetRequest(CallContext ctx)
TypegetReturnType(Expression[] args)
intnumArgs()

Field Detail

getRequest

public static final GetRequest getRequest

typeGetRequest

public static final ClassType typeGetRequest

typeHttpServletRequest

public static final ClassType typeHttpServletRequest

Method Detail

apply

public void apply(CallContext ctx)

compile

public void compile(ApplyExp exp, Compilation comp, Target target)

getRequest

public static HttpServletRequest getRequest(CallContext ctx)

getReturnType

public Type getReturnType(Expression[] args)

numArgs

public int numArgs()