A C D E G H I L O P R S T V W Z

A

action(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zest.sys.ZestManager
Handles the action.
ActionContext - Interface in org.zkoss.zest
Represents an execution of an action.
ActionContextImpl - Class in org.zkoss.zest.sys.impl
The default implementation of ActionContext.
ActionContextImpl(HttpServletRequest, HttpServletResponse, VariableResolver, FunctionMapper) - Constructor for class org.zkoss.zest.sys.impl.ActionContextImpl
 
ActionDefinition - Interface in org.zkoss.zest.sys
The action definition.
ActionDefinitionImpl - Class in org.zkoss.zest.sys.impl
The default implementation of ActionDefinition, used by ParserImpl.
ActionDefinitionImpl(String, Class<?>, String, Map<String, ViewInfoProxy>) - Constructor for class org.zkoss.zest.sys.impl.ActionDefinitionImpl
 
ActionDefinitionImpl(String, String, String, Map<String, ViewInfoProxy>) - Constructor for class org.zkoss.zest.sys.impl.ActionDefinitionImpl
 

C

coerceParameters(ActionContext, Object) - Method in class org.zkoss.zest.sys.ZestManager
Coerces the request's parameters to action's corresponding fields.
Configuration - Interface in org.zkoss.zest.sys
Represents the ZEST configuration.
ConfigurationImpl - Class in org.zkoss.zest.sys.impl
The default implementation of Configuration.
ConfigurationImpl(ActionDefinition[], String[], ErrorHandler, VariableResolver, FunctionMapper) - Constructor for class org.zkoss.zest.sys.impl.ConfigurationImpl
 

D

destroy() - Method in class org.zkoss.zest.sys.ZestFilter
 
destroy() - Method in class org.zkoss.zest.sys.ZestManager
Destroyes the manager.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zest.sys.ZestFilter
 

E

equals(Object) - Method in class org.zkoss.zest.sys.ExValue
 
ErrorHandler - Interface in org.zkoss.zest.sys
The error handler for handling exceptions thrown when processing a request.
ErrorHandlerImpl - Class in org.zkoss.zest.sys.impl
The default implementation of ErrorHandler.
ErrorHandlerImpl() - Constructor for class org.zkoss.zest.sys.impl.ErrorHandlerImpl
 
evaluate(Expression) - Method in interface org.zkoss.zest.ActionContext
Evaluates the expression.
evaluate(Expression) - Method in class org.zkoss.zest.sys.impl.ActionContextImpl
 
execute(ActionContext, Object) - Method in interface org.zkoss.zest.sys.ActionDefinition
Invokes the action.
execute(ActionContext, Object) - Method in class org.zkoss.zest.sys.impl.ActionDefinitionImpl
 
ExValue - Class in org.zkoss.zest.sys
Used to represent a string value that might contain an expression.
ExValue(String, Class) - Constructor for class org.zkoss.zest.sys.ExValue
Constructor.

G

getAction(ActionContext) - Method in interface org.zkoss.zest.sys.ActionDefinition
Returns the action if the specified request matches this action definition, or null if not matched.
getAction(ActionContext) - Method in class org.zkoss.zest.sys.impl.ActionDefinitionImpl
 
getActionDefinitions() - Method in interface org.zkoss.zest.sys.Configuration
Returns an array of ActionDefinition that have been defined
getActionDefinitions() - Method in class org.zkoss.zest.sys.impl.ConfigurationImpl
 
getErrorCode() - Method in interface org.zkoss.zest.sys.ViewInfo
Returns the error code.
getErrorHandler() - Method in interface org.zkoss.zest.sys.Configuration
Returns the error handler, or null if not available.
getErrorHandler() - Method in class org.zkoss.zest.sys.impl.ConfigurationImpl
 
getErrorMessage() - Method in interface org.zkoss.zest.sys.ViewInfo
Returns the error message, or null if not associated with a custom error message.
getExpectedType() - Method in class org.zkoss.zest.sys.ExValue
Returns the expected type.
getExpressionFactory() - Method in class org.zkoss.zest.sys.impl.ActionContextImpl
Returns the expression factory.
getExtensions() - Method in interface org.zkoss.zest.sys.Configuration
Returns the extensions that will be processed.
getExtensions() - Method in class org.zkoss.zest.sys.impl.ConfigurationImpl
 
getFunctionMapper() - Method in interface org.zkoss.zest.ActionContext
Returns the function mapper, or null if not available.
getFunctionMapper() - Method in interface org.zkoss.zest.sys.Configuration
Returns the function mapper defined in the configuration, or null if not available.
getFunctionMapper() - Method in class org.zkoss.zest.sys.impl.ActionContextImpl
 
getFunctionMapper() - Method in class org.zkoss.zest.sys.impl.ConfigurationImpl
 
getManager(ServletContext) - Static method in class org.zkoss.zest.sys.ZestManager
Returns the manager associated with the context, or null if not initialized yet.
getRawValue() - Method in class org.zkoss.zest.sys.ExValue
Returns the raw value.
getRequestPath() - Method in interface org.zkoss.zest.ActionContext
Returns the request's path (a concontenation of HttpServletRequest.getServletPath() and getRequestPath()).
getRequestPath() - Method in class org.zkoss.zest.sys.impl.ActionContextImpl
 
getServletContext() - Method in class org.zkoss.zest.sys.ZestManager
Returns the servlet context that this manager is associated with
getServletRequest() - Method in interface org.zkoss.zest.ActionContext
Returns the request.
getServletRequest() - Method in class org.zkoss.zest.sys.impl.ActionContextImpl
 
getServletResponse() - Method in interface org.zkoss.zest.ActionContext
Returns the response.
getServletResponse() - Method in class org.zkoss.zest.sys.impl.ActionContextImpl
 
getURI() - Method in interface org.zkoss.zest.sys.ViewInfo
Returns the URI to forward or redirect to.
getValue(ActionContext) - Method in class org.zkoss.zest.sys.ExValue
Returns the value after evaluation.
getVariableResolver() - Method in interface org.zkoss.zest.ActionContext
Returns the variable resolver (never null).
getVariableResolver() - Method in interface org.zkoss.zest.sys.Configuration
Returns the variable resolver defined in the configuration, or null if not available.
getVariableResolver() - Method in class org.zkoss.zest.sys.impl.ActionContextImpl
 
getVariableResolver() - Method in class org.zkoss.zest.sys.impl.ConfigurationImpl
 
getViewInfo(ActionContext, String) - Method in interface org.zkoss.zest.sys.ActionDefinition
Returns the URI for the given result, or null if not matched.
getViewInfo(ActionContext, String) - Method in class org.zkoss.zest.sys.impl.ActionDefinitionImpl
 
getViewInfo(ActionContext) - Method in class org.zkoss.zest.sys.impl.ViewInfoProxy
 
getViewType() - Method in interface org.zkoss.zest.sys.ViewInfo
Returns the type of the view.

H

hashCode() - Method in class org.zkoss.zest.sys.ExValue
 

I

init(FilterConfig) - Method in class org.zkoss.zest.sys.ZestFilter
 
init(ServletContext, Parser) - Method in class org.zkoss.zest.sys.ZestManager
Initializes the manager.
isExpression() - Method in class org.zkoss.zest.sys.ExValue
Tests whether it is an expression.

L

loadConfiguration(Parser, String) - Method in class org.zkoss.zest.sys.ZestManager
Loads the configuration.

O

onError(ActionContext, Object, Throwable) - Method in interface org.zkoss.zest.sys.ErrorHandler
Called when an exception is thrown.
onError(ActionContext, Object, Throwable) - Method in class org.zkoss.zest.sys.impl.ErrorHandlerImpl
Handles the error.
onParamError(ActionContext, Object, String, String, Throwable) - Method in interface org.zkoss.zest.sys.ErrorHandler
Called when an exception is thrown when coercing a request parameter to be stored in an action.
onParamError(ActionContext, Object, String, String, Throwable) - Method in class org.zkoss.zest.sys.impl.ErrorHandlerImpl
Handles the error when processing the request's parameter.
org.zkoss.zest - package org.zkoss.zest
 
org.zkoss.zest.sys - package org.zkoss.zest.sys
 
org.zkoss.zest.sys.impl - package org.zkoss.zest.sys.impl
 

P

ParameterIgnored - Interface in org.zkoss.zest
A decorator interface that might be implemented by an action to indicate the request's paramters shall not be converted to the action.
parse(URL, Locator) - Method in class org.zkoss.zest.sys.impl.ParserImpl
 
parse(Element, Locator) - Method in class org.zkoss.zest.sys.impl.ParserImpl
Parses the specified root element.
parse(URL, Locator) - Method in interface org.zkoss.zest.sys.Parser
Parses the specified configuration file.
parseExpression(String, Class) - Method in interface org.zkoss.zest.ActionContext
Prepares the expression.
parseExpression(String, Class) - Method in class org.zkoss.zest.sys.impl.ActionContextImpl
 
Parser - Interface in org.zkoss.zest.sys
The parser used to parse the configuration file, WEB-INF/zest.xml.
ParserImpl - Class in org.zkoss.zest.sys.impl
The default implementation of the parser of the configuration file (/WEB-INF/zest.xml).
ParserImpl() - Constructor for class org.zkoss.zest.sys.impl.ParserImpl
 
pathIgnored(String, String, String[]) - Method in class org.zkoss.zest.sys.ZestManager
Returns whether the given path shall be ignored.

R

RELEASE - Static variable in class org.zkoss.zest.Version
The release version.

S

setExpectedType(Class) - Method in class org.zkoss.zest.sys.ExValue
Sets the expected type.
setRawValue(String) - Method in class org.zkoss.zest.sys.ExValue
Sets the raw value.

T

toString() - Method in class org.zkoss.zest.sys.ExValue
 
toString() - Method in class org.zkoss.zest.sys.impl.ViewInfoProxy
 

V

valueOf(String) - Static method in enum org.zkoss.zest.sys.ViewInfo.ViewType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zkoss.zest.sys.ViewInfo.ViewType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.zkoss.zest
The ZEST version info.
Version() - Constructor for class org.zkoss.zest.Version
 
ViewInfo - Interface in org.zkoss.zest.sys
The information of the view.
ViewInfo.ViewType - Enum in org.zkoss.zest.sys
The types of the view.
ViewInfoProxy - Class in org.zkoss.zest.sys.impl
Used to hold ViewInfo and evaluate the EL expressions it might have.
ViewInfoProxy(String, String) - Constructor for class org.zkoss.zest.sys.impl.ViewInfoProxy
 

W

wrap(Throwable) - Static method in class org.zkoss.zest.ZestException.Aide
Converts an exception to ZestException or OperationException depending on whether t implements Expetable.
wrap(Throwable, String) - Static method in class org.zkoss.zest.ZestException.Aide
Converts an exception to ZestException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.zest.ZestException.Aide
Converts an exception to ZestException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.zest.ZestException.Aide
Converts an exception to ZestException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int) - Static method in class org.zkoss.zest.ZestException.Aide
Converts an exception to ZestException or OperationException depending on whether t implements Expetable.

