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 RequestContextServletFns. 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 interfaceDspContextClasses in org.zkoss.web.servlet.dsp that implement RequestContext Modifier and Type Class Description classExtendletDspContextExtendlet-based DSP context.classServletDspContextA 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 RequestContextRequestContexts. 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 voidRequestContexts. push(RequestContext jc)Pushes the context as the current context, such that it will be returned byRequestContexts.getCurrent().
-