A B C D E G H I L N O P R S T U V Z _

A

abortResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
abortResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
abortResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
abortResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
AcegiSecurityContextListener - Class in org.zkoss.zkplus.acegi
Listener to copy servlet thread ThreadLocal, securityContext, over to event thread ThreadLocal and handle Acegi Authentication Exception occured in Event handling (e.g.
AcegiSecurityContextListener() - Constructor for class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
addBinding(Component, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addBinding(Component, String, String, String[], String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addBinding(Component, String, String, String[], String[], String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addBinding(Component, String, String, List, String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addBinding(Component, String, String, List, List, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addCollectionItem(String, CollectionItem) - Method in class org.zkoss.zkplus.databind.DataBinder
Adds a CollectionItem for this comp.
afterPropertiesSet() - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
AnnotateDataBinder - Class in org.zkoss.zkplus.databind
The DataBinder that reads ZUML annotations to create binding info.
AnnotateDataBinder(Desktop) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the components inside the specified desktop.
AnnotateDataBinder(Page) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the components inside the specified page.
AnnotateDataBinder(Component) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations in the components inside the specified component (inclusive).
AnnotateDataBinder(Component[]) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the given components array.
AnnotateDataBinder(Desktop, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the components inside the specified desktop.
AnnotateDataBinder(Page, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the components inside the specified page.
AnnotateDataBinder(Component[], boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the given component array.
AnnotateDataBinder(Component, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations in the components inside the specified component (inclusive).
AnnotateDataBinderInit - Class in org.zkoss.zkplus.databind
This initiator class do following things: new an AnnotateDataBinder instance.
AnnotateDataBinderInit() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 

B

beforeResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
bindBean(String, Object) - Method in class org.zkoss.zkplus.databind.DataBinder
Bind a real bean object to the specified beanid.
Binding - Class in org.zkoss.zkplus.databind
A Data Binding that associate component+attr to an bean expression.
BindingListModel - Interface in org.zkoss.zkplus.databind
This interface defines the methods used by DataBinder.
BindingSaveEvent - Class in org.zkoss.zkplus.databind
Event used when DataBinder send "onBindingSave" events.
BindingSaveEvent(String, Component, Component, Binding, Object) - Constructor for class org.zkoss.zkplus.databind.BindingSaveEvent
Constructs a binding-relevant event.

C

cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
cleanup(WebApp) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
 
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
 
cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
closeSession() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
Wrapping HibernateUtil.getSessionFactory().getCurrentSession().close() into a simple API.
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.ListModelConverter
Convert a BindingListModel to Set, Map, List, or BindingListModel (itself).
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedItemConverter
 
coerceToBean(Object, Component) - Method in interface org.zkoss.zkplus.databind.TypeConverter
Convert an value object to bean property type.
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.ListModelConverter
Convert a Set, Map, List, Object[], Enum, or other kind of BindingListModel to associated BindingListModel.
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
 
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedItemConverter
 
coerceToUi(Object, Component) - Method in interface org.zkoss.zkplus.databind.TypeConverter
Convert an value object to UI component attribute type.
CollectionItem - Interface in org.zkoss.zkplus.databind
The CollectionItem is used by DataBinder and provides an interface for collection component to interact with the DataBinder such as Grid or Listbox.
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationEntryPoint
This implmentation forward request to onAcegiLogin command.
complete(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
complete(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
complete(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
currentSession() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
Wrapping HibernateUtil.getSessionFactory().getCurrentSession() into a simple API.

D

DataBinder - Class in org.zkoss.zkplus.databind
The DataBinder used for binding ZK UI component and the backend data bean.
DataBinder() - Constructor for class org.zkoss.zkplus.databind.DataBinder
 
DelegatingVariableResolver - Class in org.zkoss.zkplus.seasar
DelegatingVariableResolver, a seasar2 bean variable resolver.
DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.seasar.DelegatingVariableResolver
 
DelegatingVariableResolver - Class in org.zkoss.zkplus.spring
DelegatingVariableResolver, a spring bean variable resolver.
DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.spring.DelegatingVariableResolver
 
destroy() - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
doAfterCompose(Page) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 
doCatch(Throwable) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
doFinally() - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 
doInit(Page, Object[]) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 

E

existBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Whether this component and attribute associated with a binding.
existsBindings(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Whether this component associated with any bindings.

G

getApplicationContext() - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
Get the spring application context.
getApplicationContext() - Static method in class org.zkoss.zkplus.spring.SpringUtil
Get the spring application context.
getAttr() - Method in class org.zkoss.zkplus.databind.Binding
Get component attribute name.
getBean(String) - Static method in class org.zkoss.zkplus.spring.SpringUtil
Get the spring bean by the specified name.
getBean(String, Class) - Static method in class org.zkoss.zkplus.spring.SpringUtil
Get the spring bean by the specified name and class.
getBinder() - Method in class org.zkoss.zkplus.databind.Binding
Gets the associated Data Binder of this Binding.
getBinding() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
Gets the associate binding of this event.
getBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Given component and attr, return the associated Binding.
getBindingCollectionItem(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Returns a CollectionItem by the comp accordingly.
getBindings(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Given component, return the associated list of Bindings.
getComponent() - Method in class org.zkoss.zkplus.databind.Binding
Gets the associated Component of this Binding.
getComponentAtIndexByOwner(Component, int) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Returns the component by the index in the comp's children.
getComponentCollectionOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Returns the component's owner.
getConverter() - Method in class org.zkoss.zkplus.databind.Binding
Get the TypeConverter.
getErrorPage() - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
 
getExpression() - Method in class org.zkoss.zkplus.databind.Binding
Get bean expression, e.g. a.b.c.
getLoadWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
Get load-when event expression set.
getModelByOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Returns the component model as ListModel
getReference() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
Gets the reference component that "trigger" sending of this event.
getSaveWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
Get save-when event expression.
getSessionFactory() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
Get the singleton hibernate Session Factory.
getValue() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
Gets the value to be saved after "onBindingSave" event.

H

handle(ServletRequest, ServletResponse, AccessDeniedException) - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
 
handleOtherException(Execution, Throwable) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
Default other exception (other than StaleObjectStateException) handler.
handleStaleObjectStateException(Execution, StaleObjectStateException) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
Default StaleObjectStateException handler.
HibernateSessionContextListener - Class in org.zkoss.zkplus.hibernate
Listener to make sure each ZK thread got the same hibernat session context; used with Hibernate's "thread" session context (org.hibernate.context.ThreadLocalSessionContext).
HibernateSessionContextListener() - Constructor for class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
HibernateSessionFactoryListener - Class in org.zkoss.zkplus.hibernate
Listener to init and cleanup the hibernate session factory automatically.
HibernateSessionFactoryListener() - Constructor for class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
 
HibernateUtil - Class in org.zkoss.zkplus.hibernate
Utitlity to access Hibernate Session.
HibernateUtil() - Constructor for class org.zkoss.zkplus.hibernate.HibernateUtil
 

I

indexOf(Object) - Method in interface org.zkoss.zkplus.databind.BindingListModel
Returns index of the given object inside a ListModel.
init(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
init(FilterConfig) - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
init() - Method in class org.zkoss.zkplus.databind.DataBinder
 
init(Execution, Execution) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
init(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
init(WebApp) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
 
init(Execution, Execution) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
 
init(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
init(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
isDefaultConfig() - Method in class org.zkoss.zkplus.databind.DataBinder
Whether use the default binding configuration.
isLoadable() - Method in class org.zkoss.zkplus.databind.Binding
Whether the binding is loadable.
isSavable() - Method in class org.zkoss.zkplus.databind.Binding
Whether the binding is savable.

L

ListModelConverter - Class in org.zkoss.zkplus.databind
The TypeConverter implmentation for converting collection to ListModel and vice versa.
ListModelConverter() - Constructor for class org.zkoss.zkplus.databind.ListModelConverter
 
loadAll() - Method in class org.zkoss.zkplus.databind.DataBinder
Load all value from data beans to UI components.
loadAttribute(Component) - Method in class org.zkoss.zkplus.databind.Binding
load bean value into the attribute of the specified component.
loadAttribute(Component, Object) - Method in class org.zkoss.zkplus.databind.Binding
load bean value into the attribute of the specified component.
loadAttribute(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Load value from the data bean property to a specified attribute of the UI component.
loadComponent(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Load values from the data bean properties to all attributes of a specified UI component.
loadPropertyAnnotation(Component, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
 

N

NULLIFY - Static variable in class org.zkoss.zkplus.databind.DataBinder
 

O

obtainPassword(HttpServletRequest) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
obtainUsername(HttpServletRequest) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
onEvent(Event) - Method in class org.zkoss.zkplus.acegi.ShowWindowEventListener
 
OpenSessionInViewListener - Class in org.zkoss.zkplus.hibernate
Listener to init and cleanup the hibernate session automatically, implement the Hibernate's "Open Session In View" pattern without JTA support.
OpenSessionInViewListener() - Constructor for class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
 
org.zkoss.zkplus.acegi - package org.zkoss.zkplus.acegi
Utilities to support Acegi Security System
org.zkoss.zkplus.databind - package org.zkoss.zkplus.databind
The DataBinder used for binding ZK UI component and the backend data bean.
org.zkoss.zkplus.hibernate - package org.zkoss.zkplus.hibernate
Utilities to support Hibernate.
org.zkoss.zkplus.seasar - package org.zkoss.zkplus.seasar
Utilities to support Seasar Framework.
org.zkoss.zkplus.spring - package org.zkoss.zkplus.spring
Utilities to support Spring Application Framework.
org.zkoss.zkplus.util - package org.zkoss.zkplus.util
Utilities that can be applied to several situations.

P

prepare(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
prepare(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
prepare(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
prepare(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 

R

RadiogroupSelectedItemConverter - Class in org.zkoss.zkplus.databind
Convert Radiogroup selected item to radio value and vice versa.
RadiogroupSelectedItemConverter() - Constructor for class org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
 
rememberMeRequested(HttpServletRequest, String) - Method in class org.zkoss.zkplus.acegi.ZkTokenBasedRememberMeServices
 
removeBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Remove the binding associated with the attribute of the component.
requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
resolveVariable(String) - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
Get the seasar component by the specified name.
resolveVariable(String) - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
Get the spring bean by the specified name.

S

saveAll() - Method in class org.zkoss.zkplus.databind.DataBinder
Save all values from UI components to beans.
saveAttribute(Component) - Method in class org.zkoss.zkplus.databind.Binding
save into bean value from the attribute of the specified component.
saveAttribute(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Save value from a specified attribute of the UI component to a data bean property.
saveComponent(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Save values from all attributes of a specified UI component to data bean properties.
SelectedItemConverter - Class in org.zkoss.zkplus.databind
Convert selected item to bean and vice versa.
SelectedItemConverter() - Constructor for class org.zkoss.zkplus.databind.SelectedItemConverter
 
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
setDefaultConfig(boolean) - Method in class org.zkoss.zkplus.databind.DataBinder
Whether use the default binding configuration.
setErrorPage(String) - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
 
setSendZkEventAfterSuccessfulAuthentication(boolean) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
Whether re-send the ZK event that caused poping the login window after authentication successfully.
setupBindingRenderer(Component, DataBinder) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Sets the binding renderer for the template component such as Listitem or Row.
setupTemplateComponent(Component, Object) - Method in class org.zkoss.zkplus.databind.DataBinder
Sets up the specified comp and its decendents to be as template (or not)
ShowWindowEventListener - Class in org.zkoss.zkplus.acegi
The default listener to show a modal window for login and other things.
ShowWindowEventListener() - Constructor for class org.zkoss.zkplus.acegi.ShowWindowEventListener
 
SpringTransactionSynchronizationListener - Class in org.zkoss.zkplus.spring
Listener to make sure each ZK thread got the same ThreadLocal value of the spring's org.springframework.transaction.support.TransactionSynchronizationManager; especially those thread bound resources.
SpringTransactionSynchronizationListener() - Constructor for class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
SpringUtil - Class in org.zkoss.zkplus.spring
SpringUtil, a Spring utility.
SpringUtil() - Constructor for class org.zkoss.zkplus.spring.SpringUtil
 

T

TEMPLATE - Static variable in class org.zkoss.zkplus.databind.DataBinder
 
TEMPLATEMAP - Static variable in class org.zkoss.zkplus.databind.DataBinder
 
ThreadLocalListener - Class in org.zkoss.zkplus.util
Listener to make sure servlet thread and ZK event thread got the same ThreadLocal values.
ThreadLocalListener() - Constructor for class org.zkoss.zkplus.util.ThreadLocalListener
 
toString() - Method in class org.zkoss.zkplus.databind.Binding
 
TypeConverter - Interface in org.zkoss.zkplus.databind
Converter to cast object class between UI Component attribute and backend data bean property.

U

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

V

VARNAME - Static variable in class org.zkoss.zkplus.databind.DataBinder
 
Version - Class in org.zkoss.zkplus.databind
The version of the ZK Plus utilities.
Version() - Constructor for class org.zkoss.zkplus.databind.Version
 

Z

ZkAccessDeniedHandler - Class in org.zkoss.zkplus.acegi
Used by ExceptionTranslationFilter to handle an AccessDeniedException.
ZkAccessDeniedHandler() - Constructor for class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
 
ZkAuthenticationEntryPoint - Class in org.zkoss.zkplus.acegi
This implementation would forward to onAcegiLogin event and popup a login page.
ZkAuthenticationEntryPoint() - Constructor for class org.zkoss.zkplus.acegi.ZkAuthenticationEntryPoint
 
ZkAuthenticationProcessingFilter - Class in org.zkoss.zkplus.acegi
This implementation process zk specific popup login page.
ZkAuthenticationProcessingFilter() - Constructor for class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
ZkEventExceptionFilter - Class in org.zkoss.zkplus.acegi
Used to fire exception in the ZK's event processing queue (Used with MethodSecurityInterceptor).
ZkEventExceptionFilter() - Constructor for class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
ZkTokenBasedRememberMeServices - Class in org.zkoss.zkplus.acegi
get rememberme from request's attribute rather than request's parameter.
ZkTokenBasedRememberMeServices() - Constructor for class org.zkoss.zkplus.acegi.ZkTokenBasedRememberMeServices
 

_

_binder - Variable in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
The AnnotateDataBinder created in doAfterCompose()
_collectionItemMap - Variable in class org.zkoss.zkplus.databind.DataBinder
 
_container - Variable in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
 
_ctx - Variable in class org.zkoss.zkplus.spring.DelegatingVariableResolver
 
_vars - Variable in class org.zkoss.zkplus.spring.DelegatingVariableResolver
 

A B C D E G H I L N O P R S T U V Z _

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