Package org.zkoss.web.util.resource

Utilities to access Web resources.

See:
          Description

Interface Summary
Extendlet A plugin of ClassWebResource to process particular content.
ExtendletConfig The configuration information used to initialize an Extendlet (aka., 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.
 

Class Summary
ClassWebResource Used to access resources located in class path and under /web.
ClassWebServlet Loads the resource from the class path starting with "/web".
DspExtendlet The DSP resource processor (Extendlet) used to parse DSP files loaded from the classpath.
ExtendletLoader A skeletal implementation of the loader used to implement an extendlet.
ResourceCaches Utilities to load (and parse) the servlet resource.
ResourceLoader A semi-implemented loader to used with ResourceCaches.get(org.zkoss.util.resource.ResourceCache, javax.servlet.ServletContext, java.lang.String, java.lang.Object) to retrieve servlet resources.
ServletContextLocator Locator based on ServletContext.
ServletLabelLocator Used by Lables to load labels from a servlet context.
ServletLabelResovler Deprecated. As of release 5.0.7, Labels resolves the labels automatically.
ServletRequestResolver Used to resolve the variables defined in the request (such as DSP context and ZK's execution).
 

Package org.zkoss.web.util.resource Description

Utilities to access Web resources.



Copyright © 2012. All Rights Reserved.