A B C D E F G H I J L M N O P R S T U V W _ 
All Classes All Packages

A

AbstractAction - Class in org.zkoss.web.servlet.dsp.action
A skeletal implementation to simplify the implementation of actions.
AbstractAction() - Constructor for class org.zkoss.web.servlet.dsp.action.AbstractAction
 
Action - Interface in org.zkoss.web.servlet.dsp.action
An action that could be used with InterpreterServlet.
ActionContext - Interface in org.zkoss.web.servlet.dsp.action
Encapsulates a portion of DSP page in an object that can be invoked as many times as needed.
addCompressExtension(String) - Method in interface org.zkoss.web.util.resource.ExtendletConfig
Adds an extension that shall be compressed (unless being disabled by the client).
addCookie(Cookie) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addCookie(Cookie) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
addDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addDateHeader(String, long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
addExtendlet(String, Extendlet) - Method in class org.zkoss.web.util.resource.ClassWebResource
Adds an Extendlet (a.k.a., resource processor) to process the resource of the specified extension.
addExtendletContext(ServletContext, String, ExtendletContext) - Static method in class org.zkoss.web.servlet.Servlets
Adds an extended context.
addFilter(String, Class<? extends Filter>) - Method in class org.zkoss.web.portlet.PortletServletContext
 
addFilter(String, String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
addFilter(String, Filter) - Method in class org.zkoss.web.portlet.PortletServletContext
 
addFilter(String, Filter, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
Adds a filter (Filter) to perform filtering task for the resource of the specified extension.
addHeader(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addHeader(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
addIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addIntHeader(String, int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
addListener(Class<? extends EventListener>) - Method in class org.zkoss.web.portlet.PortletServletContext
 
addListener(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
addListener(T) - Method in class org.zkoss.web.portlet.PortletServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.zkoss.web.portlet.PortletServletContext
 
addServlet(String, String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
addServlet(String, Servlet) - Method in class org.zkoss.web.portlet.PortletServletContext
 
addToQueryString(StringBuffer, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
Appends a parameter (name=value) to a query string.
addToQueryString(StringBuffer, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
/** Appends a map of parameters (name=value) to a query string.
Aide() - Constructor for class org.zkoss.web.servlet.dsp.DspException.Aide
 
ALERT - Static variable in class org.zkoss.web.Attributes
ALERT_TYPE - Static variable in class org.zkoss.web.Attributes
Denote the type of Attributes.ALERT.
ALLOW_DIRECT_INCLUDE - Static variable in interface org.zkoss.web.util.resource.Extendlet
Used with Extendlet.getFeature(int) to indicate the extendlet can be included directly without going thru Web container.
append(StringBuffer, String, boolean) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Appends an attribute to the string buffer, if avail is true.
append(StringBuffer, String, int) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Appends an attribute to the string buffer.
append(StringBuffer, String, String) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Appends an attribute to the string buffer, if attrValue is not null.
APPEND_PARAM - Static variable in class org.zkoss.web.portlet.Portlets
Whether to append params if both uri and params contain the same parameter.
APPEND_PARAM - Static variable in class org.zkoss.web.servlet.Servlets
Whether to append params if both uri and params contain the same parameter.
APPLICATION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The application scope.
applyCSS3(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS rule String for the given style name and value.
ARG - Static variable in class org.zkoss.web.Attributes
The attribute used to pass parameters from the caller that invokes Servlets.include() or Servlets.forward() with Servlets.PASS_THRU_ATTR.
ASYNC_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
The async context path; set by the servlet container.
Attributes - Class in org.zkoss.web
Definition of constants used as attributes and parameters across requests.
Attributes() - Constructor for class org.zkoss.web.Attributes
Don't construct it.
AttributesMap - Class in org.zkoss.web.servlet.xel
A skeletal implementation for Map to wrap something with enumeration of attributes, which must be String.
AttributesMap() - Constructor for class org.zkoss.web.servlet.xel.AttributesMap
 
authenticate(HttpServletResponse) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
authenticate(HttpServletResponse) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 

B

borderRadius(String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS border-radius.
box(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS rule string for box model.
Box - Class in org.zkoss.web.servlet.dsp.action.html
Generates a box that has a caption and a border enclosing other tags.
Box() - Constructor for class org.zkoss.web.servlet.dsp.action.html.Box
 
box2(String, String, String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS rule string for box model with two pair styles.
box3(String, String, String, String, String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS rule string for box model with three pair styles.
boxShadow(String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS box-shadow.
BufferedResponse - Class in org.zkoss.web.servlet
A servlet response that uses another writer or stream as the output.

C

changeSessionId() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
changeSessionId() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
CharsetFilter - Class in org.zkoss.web.servlet
The filter to correct character encoding and to prepare Locale for the current request.
CharsetFilter() - Constructor for class org.zkoss.web.servlet.CharsetFilter
 
Charsets - Class in org.zkoss.web.servlet
Utilities to handle characters
Charsets() - Constructor for class org.zkoss.web.servlet.Charsets
 
Choose - Class in org.zkoss.web.servlet.dsp.action
Provides the context for mutually exclusive conditional execution.
Choose() - Constructor for class org.zkoss.web.servlet.dsp.action.Choose
 
ClassWebResource - Class in org.zkoss.web.util.resource
Used to access resources located in class path and under /web.
cleanup(ServletRequest, Object) - Static method in class org.zkoss.web.servlet.Charsets
close() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
Color - Class in org.zkoss.web.fn
Simple container for color components, using rgba, all in 0-255 range
Color(int, int, int) - Constructor for class org.zkoss.web.fn.Color
All color channel should be in 0-255 range, alpha will default to 255 if not given
Color(int, int, int, int) - Constructor for class org.zkoss.web.fn.Color
All color channel should be in 0-255 range
containsHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
containsHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
containsKey(Object) - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
containsKey(Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
 
containsQuery(String, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Tests whether a parameter exists in the query string.
createFilter(Class<T>) - Method in class org.zkoss.web.portlet.PortletServletContext
 
createListener(Class<T>) - Method in class org.zkoss.web.portlet.PortletServletContext
 
createServlet(Class<T>) - Method in class org.zkoss.web.portlet.PortletServletContext
 

D

declareRoles(String...) - Method in class org.zkoss.web.portlet.PortletServletContext
 
DEFAULT_DISPLAY - Static variable in class org.zkoss.web.theme.StandardTheme
Name used to display the default theme
DEFAULT_NAME - Static variable in class org.zkoss.web.theme.StandardTheme
Name used to identify the default theme
DEFAULT_ORIGIN - Static variable in class org.zkoss.web.theme.StandardTheme
Origin of the default theme.
DEFAULT_PRIORITY - Static variable in class org.zkoss.web.theme.StandardTheme
Priority of the default theme
deregister(Theme) - Method in interface org.zkoss.web.theme.ThemeRegistry
Remove a theme from web application's use
destroy() - Method in class org.zkoss.web.servlet.CharsetFilter
 
destroy() - Method in class org.zkoss.web.servlet.GenericFilter
Called by the web container to indicate to a filter that it is being taken out of service.
doFilter(HttpServletRequest, HttpServletResponse) - Method in interface org.zkoss.web.util.resource.FilterChain
Causes the next filter Filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes Extendlet at the end of the chain to be invoked.
doFilter(HttpServletRequest, HttpServletResponse, String, FilterChain) - Method in interface org.zkoss.web.util.resource.Filter
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.web.servlet.CharsetFilter
 
DSP_ACTION_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ACTION_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_INVALID_VALUE - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_NOT_FOUND - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_VALUE_QUOTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_VALUE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_COMMENT_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_EXPECT_CHARACTER - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_NESTED_ACTION_NOT_ALLOWED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_TAGLIB_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_UNEXPECT_CHARACTER - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_UNKNOWN_ACTION - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_UNKNOWN_ATTRIBUTE_VALUE - Static variable in interface org.zkoss.web.mesg.MWeb
 
DspContext - Interface in org.zkoss.web.servlet.dsp
DspException - Exception in org.zkoss.web.servlet.dsp
Represents a DSP exception.
DspException() - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object[]) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object[], Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(String) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(String, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException.Aide - Class in org.zkoss.web.servlet.dsp
Utilities.
DspExtendlet - Class in org.zkoss.web.util.resource
The DSP resource processor (Extendlet) used to parse DSP files loaded from the classpath.
DspExtendlet() - Constructor for class org.zkoss.web.util.resource.DspExtendlet
 

E

EL_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
 
encodeRedirectUrl(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
Deprecated. 
encodeRedirectUrl(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
Deprecated. 
encodeRedirectURL(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
encodeRedirectURL(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
encodeRedirectURL(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the encoded URL for send redirect.
encodeRedirectURL(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.http.Https
Encodes an URL such that it can be used with HttpServletResponse.sendRedirect.
Encodes - Class in org.zkoss.web.servlet.http
Encoding utilities for servlets.
Encodes() - Constructor for class org.zkoss.web.servlet.http.Encodes
 
Encodes.URLEncoder - Interface in org.zkoss.web.servlet.http
The URL encoder used to encode URL by including the session ID, and servlet context path.
encodeThemeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
Encodes a URL with theme key injected.
encodeURI(String) - Static method in class org.zkoss.web.servlet.http.Encodes
Does the HTTP encoding for the URI location.
encodeURIComponent(String) - Static method in class org.zkoss.web.servlet.http.Encodes
Does the HTTP encoding for an URI query parameter.
encodeUrl(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
Deprecated. 
encodeUrl(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
Deprecated. 
encodeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
Encodes a URL.
encodeURL(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
encodeURL(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
encodeURL(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Encodes the specified URI.
encodeURL(String) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Returns the encoded URL.
encodeURL(String) - Method in class org.zkoss.web.servlet.dsp.ExtendletDspContext
 
encodeURL(String) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
encodeURL(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Encodes an URL.
encodeURL(ServletContext, ServletRequest, ServletResponse, String, Encodes.URLEncoder) - Method in interface org.zkoss.web.servlet.http.Encodes.URLEncoder
Encodes the specified URL by including the session ID and the servlet context path, if necessary.
encodeURL(ServletRequest, ServletResponse, String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the encoded URL.
EntryIter() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
entrySet() - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
entrySet() - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
equals(Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
equals(Object) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
equals(Object) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
equals(Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
equals(Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
equals(Object) - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
equals(Object) - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
ERROR_EXCEPTION - Static variable in class org.zkoss.web.Attributes
The attribute to hold the exception, if any.
ERROR_EXCEPTION_LIST - Static variable in class org.zkoss.web.Attributes
The attribute to hold the exception list, if any.
Extendlet - Interface in org.zkoss.web.util.resource
A plugin of ClassWebResource to process particular content.
ExtendletConfig - Interface in org.zkoss.web.util.resource
The configuration information used to initialize an Extendlet (a.k.a., a resource processor).
ExtendletContext - Interface in org.zkoss.web.util.resource
ExtendletDspContext - Class in org.zkoss.web.servlet.dsp
Extendlet-based DSP context.
ExtendletDspContext(ExtendletContext, HttpServletRequest, HttpServletResponse, String, Writer) - Constructor for class org.zkoss.web.servlet.dsp.ExtendletDspContext
 
ExtendletLoader<V> - Class in org.zkoss.web.util.resource
A skeletal implementation of the loader used to implement an extendlet.
ExtendletLoader() - Constructor for class org.zkoss.web.util.resource.ExtendletLoader
 

F

Filter - Interface in org.zkoss.web.util.resource
A filter is an object that performs filtering task on a request to Extendlet.
FILTER_INCLUDE - Static variable in class org.zkoss.web.util.resource.ClassWebResource
Indicates that the filter is applicable if the request is dispatched due to the inclusion.
FILTER_REQUEST - Static variable in class org.zkoss.web.util.resource.ClassWebResource
Indicates that the filter is applicable if the request comes directly from the client.
FilterChain - Interface in org.zkoss.web.util.resource
A FilterChain is an object provided by ZK to the developer giving a view into the invocation chain of a filtered request.
FilterConfig - Interface in org.zkoss.web.util.resource
A filter configuration object used by a servlet container to pass information to a filter during initialization.
findAttribute(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Finds the attribute from page, request, session to application scope
flush() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
flushBuffer() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
flushBuffer() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
flushBuffer() - Method in class org.zkoss.web.servlet.BufferedResponse
 
flushBuffer() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
FOLDER - org.zkoss.web.theme.StandardTheme.ThemeOrigin
 
ForEach - Class in org.zkoss.web.servlet.dsp.action
Iterators thru a collection/array of items.
ForEach() - Constructor for class org.zkoss.web.servlet.dsp.action.ForEach
 
forward(PortletRequest, PortletResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
 
forward(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Servlets
A shortcut of forward(request, response, uri, null, 0).
forward(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Forward to the specified URI.
forward(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.PortletServletDispatcher
 
forward(ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.GenericFilter
Forward to the specified page.
forward(ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
Forward to the specified page with parameters.
FORWARD_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
The original context path that forwards this page; set by the servlet container.
FORWARD_PATH_INFO - Static variable in class org.zkoss.web.Attributes
The original servlet path that forwards this page; set by the servlet container.
FORWARD_QUERY_STRING - Static variable in class org.zkoss.web.Attributes
The original servlet path that forwards this page; set by the servlet container.
FORWARD_REQUEST_URI - Static variable in class org.zkoss.web.Attributes
The original request URI that forwards this page; set by the servlet container.
FORWARD_SERVLET_PATH - Static variable in class org.zkoss.web.Attributes
The original servlet path that forwards this page; set by the servlet container.

G

generateURI(String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
Generates URI by appending the parameters.
generateURI(String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Generates URI by appending the parameters.
GenericFilter - Class in org.zkoss.web.servlet
A generic class to help implementing servlet filter.
GenericFilter() - Constructor for class org.zkoss.web.servlet.GenericFilter
 
get(Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
 
get(ResourceCache<V>, ServletContext, String, Object) - Static method in class org.zkoss.web.util.resource.ResourceCaches
Loads, parses and returns the resource of the specified URI, or null if not found.
getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the horizontal alignment.
getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the alignment.
getAlpha() - Method in class org.zkoss.web.fn.Color
 
getAlt() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the alt.
getAsyncContext() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAsyncContext() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getAttribute(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getAttribute(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getAttribute(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAttribute(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getAttribute(String, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the attribute of the specified scope.
getAttributeNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getAttributeNames() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getAttributeNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAttributeNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getAuthType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAuthType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getBegin() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the index of the item at which the iteration begins.
getBlue() - Method in class org.zkoss.web.fn.Color
 
getBorder() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the border.
getBrowser(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the name of the browser, or null if not identifiable.
getBrowser(String, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the version of the given browser name, or null if the client is not the given browsers.
getBrowser(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns the name of the browser, or null if not identifiable.
getBrowser(ServletRequest, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the version of the given browser name, or null if the client is not the given browsers.
getBufferSize() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getBufferSize() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getCaption() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the caption.
getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getCharacterEncoding() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getCharacterEncoding() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getCheckPeriod() - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the check period, or -1 if the content is never changed.
getClassLoader() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getClassResource(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
Returns the URL of the resource of the specified URI by searching only the class path (with ClassWebResource.PATH_PREFIX).
getClassResourceAsStream(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
Returns the resource in a stream of the specified URI by searching only the class path (with ClassWebResource.PATH_PREFIX).
getClientIdentifier() - Static method in class org.zkoss.web.servlet.Servlets
Returns the client identifier, or null if no such plugin.
getColor() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the color.
getComparator() - Static method in class org.zkoss.web.theme.StandardTheme
Defines the ordering of standard themes.
getCompleteContext(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the complete context path, including protocol, server, ports, and context.
getCompleteServerName(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the complete server name, including protocol, server, and ports.
getCompress() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the extension that shall be compressed if the browser supports the compression encoding (accept-encoding).
getContentLength() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContentLength() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getContentLengthLong() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContentLengthLong() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getContentType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContentType() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getContentType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getContentType() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getContentType() - Method in class org.zkoss.web.servlet.dsp.action.Page
Returns the content type.
getContentType(String) - Static method in class org.zkoss.web.servlet.dsp.Interpreter
Returns the content type by specifying a path, or null if no content type is available or path is null.
getContext(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getContextPath() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getContextPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContextPath() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getContextPaths() - Static method in class org.zkoss.web.servlet.Servlets
Returns a list of context paths (e.g., "/abc") that this application has.
getCookies() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getCookies() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getCookieValue(HttpServletRequest, String) - Static method in class org.zkoss.web.servlet.http.Https
Gets the value of the specified cookie, or null if not found.
getCreationTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getCurrent() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
Retrieves the current item in the iteration.
getCurrent() - Static method in class org.zkoss.web.servlet.xel.RequestContexts
Returns the current page context if this thread is evaluating a page, or null if not.
getCurrentContext() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current EL context.
getCurrentOut() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current output.
getCurrentRequest() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current servlet request, or null if not available.
getCurrentResponse() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current servlet response, or null if not available.
getCurrentServletContext() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current servlet context, or null if not available.
getCurrentTheme() - Static method in class org.zkoss.web.fn.ThemeFns
Returns the current theme name
getDateHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getDateHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getDefaultSessionTrackingModes() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getDetail(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns the request detail information.
getDirectory() - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
getDispatcherType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getDispatcherType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getDisplayName() - Method in class org.zkoss.web.theme.StandardTheme
 
getEffectiveMajorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getEffectiveMinorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getEffectiveSessionTrackingModes() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getEncodeURLPrefix() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the prefix used to encoding the URL, or null if no prefix.
getEnd() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the index of the item at which the iteration ends (inclusive).
getEscapeXML() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns whether to escape XML.
getExpressionFactory() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the expression factory (never null).
getExtendlet(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the Extendlet (a.k.a., resource processor) of the specified extension, or null if not associated.
getExtendlet(String, boolean) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the Extendlet (aka., resource processor) of the specified extension, or null if not associated.
getExtendletContext() - Method in interface org.zkoss.web.util.resource.ExtendletConfig
Returns the Extendlet context.
getExtendletContext() - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the extendlet context.
getExtendletContext() - Method in interface org.zkoss.web.util.resource.FilterConfig
Returns the Extendlet context.
getExtendletContext(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the extended context of the specified name.
getExtension(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the file/path extension of the specified path (excluding dot), or null if no extension at all.
getExtension(String, boolean) - Static method in class org.zkoss.web.servlet.Servlets
Returns the file/path extension of the specified path (excluding dot), or null if no extension at all.
getExtraLocator() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the extra locator, or null if not available.
getFeature(int) - Method in class org.zkoss.web.util.resource.DspExtendlet
 
getFeature(int) - Method in interface org.zkoss.web.util.resource.Extendlet
Returns if the specified feature is supported.
getFilterName() - Method in class org.zkoss.web.servlet.GenericFilter
Returns the filter's name.
getFilterRegistration(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getFilterRegistrations() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getFilters(String, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns an array of the filters (Filter) of the specified extension, or null if not associated.
getGreen() - Method in class org.zkoss.web.fn.Color
 
getHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getHeaderNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getHeaderNames() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getHeaderNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getHeaderNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getHeaders(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getHeaders(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getHeaders(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getHeaders(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getHeight() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the height.
getHspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the hspace.
getHttpServletRequest(RenderRequest) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
Returns the HTTP servlet request associated with the render request, or null if not found.
getHttpServletRequest(ResourceRequest) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
Returns the HTTP servlet request associated with the render request, or null if not found.
getId() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getId() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the id attribute.
getIf() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns the if condition.
getIndex() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
Retrieves the index of the current round of the iteration (0-based).
getInitParameter(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getInitParameter(String) - Method in class org.zkoss.web.servlet.GenericFilter
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getInitParameterNames() - Method in class org.zkoss.web.servlet.GenericFilter
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getInputStream() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getInstance(OutputStream) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
Returns a facade of the specified stream.
getInstance(Writer, String) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
Returns a facade of the specified writer.
getInstance(PortletContext) - Static method in class org.zkoss.web.portlet.PortletServletContext
Returns an instance of ServletContext that representing the specified portlet context.
getInstance(PortletRequestDispatcher) - Static method in class org.zkoss.web.portlet.PortletServletDispatcher
Returns a facade instance for the specified dispatcher.
getInstance(PortletSession) - Static method in class org.zkoss.web.portlet.PortletHttpSession
 
getInstance(RenderRequest) - Static method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getInstance(RenderResponse) - Static method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getInstance(ResourceRequest) - Static method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getInstance(ResourceResponse) - Static method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getInstance(HttpServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Returns a buffered response with a output stream, if stream is not null; or the original response if stream is null.
getInstance(HttpServletResponse, Writer) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Returns a buffered response with a writer, if writer is not null; or the original response if writer is null.
getInstance(RequestDispatcher) - Static method in class org.zkoss.web.portlet.ServletPortletDispatcher
Returns a facade instance for the specified dispatcher.
getInstance(ServletContext, String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
Returns the instance (singleton in the whole app) for handling resources located in class path.
getInstance(ServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.BufferedResponse
Returns a buffered response with a output stream, if stream is not null; or the original response if stream is null.
getInstance(ServletResponse, Writer) - Static method in class org.zkoss.web.servlet.BufferedResponse
Returns a buffered response with a writer, if writer is not null; or the original response if writer is null.
getIntHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getIntHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getItems() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the attribute items.
getJspConfigDescriptor() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getKeys() - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
getKeys() - Method in class org.zkoss.web.servlet.xel.RequestScope
 
getKeys() - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Returns an enumeration of keys.
getLastAccessedTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getLastModified(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the last modified time.
getLastModified(ResourceInfo) - Method in class org.zkoss.web.util.resource.ResourceLoader
 
getLimitTimeOffer() - Static method in class org.zkoss.web.servlet.Servlets
Returns a token to represent a limit-time offer.
getLineNumber() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the line number of this action.
getLocalAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalAddr() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getLocale() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocale() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getLocales() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocales() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocalName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalName() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocalPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalPort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocator() - Method in interface org.zkoss.web.servlet.dsp.DspContext
Returns the locator for loading resources, such as taglib.
getLocator() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getLocator() - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the locator of this context used to locate resources.
getMajorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getMaxInactiveInterval() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getMaxlength() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns the maxlength of bytes to output.
getMethod() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getMethod() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getMimeType(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getMinorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getName() - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
Returns the name of the browser.
getName() - Method in class org.zkoss.web.theme.Theme
 
getNamedDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getNbsp() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns whether to generate &nbsp; if the content is empty.
getNormalPath(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the normal path; that is, will elminate the double dots ".."
getOnclick() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the onclick.
getOrigin() - Method in class org.zkoss.web.theme.StandardTheme
 
getOriginContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the original context path regardless of being forwarded or not.
getOriginFullRequest(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Returns the request uri + query string.
getOriginFullServlet(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Returns the servlet path + path info + query string.
getOriginPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the path info regardless of being forwarded or not.
getOriginQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the query string regardless of being forwarded or not.
getOriginRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the request URI regardless of being forwarded or not.
getOriginServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the original servlet path regardless of being forwarded or not.
getOut() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the current output.
getOut() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getOut() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the writer, never null.
getOutputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getOutputStream() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getOutputStream() - Method in class org.zkoss.web.servlet.BufferedResponse
 
getOutputStream() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
getPage() - Method in class org.zkoss.web.servlet.dsp.action.Include
Returns the page (URI).
getPageContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the page context.
getParameter(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameter(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getParameterMap() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameterMap() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getParameterNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameterNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getParameterValues(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameterValues(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getParent() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the parent action, or null if no parent at all.
getPart(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getPart(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getParts() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParts() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getPathInfo() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getPathInfo() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getPathTranslated() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getPathTranslated() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getPortletSess() - Method in class org.zkoss.web.portlet.PortletHttpSession
Returns the portlet session being wrapped by this object.
getPreferredLocale(HttpSession, ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
Returns the preferred locale of the specified request.
getPreferredLocale(ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
Returns the preferred locale of the specified request.
getPriority() - Method in class org.zkoss.web.theme.StandardTheme
 
getPropertyMap(ServletRequest, String) - Static method in class org.zkoss.web.fn.ThemeProperties
 
getProtocol() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getProtocol() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getQueryString() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getQueryString() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getReader() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getReader() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRealPath(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getRealPath(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
Deprecated. 
getRealPath(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
Deprecated. 
getRealPath(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the real path for the specified path.
getRed() - Method in class org.zkoss.web.fn.Color
 
getRemoteAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteAddr() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRemoteHost() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteHost() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRemotePort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemotePort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRemoteUser() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteUser() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRenderRequest() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequest() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getRequest() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current request.
getRequest() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the request, or null if not available.
getRequest() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the request.
getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRequestDispatcher(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
 
getRequestDispatcher(PortletContext, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
Returns the request dispatch of the specified URI.
getRequestDispatcher(ServletContext, ServletRequest, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Returns the request dispatch of the specified URI.
getRequestedSessionId() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestedSessionId() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRequestURI() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestURI() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRequestURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestURL() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getResource(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getResource(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the URL of the resource of the specified URI by searching the extra locator, if any, and then the class path (with ClassWebResource.PATH_PREFIX).
getResource(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the URL of the specified URI, or null if not found.
getResource(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
getResource(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
Returns the resource of the specified uri.
getResource(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the resource of the specified uri.
getResourceAsStream(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getResourceAsStream(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the resource in a stream of the specified URI by searching the extra locator, if any, and then, the class path (with ClassWebResource.PATH_PREFIX).
getResourceAsStream(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the resource of the specified URI as input stream, or null if not found.
getResourceAsStream(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
getResourceAsStream(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
Returns the resource stream of the specified uri.
getResourceAsStream(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the resource stream of the specified uri.
getResourcePaths(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getResourceRequest() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getResponse() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getResponse() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current response.
getResponse() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the response, or null if not available.
getResponse() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the response.
getRGB() - Method in class org.zkoss.web.fn.Color
 
getScheme() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getScheme() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getSclass() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the style class.
getScope() - Method in class org.zkoss.web.servlet.dsp.action.Remove
Returns the scope.
getScope() - Method in class org.zkoss.web.servlet.dsp.action.Set
Returns the scope.
getServerInfo() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getServerName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServerName() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getServerPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServerPort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getServlet(String) - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated. 
getServletConfig() - Method in interface org.zkoss.web.servlet.xel.PageContext
The Servlet configuration.
getServletContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getServletContext() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServletContext() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getServletContext() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getServletContext() - Method in class org.zkoss.web.servlet.GenericFilter
Returns the servlet context in which this filter is running.
getServletContext() - Method in interface org.zkoss.web.servlet.xel.PageContext
The Servlet context.
getServletContext() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the request, or null if not available.
getServletContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the context.
getServletContext() - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the servlet context.
getServletContext() - Method in class org.zkoss.web.util.resource.ServletContextLocator
Returns the servlet context.
getServletContextName() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getServletNames() - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated. 
getServletPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServletPath() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getServletRegistration(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getServletRegistrations() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getServlets() - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated. 
getServletURI(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Returns the servlet uri of the request.
getSession() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getSession() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getSession() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current session.
getSession(boolean) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getSession(boolean) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getSessionContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated. 
getSessionCookieConfig() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getSpacing() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the spacing.
getSrc() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the src (URL).
getStatus() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getStatus() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getStyle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the style.
getTest() - Method in class org.zkoss.web.servlet.dsp.action.If
Returns the test result.
getTest() - Method in class org.zkoss.web.servlet.dsp.action.When
Returns the test result.
getTheme(String) - Method in interface org.zkoss.web.theme.ThemeRegistry
Returns the theme identified by themeName
getTheme(HttpServletRequest) - Method in interface org.zkoss.web.theme.ThemeResolver
Resolve the current intended theme name via the given request.
getThemeRegistry() - Static method in class org.zkoss.web.fn.ThemeFns
Returns the current theme registry
getThemeResolver() - Static method in class org.zkoss.web.fn.ThemeFns
Returns the current theme resolver
getThemes() - Method in interface org.zkoss.web.theme.ThemeRegistry
 
getThisContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the context path of this page.
getThisPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the path info of this page.
getThisQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the query string of this page.
getThisRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the request URI of this page.
getThisServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the servlet path of this page.
getTitle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the title.
getUnless() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns the unless condition.
getURICharset() - Static method in class org.zkoss.web.servlet.Charsets
Returns the charset used to encode URI and query string.
getUserAgent(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns the user-agent header, which indicates what the client is, or an empty string if not available.
getUserPrincipal() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getUserPrincipal() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getValue() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns the value.
getValue() - Method in class org.zkoss.web.servlet.dsp.action.Set
Returns the attribute value.
getValue(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated. 
getValue(String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
getValue(String) - Method in class org.zkoss.web.servlet.xel.RequestScope
 
getValue(String) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Returns the value associated with the specified key.
getValueNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated. 
getVar() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the variable name used to iterate thru items.
getVar() - Method in class org.zkoss.web.servlet.dsp.action.Remove
Returns the attribute name.
getVar() - Method in class org.zkoss.web.servlet.dsp.action.Set
Returns the attribute name.
getVariableResolver() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current variable resolver.
getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the variable resolver.
getVarStatus() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the variable name used to hold the current iteration status, an instance of LoopStatus.
getVersion() - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
Returns the version of the browser.
getVirtualServerName() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getVspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the vspace.
getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the width.
getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the width.
getWriter() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getWriter() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getWriter() - Method in class org.zkoss.web.servlet.BufferedResponse
 
getWriter() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
gradient(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific of browser CSS color gradient rules String.
gradients(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a set of cross-browser CSS color gradient rules String.
gradValue(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific CSS color gradient value only.
gzip(HttpServletRequest, HttpServletResponse, InputStream, byte[]) - Static method in class org.zkoss.web.servlet.http.Https
Compresses the content into an byte array, or null if the browser doesn't support the compression (accept-encoding).

H

hashCode() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
hashCode() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
hashCode() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
hashCode() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
hashCode() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
hashCode() - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
hashCode() - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
hasNext() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
hasSetup(ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
hasTheme(String) - Method in interface org.zkoss.web.theme.ThemeRegistry
Determine if a theme is registered
HttpBufferedResponse - Class in org.zkoss.web.servlet.http
A servlet response that uses another writer or stream as the output.
Https - Class in org.zkoss.web.servlet.http
The Servlet-related utilities.
Https() - Constructor for class org.zkoss.web.servlet.http.Https
 

I

If - Class in org.zkoss.web.servlet.dsp.action
Tests whether an condition is true and render the child only if the condition is true.
If() - Constructor for class org.zkoss.web.servlet.dsp.action.If
 
IGNORE_PARAM - Static variable in class org.zkoss.web.portlet.Portlets
Whether to ignore params if both uri and params contain the same parameter.
IGNORE_PARAM - Static variable in class org.zkoss.web.servlet.Servlets
Whether to ignore params if both uri and params contain the same parameter.
Img - Class in org.zkoss.web.servlet.dsp.action.html
Generates the HTML <img> tag
Img() - Constructor for class org.zkoss.web.servlet.dsp.action.html.Img
 
include(String, Map) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Includes the specified URI and render the result to the specified output.
include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ExtendletDspContext
 
include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
include(String, Map<?, ?>) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Includes the specified URI and render the result to the specified output.
include(PortletContext, RenderRequest, RenderResponse, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
Includes the resource at the specified URI.
include(PortletRequest, PortletResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
 
include(RenderRequest, RenderResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
 
include(HttpServletRequest, HttpServletResponse, String, Map) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Includes the specified page.
include(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Servlets
A shortcut of include(request, response, uri, null, 0).
include(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Includes the resource at the specified URI.
include(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.PortletServletDispatcher
 
include(ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.GenericFilter
Includes the specified page.
include(ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
Includes the specified page with parameters.
Include - Class in org.zkoss.web.servlet.dsp.action
Includes another URL.
Include() - Constructor for class org.zkoss.web.servlet.dsp.action.Include
 
INCLUDE_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
The included context path; set by the servlet container.
INCLUDE_PATH_INFO - Static variable in class org.zkoss.web.Attributes
The included servlet path; set by the servlet container.
INCLUDE_QUERY_STRING - Static variable in class org.zkoss.web.Attributes
The included servlet path; set by the servlet container.
INCLUDE_REQUEST_URI - Static variable in class org.zkoss.web.Attributes
The included request URI; set by the servlet container.
INCLUDE_SERVLET_PATH - Static variable in class org.zkoss.web.Attributes
The included servlet path; set by the servlet container.
init() - Method in class org.zkoss.web.servlet.GenericFilter
A convenience method which can be overridden so that there's no need to call super.init(config).
init(FilterConfig) - Method in class org.zkoss.web.servlet.CharsetFilter
 
init(FilterConfig) - Method in class org.zkoss.web.servlet.GenericFilter
Called by the web container to indicate to a filter that it is being placed into service.
init(ExtendletConfig) - Method in class org.zkoss.web.util.resource.DspExtendlet
 
init(ExtendletConfig) - Method in interface org.zkoss.web.util.resource.Extendlet
Initializes the resource processor.
init(FilterConfig) - Method in interface org.zkoss.web.util.resource.Filter
Initializes the resource processor.
interpret(ServletContext, HttpServletRequest, HttpServletResponse, Writer, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Interprets the specified content based on the HTTP request.
interpret(ServletContext, HttpServletRequest, HttpServletResponse, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Interprets the specified content based on the HTTP request.
interpret(DspContext) - Method in interface org.zkoss.web.servlet.dsp.Interpretation
Interprets this interpretation of a DSP page, and generates the result to the output specified in DspContext.
interpret(DspContext, String, String, XelContext) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Interprets the specified content and generates the result to the output specified in DspContext.
Interpretation - Interface in org.zkoss.web.servlet.dsp
Defines an interpretation of a DSP page.
Interpreter - Class in org.zkoss.web.servlet.dsp
The interpreter of the DSP file.
Interpreter() - Constructor for class org.zkoss.web.servlet.dsp.Interpreter
Constructor.
invalidate() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
isAsyncStarted() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isAsyncStarted() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isAsyncSupported() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isAsyncSupported() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isBrowser(String, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the user agent is a browser of the specified type.
isBrowser(ServletRequest, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the client is a browser of the specified type.
isCommitted() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
isCommitted() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
isDebugJS() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns whether to debug JavaScript files.
isEffective() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns whether this tag is effective.
isEmpty() - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
isForwarded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Tests whether this page is forwarded by another page.
isIncluded() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns whether this page is included.
isIncluded() - Method in interface org.zkoss.web.servlet.dsp.DspContext
Returns whether this page is included.
isIncluded() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
isIncluded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Tests whether this page is included by another page.
isNew() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
isOfferExpired(String, int) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether a token returned by getLimitTimeOffer expired.
isPre() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns whether to preserve the white spaces, such as space.
isReady() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
isRequestedSessionIdFromCookie() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isRequestedSessionIdFromCookie() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
Deprecated. 
isRequestedSessionIdFromUrl() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
Deprecated. 
isRequestedSessionIdFromURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isSecure() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isSecure() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isSendRedirect() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
isServlet23() - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the current Web server supports Servlet 2.3 or above.
isServlet24() - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the current Web server supports Servlet 2.4 or above.
isServlet3() - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the current Web server supports Servlet 3.0 or above.
isShadow() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns whether this box has the shadow effect.
isSourceMapEnabled() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns whether source map is enabled or not.
isTrim() - Method in class org.zkoss.web.servlet.dsp.action.Choose
Returns whether to trim the result.
isTrim() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns whether to trim the result.
isTrim() - Method in class org.zkoss.web.servlet.dsp.action.If
Returns whether to trim the result.
isUniversalURL(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether a URL starts with xxx://, mailto:, about:, javascript:, data:, //
isUserInRole(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isUserInRole(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isValidPath(String) - Static method in class org.zkoss.web.servlet.http.Https
Returns whether the specified path is valid.

J

JAR - org.zkoss.web.theme.StandardTheme.ThemeOrigin
 

L

load(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
 
load(ResourceInfo) - Method in class org.zkoss.web.util.resource.ResourceLoader
 
loadProperties(String) - Static method in class org.zkoss.web.fn.ThemeFns
Loads a theme properties and apply them into the request scope.
loadProperties(ServletRequest, InputStream) - Static method in class org.zkoss.web.fn.ThemeProperties
Loads a properties file and apply them into the request scope
loadProperties(ServletRequest, String) - Static method in class org.zkoss.web.fn.ThemeProperties
Loads a properties file and apply them into the request scope
locate(Locale) - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
locate(ServletContext, ServletRequest, String, Locator) - Static method in class org.zkoss.web.servlet.Servlets
Locates a page based on the current Locale.
log(Exception, String) - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated. 
log(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
log(String, Throwable) - Method in class org.zkoss.web.portlet.PortletServletContext
 
login(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
login(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
logout() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
logout() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
LoopStatus - Interface in org.zkoss.web.servlet.dsp.action
Exposes the current status of an iteration.

M

markSetup(ServletRequest, boolean) - Static method in class org.zkoss.web.servlet.Charsets
matches(String) - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
Returns the information of the client if userAgent matches this client, or null if not matched.
MESSAGE_ID - Static variable in interface org.zkoss.web.mesg.MWeb
 
modifyPath(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Internal used only.
MWeb - Interface in org.zkoss.web.mesg
 

N

next() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
normalizePath(String) - Static method in class org.zkoss.web.servlet.http.Https
Returns the normalized path, or null if it is invalid.

O

org.zkoss.web - package org.zkoss.web
 
org.zkoss.web.fn - package org.zkoss.web.fn
 
org.zkoss.web.mesg - package org.zkoss.web.mesg
 
org.zkoss.web.portlet - package org.zkoss.web.portlet
 
org.zkoss.web.servlet - package org.zkoss.web.servlet
 
org.zkoss.web.servlet.dsp - package org.zkoss.web.servlet.dsp
 
org.zkoss.web.servlet.dsp.action - package org.zkoss.web.servlet.dsp.action
 
org.zkoss.web.servlet.dsp.action.html - package org.zkoss.web.servlet.dsp.action.html
 
org.zkoss.web.servlet.dsp.impl - package org.zkoss.web.servlet.dsp.impl
 
org.zkoss.web.servlet.http - package org.zkoss.web.servlet.http
 
org.zkoss.web.servlet.xel - package org.zkoss.web.servlet.xel
 
org.zkoss.web.theme - package org.zkoss.web.theme
 
org.zkoss.web.util.resource - package org.zkoss.web.util.resource
 
Otherwise - Class in org.zkoss.web.servlet.dsp.action
Represents the last alternative within a Choose action.
Otherwise() - Constructor for class org.zkoss.web.servlet.dsp.action.Otherwise
 
Out - Class in org.zkoss.web.servlet.dsp.action
Generates the specified value into a string.
Out() - Constructor for class org.zkoss.web.servlet.dsp.action.Out
 
OVERWRITE_URI - Static variable in class org.zkoss.web.portlet.Portlets
Whether to overwrite uri if both uri and params contain the same parameter.
OVERWRITE_URI - Static variable in class org.zkoss.web.servlet.Servlets
Whether to overwrite uri if both uri and params contain the same parameter.

P

Page - Class in org.zkoss.web.servlet.dsp.action
The page action used to set the page info, such as the content type.
Page() - Constructor for class org.zkoss.web.servlet.dsp.action.Page
 
PAGE_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The page scope.
PageContext - Interface in org.zkoss.web.servlet.xel
Represents a page context.
ParameterMap - Class in org.zkoss.web.servlet.xel
Represents a parameter map.
ParameterMap(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.ParameterMap
 
parse(InputStream, String, String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
It is called to parse the resource into an intermediate format depending on Extendlet.
parse(String, File, Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
Parses the specified file and returns the result which will be stored into the cache (ResourceCaches.get(org.zkoss.web.util.resource.ResourceCache<V>, jakarta.servlet.ServletContext, java.lang.String, java.lang.Object)).
parse(String, String, XelContext, Locator) - Method in class org.zkoss.web.servlet.dsp.impl.Parser
Parses the content into a meta format
parse(String, String, XelContext, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Parses a content to a meta format called Interpretation.
parse(String, URL, Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
Parser - Class in org.zkoss.web.servlet.dsp.impl
Used to parse a DSP page into a meta format called Interpretation.
Parser() - Constructor for class org.zkoss.web.servlet.dsp.impl.Parser
 
PASS_THRU_ATTR - Static variable in class org.zkoss.web.servlet.Servlets
Whether the specified parameters shall be passed thru the request attribute called arg.
PATH_PREFIX - Static variable in class org.zkoss.web.util.resource.ClassWebResource
The prefix of path of web resources ("/web").
pop() - Static method in class org.zkoss.web.servlet.xel.RequestContexts
Pops the context out and use the previous one as the current context.
PortletHttpSession - Class in org.zkoss.web.portlet
A facade of PortletSession for implementing HttpSession.
PortletModes - Class in org.zkoss.web.portlet
Utilities to handles PortletMode.
Portlets - Class in org.zkoss.web.portlet
Utilities to handle portlet.
Portlets() - Constructor for class org.zkoss.web.portlet.Portlets
 
PortletServletContext - Class in org.zkoss.web.portlet
A facade servlet context based on a given portlet context.
PortletServletDispatcher - Class in org.zkoss.web.portlet
A facade of a PortletRequestDispatch for implementing RequestDispatcher.
PREFERRED_2DIGITYEARSTART - Static variable in class org.zkoss.web.Attributes
The library property used to store the preferred 2DigitYearStart.
PREFERRED_DATE_FORMAT_INFO - Static variable in class org.zkoss.web.Attributes
The session attribute used to specify the class used to return the formats of date, time or both for datebox and timebox.
PREFERRED_FIRST_DAY_OF_WEEK - Static variable in class org.zkoss.web.Attributes
The session attribute used to store the preferred first-day-of-week.
PREFERRED_LOCALE - Static variable in class org.zkoss.web.Attributes
The session attribute used to store the preferred locale (Locale) in a session.
PREFERRED_TIME_ZONE - Static variable in class org.zkoss.web.Attributes
The session attribute used to store the preferred time zone (TimeZone) in a session.
push(RequestContext) - Static method in class org.zkoss.web.servlet.xel.RequestContexts
Pushes the context as the current context, such that it will be returned by RequestContexts.getCurrent().
put(String, Object) - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
putValue(String, Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated. 

R

register(Theme) - Method in interface org.zkoss.web.theme.ThemeRegistry
Register a theme, i.e. making the theme known to the web application Note: how to deal with duplicate registration is entirely up to the specific implementation of ThemeRegistry.
remove() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
remove(Object) - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
Remove - Class in org.zkoss.web.servlet.dsp.action
The remove action used to remove an attribute.
Remove() - Constructor for class org.zkoss.web.servlet.dsp.action.Remove
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
removeAttribute(String, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Removes the attribute of the specified scope.
removeExtendlet(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Removes the Extendlet (a.k.a., resource processor) for the specified extension.
removeExtendletContext(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Removes an extended context of the specified name.
removeFilter(String, Filter, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
Removes the filter (Filter) for the specified extension.
removeFromQueryString(StringBuffer, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Remove all name/value pairs of the specified name from a string.
removeFromQueryString(String, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Remove all name/value pairs of the specified name from a string.
removeValue(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated. 
removeValue(String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
removeValue(String) - Method in class org.zkoss.web.servlet.xel.RequestScope
 
removeValue(String) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Removes the specified key.
render(ActionContext) - Static method in class org.zkoss.web.fn.ServletFns
Renders the DSP fragment from EL.
render(ActionContext, boolean) - Method in interface org.zkoss.web.servlet.dsp.action.Action
Processes the action and renders the output to ActionContext.getOut().
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Choose
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Include
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Otherwise
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Page
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Remove
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Set
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.When
 
renderFragment(Writer) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Renders the nested fragment.
RenderHttpServletRequest - Class in org.zkoss.web.portlet
A facade of RenderRequest that implements HttpServletRequest.
RenderHttpServletResponse - Class in org.zkoss.web.portlet
A facade of RenderResponse that implements HttpServletRespose.
REQUEST_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The request scope.
RequestContext - Interface in org.zkoss.web.servlet.xel
The context used to simplify the signatures of XEL function.
RequestContexts - Class in org.zkoss.web.servlet.xel
RequestContexts maintains a stack of RequestContext to simplify the signatures of the XEL function.
RequestContexts() - Constructor for class org.zkoss.web.servlet.xel.RequestContexts
 
RequestScope - Class in org.zkoss.web.servlet.xel
Represents the request scope.
RequestScope(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestScope
 
RequestXelResolver - Class in org.zkoss.web.servlet.xel
A XEL variable resolver that is based on Servlet request, response, and EL.
RequestXelResolver(ServletContext, ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
 
RequestXelResolver(ServletContext, ServletRequest, ServletResponse) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
Request-based resolver.
RequestXelResolver(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
 
reset() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
reset() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
resetBuffer() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
resetBuffer() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
resetBuffer() - Method in class org.zkoss.web.servlet.BufferedResponse
Useful only if StringWriter or ByteArrayOutputStream is used to construct this object.
resetBuffer() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Useful only if StringWriter or ByteArrayOutputStream is used to construct this object.
resolveThemeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
Resolves a URL to point to resource served by the current theme.
resolveVariable(String) - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
 
resolveVariable(String) - Method in class org.zkoss.web.util.resource.ServletRequestResolver
 
ResourceCache<V> - Class in org.zkoss.web.util.resource
Used to cache Servlet resources.
ResourceCache(ResourceLoader<V>) - Constructor for class org.zkoss.web.util.resource.ResourceCache
Constructor.
ResourceCache(ResourceLoader<V>, int) - Constructor for class org.zkoss.web.util.resource.ResourceCache
Constructor.
ResourceCaches - Class in org.zkoss.web.util.resource
Utilities to load (and parse) the Servlet resource.
ResourceCaches() - Constructor for class org.zkoss.web.util.resource.ResourceCaches
 
ResourceHttpServletRequest - Class in org.zkoss.web.portlet
A facade of ResourceRequest that implements HttpServletRequest.
ResourceHttpServletResponse - Class in org.zkoss.web.portlet
A facade of ResourceResponse that implements HttpServletResponse.
ResourceLoader<V> - Class in org.zkoss.web.util.resource
ResourceLoader() - Constructor for class org.zkoss.web.util.resource.ResourceLoader
 

S

sanitizePath(String) - Static method in class org.zkoss.web.servlet.http.Https
Returns the path of the specified URI, or null if not found.
sendError(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
sendError(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
sendError(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
sendError(int, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
sendRedirect(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
sendRedirect(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
sendRedirect(String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
sendRedirect(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
Redirects to another page.
sendRedirect(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.http.Https
Redirects to another URL by prefixing the context path and encoding with encodeRedirectURL.
service(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.util.resource.ClassWebResource
Process the request by retrieving the path from the path info.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Process the request with the specified path.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.web.util.resource.DspExtendlet
 
service(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.web.util.resource.Extendlet
Process the specified request.
ServletContextLocator - Class in org.zkoss.web.util.resource
Locator based on ServletContext.
ServletContextLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletContextLocator(ServletContext, boolean) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletContextLocator(ServletContext, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletContextLocator(ServletContext, String, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletContextLocator(ServletContext, String, String, boolean) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletContextLocator(ServletContext, String, String, boolean, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletDspContext - Class in org.zkoss.web.servlet.dsp
A DSP context based on HTTP servlet request and response.
ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Writer, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
Constructor with the specified writer.
ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
Constructor.
ServletFns - Class in org.zkoss.web.fn
Providing servlet relevant functions for EL.
ServletFns() - Constructor for class org.zkoss.web.fn.ServletFns
 
ServletLabelLocator - Class in org.zkoss.web.util.resource
Used by Labels to load labels from a servlet context.
ServletLabelLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletLabelLocator
Constructs a locator where the properties file is decided by the library property called org.zkoss.util.label.web.location.
ServletLabelLocator(ServletContext, String) - Constructor for class org.zkoss.web.util.resource.ServletLabelLocator
Constructs a locator for the given path.
ServletOutputStreamWrapper - Class in org.zkoss.web.servlet
A facade of OutputStream for implementing ServletOutputStream.
ServletOutputStreamWrapper(Writer, String) - Constructor for class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
ServletPortletDispatcher - Class in org.zkoss.web.portlet
A facade of a RequestDispatch for implementing PortletRequestDispatcher.
ServletRequestResolver - Class in org.zkoss.web.util.resource
Used to resolve the variables defined in the request (such as DSP context and ZK's execution).
ServletRequestResolver() - Constructor for class org.zkoss.web.util.resource.ServletRequestResolver
 
Servlets - Class in org.zkoss.web.servlet
The servlet relevant utilities.
Servlets() - Constructor for class org.zkoss.web.servlet.Servlets
Utilities; no instantiation required.
Servlets.ClientIdentifier - Interface in org.zkoss.web.servlet
A plugin used to provide additional browser information for Servlets.getBrowser(jakarta.servlet.ServletRequest, java.lang.String).
SESSION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The session scope.
Set - Class in org.zkoss.web.servlet.dsp.action
The set action used to set an attribute.
Set() - Constructor for class org.zkoss.web.servlet.dsp.action.Set
 
setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the horizontal alignment.
setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the alignment.
setAlt(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the alt.
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.PortletServletContext
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
setAttribute(String, Object, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Sets the attribute of the specified scope.
setBegin(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the index of the item at which the iteration begins.
setBorder(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the border.
setBufferSize(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setBufferSize(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setCaption(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the caption.
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setClientIdentifier(Servlets.ClientIdentifier) - Static method in class org.zkoss.web.servlet.Servlets
Sets the client identifier that is used to assist Servlets.isBrowser(jakarta.servlet.ServletRequest, java.lang.String) to identify a client.
setColor(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the color.
setCompress(String[]) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets the extension that shall be compressed if the browser supports the compression encoding (accept-encoding).
setContentLength(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setContentLength(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setContentLengthLong(long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setContentLengthLong(long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setContentType(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setContentType(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Sets the content type.
setContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
Sets the content type.
setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Sets the content type of the output.
setContentType(String) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
setDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setDateHeader(String, long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setDebugJS(boolean) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets whether to debug JavaScript files.
setDisplayName(String) - Method in class org.zkoss.web.theme.StandardTheme
Rename the display name
setEncodeURLPrefix(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets the prefix used to encoding the URL.
setEnd(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the index of the item at which the iteration ends (inclusive).
setEscapeXML(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets whether to escape XML.
setExtraLocator(Locator) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets the extra locator.
setHeader(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setHeader(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setHeight(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the height.
setHspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the hspace.
setId(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the id attribute.
setIf(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Sets the if condition.
setInitParameter(String, String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
setIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setIntHeader(String, int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setItems(Object) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the attribute items.
setLocale(Locale) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setLocale(Locale) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setMappingURI(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Called by WebManager#setUpdateUri when WebManager is created by HttpSessionListener#contextInitialized
setMaxInactiveInterval(int) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
setMaxlength(int) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets the maxlength to output.
setName(String) - Method in class org.zkoss.web.theme.Theme
Rename the theme
setNbsp(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets whether to generate &nbsp; if the content is empty.
setOnclick(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the onclick.
setOptionalContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
Sets the optional content type.
setOut(Writer) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Changes the writer of this context to the specified one.
setOut(Writer) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
setPage(String) - Method in class org.zkoss.web.servlet.dsp.action.Include
Sets the page (URI).
setPre(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets whether to preserve the white spaces, such as space.
setPreferredLocale(HttpSession, Locale) - Static method in class org.zkoss.web.servlet.Charsets
Sets the preferred locale for the specified session.
setPreferredLocale(ServletContext, Locale) - Static method in class org.zkoss.web.servlet.Charsets
Sets the preferred locale for the specified servlet context.
setPriority(int) - Method in class org.zkoss.web.theme.StandardTheme
Adjust the priority of the theme
setSclass(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the style class.
setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
Sets the scope.
setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
Sets the scope.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.zkoss.web.portlet.PortletServletContext
 
setShadow(boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets whether this box has the shadow effect.
setSpacing(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the spacing.
setSrc(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the src (URL).
setStatus(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setStatus(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setStatus(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
Deprecated. 
setStatus(int, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
Deprecated. 
setStyle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the style.
setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
Sets the test result.
setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.When
Sets the test result.
setTheme(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.web.theme.ThemeResolver
Set the current intended theme name to the given one.
setThemeRegistry(ThemeRegistry) - Static method in class org.zkoss.web.fn.ThemeFns
Change the theme registry
setThemeResolver(ThemeResolver) - Static method in class org.zkoss.web.fn.ThemeFns
Change the current theme resolver
setTitle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the title.
setToQueryString(StringBuffer, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets the parameter (name=value) to a query string.
setToQueryString(StringBuffer, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets a map of parameters (name=value) to a query string.
setToQueryString(String, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets the parameter (name=value) to a query string.
setToQueryString(String, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets a map of parameters (name=value) to a query string.
setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Choose
Sets whether to trim the result.
setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets whether to trim the result.
setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
Sets whether to trim the result.
setUnless(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Sets the unless condition.
setup(HttpSession, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Charsets
Sets up the charset for the request and response based on Charsets.getPreferredLocale(HttpSession,ServletRequest).
setup(ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Charsets
Sets up the charset for the request and response based on Charsets.getPreferredLocale(HttpSession,ServletRequest).
setValue(Object) - Method in class org.zkoss.web.servlet.dsp.action.Set
Sets the attribute value.
setValue(String) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets the value.
setValue(String, Object) - Method in class org.zkoss.web.servlet.xel.RequestScope
 
setValue(String, String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
setValue(String, V) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Sets the value associated with the specified key.
setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the variable name used to iterate thru items.
setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
Sets the attribute name.
setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
Sets the attribute name.
setVarStatus(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the variable name used to hold the current iteration status.
setVspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the vspace.
setWidth(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the width.
setWidth(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the width.
setWriteListener(WriteListener) - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
shallCheck(String, long) - Method in class org.zkoss.web.util.resource.ExtendletLoader
 
shallCheck(ResourceInfo, long) - Method in class org.zkoss.web.util.resource.ResourceLoader
 
shallCompress(ServletRequest, String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Tests whether to compress the specified extension, e.g, "js" and "css".
size() - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
size() - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
StandardTheme - Class in org.zkoss.web.theme
A standard implementation of Theme.
StandardTheme() - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a default theme
StandardTheme(String) - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a standard theme
StandardTheme(String, String, int) - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a standard theme
StandardTheme(String, String, int, StandardTheme.ThemeOrigin) - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a standard theme
StandardTheme(String, StandardTheme.ThemeOrigin) - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a standard theme
StandardTheme.ThemeOrigin - Enum in org.zkoss.web.theme
Used to specify the origin of theme resources (e.g.
startAsync() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
startAsync() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
StringKeysMap<V> - Class in org.zkoss.web.servlet.xel
A skeletal implementation for Map to wrap something with enumeration of keys, which must be String.
StringKeysMap() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap
 
StringKeysMap.EntryIter - Class in org.zkoss.web.servlet.xel
The iterator class used to iterator the entries in this map.

T

Theme - Class in org.zkoss.web.theme
A Theme encapsulates theme-specific attributes.
Theme() - Constructor for class org.zkoss.web.theme.Theme
Instantiate a theme
Theme(String) - Constructor for class org.zkoss.web.theme.Theme
Instantiate a theme with the given name
ThemeFns - Class in org.zkoss.web.fn
Providing theme relevant functions for EL.
ThemeProperties - Class in org.zkoss.web.fn
A utility theme properties loader
ThemeRegistry - Interface in org.zkoss.web.theme
Used to store a list of themes available to the web application.
ThemeResolver - Interface in org.zkoss.web.theme
Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme selection via request and response.
TITLE - Static variable in class org.zkoss.web.Attributes
The title (String) of a servlet or a portal.
toDate(String) - Static method in class org.zkoss.web.servlet.http.Https
Converts a date string to a Date instance.
toPortletMode(String) - Static method in class org.zkoss.web.portlet.PortletModes
Returns the portlet mode of the specified name.
toScope(String) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
toString() - Method in class org.zkoss.web.servlet.dsp.action.Choose
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.If
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Include
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Otherwise
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Out
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Page
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Remove
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Set
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.When
 
toString() - Method in class org.zkoss.web.theme.Theme
 
toString() - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
toString(Date) - Static method in class org.zkoss.web.servlet.http.Https
Converts a data to a string complaint to HTTP protocol.
transform(String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS transform.

U

UID - Static variable in class org.zkoss.web.Version
 
upgrade(Class<T>) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
upgrade(Class<T>) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 

V

valueOf(String) - Static method in enum org.zkoss.web.theme.StandardTheme.ThemeOrigin
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zkoss.web.theme.StandardTheme.ThemeOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.zkoss.web
 

W

When - Class in org.zkoss.web.servlet.dsp.action
Represents an alternative within a Choose action.
When() - Constructor for class org.zkoss.web.servlet.dsp.action.When
 
wrap(Throwable) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, int) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, String) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
write(int) - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
write(HttpServletRequest, HttpServletResponse, Media, boolean, boolean) - Static method in class org.zkoss.web.servlet.http.Https
Write the specified media to HTTP response.

_

_config - Variable in class org.zkoss.web.servlet.GenericFilter
 
A B C D E F G H I J L M N O P R S T U V W _ 
All Classes All Packages