info.joseluismartin.beans
Class AppCtx

java.lang.Object
  extended by info.joseluismartin.beans.AppCtx

public class AppCtx
extends Object

Minimalistic singleton with application context

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Constructor Summary
AppCtx()
           
 
Method Summary
static org.springframework.context.ApplicationContext getInstance()
          Search on classpath for context definition files and return the application context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppCtx

public AppCtx()
Method Detail

getInstance

public static org.springframework.context.ApplicationContext getInstance()
Search on classpath for context definition files and return the application context

Returns:
the ApplicationContext


Copyright © 2012 JDAL. All Rights Reserved.