Index

A C D E G H I O P R S U V Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ApplicationScope - Class in org.zkoss.spring.web.context.request
ZK WebApp scope; accessible only in ZK event handling request.
ApplicationScope() - Constructor for class org.zkoss.spring.web.context.request.ApplicationScope
 

C

ComponentScope - Class in org.zkoss.spring.web.context.request
Deprecated.
obsolete since 4.0.0
ComponentScope() - Constructor for class org.zkoss.spring.web.context.request.ComponentScope
Deprecated.
 
CoreVariableResolver - Class in org.zkoss.spring.init
VariableResolver for the ZK Spring Core module.
CoreVariableResolver() - Constructor for class org.zkoss.spring.init.CoreVariableResolver
 
CoreWebAppInit - Class in org.zkoss.spring.init
Register spring core related variable resolver, configured in "zkspring-core.jar:metainfo/zk/config.xml".
CoreWebAppInit() - Constructor for class org.zkoss.spring.init.CoreWebAppInit
 

D

DelegatingVariableResolver - Class in org.zkoss.spring
Deprecated.
As of release 4.0 obsolete. Implemented identically super class DelegatingVariableResolver

DelegatingVariableResolver for resolving Spring beans, Spring Security variables.

It delegates variable resolving to ZK Spring core, ZK Spring Security Resolver if they are on application classpath.

Usage:
<?variable-resolver class="org.zkoss.spring.DelegatingVariableResolver"?>

Developers can specify a list of class names separated with comma in a library property called org.zkoss.spring.VariableResolver.class, such they are used as the default variable resolvers.

DelegatingVariableResolver() - Constructor for class org.zkoss.spring.DelegatingVariableResolver
Deprecated.
 
DesktopScope - Class in org.zkoss.spring.web.context.request
ZK Desktop scope; accessible only in ZK event handling request.
DesktopScope() - Constructor for class org.zkoss.spring.web.context.request.DesktopScope
 

E

equals(Object) - Method in class org.zkoss.spring.init.CoreVariableResolver
 
