org.kuali.common.util.service
Class DefaultSpringService

java.lang.Object
  extended by org.kuali.common.util.service.DefaultSpringService
All Implemented Interfaces:
SpringService

public class DefaultSpringService
extends Object
implements SpringService


Constructor Summary
DefaultSpringService()
           
 
Method Summary
protected  File createFilteredContextFile(SpringContext context, Properties properties)
           
protected  void doExport(SpringContext context, Properties properties)
           
protected  org.springframework.context.ApplicationContext doLoad(SpringContext context, Properties properties)
           
protected  org.springframework.context.ApplicationContext getApplicationContext(File file)
           
protected  File getFile(SpringContext context, Properties properties)
           
protected  String getFilteredContent(SpringContext context, Properties properties)
           
protected  File getNewFile(SpringContext context)
           
protected  Properties getProperties(SpringContext context)
           
 void load(SpringContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSpringService

public DefaultSpringService()
Method Detail

load

public void load(SpringContext context)
Specified by:
load in interface SpringService

doExport

protected void doExport(SpringContext context,
                        Properties properties)

getProperties

protected Properties getProperties(SpringContext context)

doLoad

protected org.springframework.context.ApplicationContext doLoad(SpringContext context,
                                                                Properties properties)
                                                         throws IOException
Throws:
IOException

getNewFile

protected File getNewFile(SpringContext context)

createFilteredContextFile

protected File createFilteredContextFile(SpringContext context,
                                         Properties properties)
                                  throws IOException
Throws:
IOException

getFile

protected File getFile(SpringContext context,
                       Properties properties)
                throws IOException
Throws:
IOException

getApplicationContext

protected org.springframework.context.ApplicationContext getApplicationContext(File file)

getFilteredContent

protected String getFilteredContent(SpringContext context,
                                    Properties properties)


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