org.springframework.richclient.form.builder.support
Class ChainedInterceptorFactory
java.lang.Object
org.springframework.richclient.form.builder.support.ChainedInterceptorFactory
- All Implemented Interfaces:
- FormComponentInterceptorFactory
public class ChainedInterceptorFactory
- extends Object
- implements FormComponentInterceptorFactory
- Author:
- oliverh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interceptorFactories
public List interceptorFactories
ChainedInterceptorFactory
public ChainedInterceptorFactory()
setInterceptorFactories
public void setInterceptorFactories(List interceptorFactories)
getInterceptor
public FormComponentInterceptor getInterceptor(FormModel formModel)
- Description copied from interface:
FormComponentInterceptorFactory
- Returns a
FormComponentInterceptors for the given
FormModel.
- Specified by:
getInterceptor in interface FormComponentInterceptorFactory
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.