Z

ZestException - Exception in org.zkoss.zest
Represents a ZEST runtime exception.
ZestException(String, Throwable) - Constructor for exception org.zkoss.zest.ZestException
 
ZestException(String) - Constructor for exception org.zkoss.zest.ZestException
 
ZestException(Throwable) - Constructor for exception org.zkoss.zest.ZestException
 
ZestException() - Constructor for exception org.zkoss.zest.ZestException
 
ZestException(int, Object[], Throwable) - Constructor for exception org.zkoss.zest.ZestException
 
ZestException(int, Object, Throwable) - Constructor for exception org.zkoss.zest.ZestException
 
ZestException(int, Object[]) - Constructor for exception org.zkoss.zest.ZestException
 
ZestException(int, Object) - Constructor for exception org.zkoss.zest.ZestException
 
ZestException(int, Throwable) - Constructor for exception org.zkoss.zest.ZestException
 
ZestException(int) - Constructor for exception org.zkoss.zest.ZestException
 
ZestException.Aide - Class in org.zkoss.zest
Utilities to wrap ZestException.
ZestException.Aide() - Constructor for class org.zkoss.zest.ZestException.Aide
 
ZestFilter - Class in org.zkoss.zest.sys
The ZEST filter to match URL, instantiate actions, invoke actions and forward to a view.
ZestFilter() - Constructor for class org.zkoss.zest.sys.ZestFilter
 
ZestManager - Class in org.zkoss.zest.sys
The core of ZEST that matches URL, instantiates actions, invokes actions and forwards to a view.
ZestManager() - Constructor for class org.zkoss.zest.sys.ZestManager
Constructor.

A C D E G H I L O P R S T V W Z

Copyright © 2005-2010 Potix Corporation. All Rights Reserved.