Package | Description |
---|---|
org.zkoss.web.fn |
Functions used for EL expressions.
|
org.zkoss.web.servlet.dsp |
Dynamic Servlet Page (DSP).
|
org.zkoss.web.servlet.xel |
XEL Utilities that depends on Servlets.
|
Modifier and Type | Method and Description |
---|---|
static RequestContext |
ServletFns.getCurrentContext()
Returns the current EL context.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DspContext
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendletDspContext
Extendlet-based DSP context.
|
class |
ServletDspContext
A DSP context based on HTTP servlet request and response.
|
Modifier and Type | Method and Description |
---|---|
static RequestContext |
RequestContexts.getCurrent()
Returns the current page context if this thread is evaluating a page,
or null if not.
|
Modifier and Type | Method and Description |
---|---|
static void |
RequestContexts.push(RequestContext jc)
Pushes the context as the current context, such that it will
be returned by
RequestContexts.getCurrent() . |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.