org.kuali.rice.kns.web.servlet.dwr
Class GlobalResourceDelegatingSpringCreator

java.lang.Object
  extended by org.directwebremoting.extend.AbstractCreator
      extended by org.directwebremoting.spring.SpringCreator
          extended by org.kuali.rice.kns.web.servlet.dwr.GlobalResourceDelegatingSpringCreator
All Implemented Interfaces:
org.directwebremoting.extend.Creator

public class GlobalResourceDelegatingSpringCreator
extends org.directwebremoting.spring.SpringCreator

A SpringCreator that checks the GlobalResourceLoader for the bean name in question if the default BeanFactory (the applications) does not have the bean in question.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from interface org.directwebremoting.extend.Creator
APPLICATION, PAGE, REQUEST, SCRIPT, SESSION
 
Constructor Summary
GlobalResourceDelegatingSpringCreator()
           
 
Method Summary
 Object getInstance()
           
 
Methods inherited from class org.directwebremoting.spring.SpringCreator
getBeanName, getType, setBeanName, setClass, setOverrideBeanFactory, setProperties, setXmlBeanFactory
 
Methods inherited from class org.directwebremoting.extend.AbstractCreator
checkScope, getJavascript, getScope, isCacheable, isHidden, setCacheable, setHidden, setJavascript, setScope, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.directwebremoting.extend.Creator
getJavascript, getScope, isCacheable, isHidden
 

Constructor Detail

GlobalResourceDelegatingSpringCreator

public GlobalResourceDelegatingSpringCreator()
Method Detail

getInstance

public Object getInstance()
                   throws InstantiationException
Specified by:
getInstance in interface org.directwebremoting.extend.Creator
Overrides:
getInstance in class org.directwebremoting.spring.SpringCreator
Throws:
InstantiationException


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.