org.kuali.common.util.spring
Class GetPathFactoryBean

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

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


Constructor Summary
GetPathFactoryBean()
           
 
Method Summary
 String getObject()
           
 Class<String> getObjectType()
           
 String getValue()
           
 boolean isSingleton()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPathFactoryBean

public GetPathFactoryBean()
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>

getValue

public String getValue()

setValue

public void setValue(String value)


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