edu.wisc.my.webproxy.portlet
Class ApplicationContextLocator

java.lang.Object
  extended by edu.wisc.my.webproxy.portlet.ApplicationContextLocator

public final class ApplicationContextLocator
extends Object

Locator class for accessing the ApplicationContext from code that doesn't have access to the servlet context.

Version:
$Revision: 20993 $
Author:
Eric Dalquist eric.dalquist@doit.wisc.edu

Method Summary
static org.springframework.context.ApplicationContext getApplicationContext()
           
static void setApplicationContext(org.springframework.context.ApplicationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setApplicationContext

public static void setApplicationContext(org.springframework.context.ApplicationContext context)

getApplicationContext

public static org.springframework.context.ApplicationContext getApplicationContext()


Copyright © 2010 Jasig. All Rights Reserved.