org.apache.jackrabbit.taglib.bean
Class SpringBeanFactory

java.lang.Object
  extended byorg.apache.jackrabbit.taglib.bean.SpringBeanFactory
All Implemented Interfaces:
BeanFactory

public class SpringBeanFactory
extends java.lang.Object
implements BeanFactory

BeanFactory backed by the Spring Framework


Constructor Summary
SpringBeanFactory()
           
 
Method Summary
 java.lang.Object getBean(java.lang.String id)
          gets a bean for the given ID
 void setConfig(java.lang.String config)
          Sets the spring bean config file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringBeanFactory

public SpringBeanFactory()
Method Detail

getBean

public java.lang.Object getBean(java.lang.String id)
Description copied from interface: BeanFactory
gets a bean for the given ID

Specified by:
getBean in interface BeanFactory

setConfig

public void setConfig(java.lang.String config)
Sets the spring bean config file

Parameters:
config -


Copyright © 2005 . All Rights Reserved.