edu.sampleu.travel.infrastructure
Class TravelServiceLocator

java.lang.Object
  extended by edu.sampleu.travel.infrastructure.TravelServiceLocator

public class TravelServiceLocator
extends Object

Initializes the Travel App Spring context.

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

Field Summary
private static org.springframework.context.ConfigurableApplicationContext appContext
           
private static org.apache.log4j.Logger LOG
           
private static String STANDARD_CONTEXT
           
private static String TEST_CONTEXT
           
 
Constructor Summary
TravelServiceLocator()
           
 
Method Summary
static org.springframework.context.ConfigurableApplicationContext getAppContext()
           
static void initialize(boolean test)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG

STANDARD_CONTEXT

private static final String STANDARD_CONTEXT
See Also:
Constant Field Values

TEST_CONTEXT

private static final String TEST_CONTEXT
See Also:
Constant Field Values

appContext

private static org.springframework.context.ConfigurableApplicationContext appContext
Constructor Detail

TravelServiceLocator

public TravelServiceLocator()
Method Detail

initialize

public static void initialize(boolean test)

getAppContext

public static org.springframework.context.ConfigurableApplicationContext getAppContext()


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