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

java.lang.Object
  extended by uk.ltd.getahead.dwr.create.AbstractCreator
      extended by uk.ltd.getahead.dwr.create.SpringCreator
          extended by org.kuali.rice.kns.web.servlet.dwr.GlobalResourceDelegatingSpringCreator
All Implemented Interfaces:
uk.ltd.getahead.dwr.Creator

public class GlobalResourceDelegatingSpringCreator
extends uk.ltd.getahead.dwr.create.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
static org.springframework.beans.factory.BeanFactory APPLICATION_BEAN_FACTORY
           
 
Fields inherited from interface uk.ltd.getahead.dwr.Creator
APPLICATION, PAGE, REQUEST, SESSION
 
Constructor Summary
GlobalResourceDelegatingSpringCreator()
           
 
Method Summary
 Object getInstance()
           
 
Methods inherited from class uk.ltd.getahead.dwr.create.SpringCreator
getBeanName, getType, setBeanName, setClass, setOverrideBeanFactory, setProperties, setXmlBeanFactory
 
Methods inherited from class uk.ltd.getahead.dwr.create.AbstractCreator
checkScope, getJavascript, getScope, setJavascript, setScope, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface uk.ltd.getahead.dwr.Creator
getScope
 

Field Detail

APPLICATION_BEAN_FACTORY

public static org.springframework.beans.factory.BeanFactory APPLICATION_BEAN_FACTORY
Constructor Detail

GlobalResourceDelegatingSpringCreator

public GlobalResourceDelegatingSpringCreator()
Method Detail

getInstance

public Object getInstance()
                   throws InstantiationException
Specified by:
getInstance in interface uk.ltd.getahead.dwr.Creator
Overrides:
getInstance in class uk.ltd.getahead.dwr.create.SpringCreator
Throws:
InstantiationException


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