ExecutionScope - Class in org.zkoss.spring.web.context.request
ZK Execution scope; accessible only in one ZK execution(e.g.
ExecutionScope() - Constructor for class org.zkoss.spring.web.context.request.ExecutionScope
 

G

get(String, ObjectFactory) - Method in class org.zkoss.spring.web.context.request.ApplicationScope
 
get(String, ObjectFactory<?>) - Method in class org.zkoss.spring.web.context.request.ComponentScope
Deprecated.
 
get(String, ObjectFactory<?>) - Method in class org.zkoss.spring.web.context.request.DesktopScope
 
get(String, ObjectFactory<?>) - Method in class org.zkoss.spring.web.context.request.ExecutionScope
 
get(String, ObjectFactory<?>) - Method in class org.zkoss.spring.web.context.request.IdSpaceScope
Deprecated.
 
get(String, ObjectFactory<?>) - Method in class org.zkoss.spring.web.context.request.PageScope
Deprecated.
 
getApplicationContext() - Method in class org.zkoss.spring.init.CoreVariableResolver
Get the spring application context.
getApplicationContext() - Static method in class org.zkoss.spring.SpringUtil
Get the current spring application context.
getBean(String) - Static method in class org.zkoss.spring.SpringUtil
Get the spring bean by the specified name.
getBean(String, Class) - Static method in class org.zkoss.spring.SpringUtil
Get the spring bean by the specified name and class.
getConversationId() - Method in class org.zkoss.spring.web.context.request.ApplicationScope
 
getConversationId() - Method in class org.zkoss.spring.web.context.request.ComponentScope
Deprecated.
 
getConversationId() - Method in class org.zkoss.spring.web.context.request.DesktopScope
 
getConversationId() - Method in class org.zkoss.spring.web.context.request.ExecutionScope
 
getConversationId() - Method in class org.zkoss.spring.web.context.request.IdSpaceScope
Deprecated.
 
getConversationId() - Method in class org.zkoss.spring.web.context.request.PageScope
Deprecated.
 

H

hashCode() - Method in class org.zkoss.spring.init.CoreVariableResolver
 

I

IdSpaceScope - Class in org.zkoss.spring.web.context.request
Deprecated.
obsolete since 4.0.0
IdSpaceScope() - Constructor for class org.zkoss.spring.web.context.request.IdSpaceScope
Deprecated.
 
init() - Method in class org.zkoss.spring.config.ZkSpringNamespaceHandler
 
init(WebApp) - Method in class org.zkoss.spring.init.CoreWebAppInit
 

O

org.zkoss.spring - package org.zkoss.spring
This package contains interface and classes to support integrating ZK and Spring core and Spring Security.
org.zkoss.spring.config - package org.zkoss.spring.config
This package contains classes for ZK Spring core namespace support
org.zkoss.spring.init - package org.zkoss.spring.init
This package contains classes that support ZK Spring core initialization during deployment.
org.zkoss.spring.web.context.request - package org.zkoss.spring.web.context.request
This package contains classes to supports ZK Spring core scopes

P

PageScope - Class in org.zkoss.spring.web.context.request
Deprecated.
obsolete since 4.0.0
PageScope() - Constructor for class org.zkoss.spring.web.context.request.PageScope
Deprecated.
 
parse(Element, ParserContext) - Method in class org.zkoss.spring.config.ZkConfigDefinitionParser
 

R

registerDestructionCallback(String, Runnable) - Method in class org.zkoss.spring.web.context.request.ApplicationScope
 
registerDestructionCallback(String, Runnable) - Method in class org.zkoss.spring.web.context.request.ComponentScope
Deprecated.
 
registerDestructionCallback(String, Runnable) - Method in class org.zkoss.spring.web.context.request.DesktopScope
 
registerDestructionCallback(String, Runnable) - Method in class org.zkoss.spring.web.context.request.ExecutionScope
 
registerDestructionCallback(String, Runnable) - Method in class org.zkoss.spring.web.context.request.IdSpaceScope
Deprecated.
 
registerDestructionCallback(String, Runnable) - Method in class org.zkoss.spring.web.context.request.PageScope
Deprecated.
 
remove(String) - Method in class org.zkoss.spring.web.context.request.ApplicationScope
 
remove(String) - Method in class org.zkoss.spring.web.context.request.ComponentScope
Deprecated.
 
remove(String) - Method in class org.zkoss.spring.web.context.request.DesktopScope
 
remove(String) - Method in class org.zkoss.spring.web.context.request.ExecutionScope
 
remove(String) - Method in class org.zkoss.spring.web.context.request.IdSpaceScope
Deprecated.
 
remove(String) - Method in class org.zkoss.spring.web.context.request.PageScope
Deprecated.
 
resolveContextualObject(String) - Method in class org.zkoss.spring.web.context.request.ApplicationScope
 
resolveContextualObject(String) - Method in class org.zkoss.spring.web.context.request.ComponentScope
Deprecated.
 
resolveContextualObject(String) - Method in class org.zkoss.spring.web.context.request.DesktopScope
 
resolveContextualObject(String) - Method in class org.zkoss.spring.web.context.request.ExecutionScope
 
resolveContextualObject(String) - Method in class org.zkoss.spring.web.context.request.IdSpaceScope
Deprecated.
 
resolveContextualObject(String) - Method in class org.zkoss.spring.web.context.request.PageScope
Deprecated.
 
RESOLVER_CLASS - Static variable in class org.zkoss.spring.init.CoreWebAppInit
 
resolveVariable(String) - Method in class org.zkoss.spring.init.CoreVariableResolver
Get the spring bean by the specified name.

S

SpringUtil - Class in org.zkoss.spring
SpringUtil, a Spring utility.
SpringUtil() - Constructor for class org.zkoss.spring.SpringUtil
 

U

UID - Static variable in class org.zkoss.spring.Version
Returns the version UID.

V

Version - Class in org.zkoss.spring
The version of ZK Spring Integration library.
Version() - Constructor for class org.zkoss.spring.Version
 

Z

ZK_SCOPE_CONFIG - Static variable in class org.zkoss.spring.config.ZkConfigDefinitionParser
 
ZkConfigDefinitionParser - Class in org.zkoss.spring.config
Register zk specific scopes
ZkConfigDefinitionParser() - Constructor for class org.zkoss.spring.config.ZkConfigDefinitionParser
 
ZkScopesConfigurer - Class in org.zkoss.spring.config
Register zk specific scopes
ZkScopesConfigurer() - Constructor for class org.zkoss.spring.config.ZkScopesConfigurer
 
ZkSpringNamespaceHandler - Class in org.zkoss.spring.config
Registers the bean definition parsers for the ZK + Spring namespace.
ZkSpringNamespaceHandler() - Constructor for class org.zkoss.spring.config.ZkSpringNamespaceHandler
 

_

_ctx - Variable in class org.zkoss.spring.init.CoreVariableResolver
 
A C D E G H I O P R S U V Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form