org.zkoss.zest.sys
Interface Configuration

All Known Implementing Classes:
ConfigurationImpl

public interface Configuration

Represents the ZEST configuration.

Author:
tomyeh

Method Summary
 ActionDefinition[] getActionDefinitions()
          Returns an array of ActionDefinition that have been defined
 ErrorHandler getErrorHandler()
          Returns the error handler, or null if not available.
 java.lang.String[] getExtensions()
          Returns the extensions that will be processed.
 org.zkoss.xel.FunctionMapper getFunctionMapper()
          Returns the function mapper defined in the configuration, or null if not available.
 org.zkoss.xel.VariableResolver getVariableResolver()
          Returns the variable resolver defined in the configuration, or null if not available.
 

Method Detail

getActionDefinitions

ActionDefinition[] getActionDefinitions()
Returns an array of ActionDefinition that have been defined


getExtensions

java.lang.String[] getExtensions()
Returns the extensions that will be processed. If a request's path does not match any of the extensions, it will be ignored by ZEST (and handled as if ZEST is not available).


getErrorHandler

ErrorHandler getErrorHandler()
Returns the error handler, or null if not available. Then, the exception will be thrown up to the container.


getFunctionMapper

org.zkoss.xel.FunctionMapper getFunctionMapper()
Returns the function mapper defined in the configuration, or null if not available.


getVariableResolver

org.zkoss.xel.VariableResolver getVariableResolver()
Returns the variable resolver defined in the configuration, or null if not available.



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