org.kuali.common.util.spring
Class GetDefaultPropertyContextLocationFactoryBean

java.lang.Object
  extended by org.kuali.common.util.spring.GetDefaultPropertyContextLocationFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<String>

public class GetDefaultPropertyContextLocationFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<String>


Constructor Summary
GetDefaultPropertyContextLocationFactoryBean()
           
 
Method Summary
 String getGav()
           
 String getObject()
           
 Class<String> getObjectType()
           
 boolean isSingleton()
           
 void setGav(String gav)
           
 void setSingleton(boolean singleton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDefaultPropertyContextLocationFactoryBean

public GetDefaultPropertyContextLocationFactoryBean()
Method Detail

getObject

public String getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<String>
Throws:
Exception

getObjectType

public Class<String> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<String>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<String>

getGav

public String getGav()

setGav

public void setGav(String gav)

setSingleton

public void setSingleton(boolean singleton)


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