Class GlobalResourceDelegatingSpringCreator

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

@Deprecated public class GlobalResourceDelegatingSpringCreator extends org.directwebremoting.spring.SpringCreator
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
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
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     

    Fields inherited from interface org.directwebremoting.extend.Creator

    APPLICATION, PAGE, REQUEST, SCRIPT, SESSION
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    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
  • Field Details

  • Constructor Details

    • GlobalResourceDelegatingSpringCreator

      public GlobalResourceDelegatingSpringCreator()
      Deprecated.
  • Method Details

    • getInstance

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