net.sourceforge.fluxion.ajax
Class AjaxExporter
java.lang.Object
net.sourceforge.fluxion.ajax.AjaxExporter
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
public class AjaxExporter
- extends java.lang.Object
- implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Exports beans designated as Ajaxified
and configured in the relevant config file (/fluxion/ajax.xml). Ajaxifiable
beans will be loaded, discovered and made available to any spring webmvc
framework that uses an AjaxExporter
.
- Author:
- Rob Davey, Tony Burdett
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxExporter
public AjaxExporter()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
getAjaxBeans
public java.util.Map<java.lang.String,java.lang.Object> getAjaxBeans()
autodetectAjaxEnabledBeans
protected void autodetectAjaxEnabledBeans()
Copyright © 2010. All Rights Reserved.