Package | Description |
---|---|
org.zkoss.web.servlet |
Servlet relevant utilities.
|
org.zkoss.web.servlet.dsp |
Dynamic Servlet Page (DSP).
|
org.zkoss.web.util.resource |
Utilities to access Web resources.
|
org.zkoss.zk.ui.http |
HTTP relevant utilities and servlets for implementing
user interfaces (implementation only).
|
Class and Description |
---|
ExtendletContext
This interface defines an extended context that
Servlets.getRequestDispatcher(javax.servlet.ServletContext, javax.servlet.ServletRequest, java.lang.String, java.util.Map, int) will try to
resolve. |
Class and Description |
---|
ExtendletContext
This interface defines an extended context that
Servlets.getRequestDispatcher(javax.servlet.ServletContext, javax.servlet.ServletRequest, java.lang.String, java.util.Map, int) will try to
resolve. |
Class and Description |
---|
ClassWebResource
Used to access resources located in class path and under /web.
|
Extendlet
A plugin of
ClassWebResource to process particular
content. |
ExtendletConfig
The configuration information used to initialize an Extendlet
(a.k.a., a resource processor).
|
ExtendletContext
This interface defines an extended context that
Servlets.getRequestDispatcher(javax.servlet.ServletContext, javax.servlet.ServletRequest, java.lang.String, java.util.Map, int) will try to
resolve. |
Filter
A filter is an object that performs filtering task on a request to
Extendlet . |
FilterChain
A
FilterChain is an object provided by ZK to the developer
giving a view into the invocation chain of a filtered request. |
FilterConfig
A filter configuration object used by a servlet container to pass
information to a filter during initialization.
|
ResourceCache
Used to cache Servlet resources.
|
ResourceLoader
A semi-implemented loader to used with
ResourceCaches.get(org.zkoss.web.util.resource.ResourceCache<V>, javax.servlet.ServletContext, java.lang.String, java.lang.Object)
to retrieve servlet resources. |
Class and Description |
---|
ClassWebResource
Used to access resources located in class path and under /web.
|
Extendlet
A plugin of
ClassWebResource to process particular
content. |
ExtendletConfig
The configuration information used to initialize an Extendlet
(a.k.a., a resource processor).
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.