Uses of Interface
org.zkoss.web.servlet.xel.RequestContext
-
Packages that use RequestContext Package Description org.zkoss.web.fn org.zkoss.web.servlet.dsp org.zkoss.web.servlet.xel -
-
Uses of RequestContext in org.zkoss.web.fn
Methods in org.zkoss.web.fn that return RequestContext Modifier and Type Method Description static RequestContext
ServletFns. getCurrentContext()
Returns the current EL context. -
Uses of RequestContext in org.zkoss.web.servlet.dsp
Subinterfaces of RequestContext in org.zkoss.web.servlet.dsp Modifier and Type Interface Description interface
DspContext
Classes in org.zkoss.web.servlet.dsp that implement RequestContext Modifier and Type Class Description class
ExtendletDspContext
Extendlet-based DSP context.class
ServletDspContext
A DSP context based on HTTP servlet request and response. -
Uses of RequestContext in org.zkoss.web.servlet.xel
Methods in org.zkoss.web.servlet.xel that return RequestContext Modifier and Type Method Description static RequestContext
RequestContexts. getCurrent()
Returns the current page context if this thread is evaluating a page, or null if not.Methods in org.zkoss.web.servlet.xel with parameters of type RequestContext Modifier and Type Method Description static void
RequestContexts. push(RequestContext jc)
Pushes the context as the current context, such that it will be returned byRequestContexts.getCurrent()
.
-