net.sf.doolin.context.spring
Interface SimpleBeanFactory


public interface SimpleBeanFactory

This factory creates an object from a string.

Author:
Damien Coraboeuf

Method Summary
 Object create(String value)
          Creates an object.
 

Method Detail

create

Object create(String value)
Creates an object.

Parameters:
value - String to create the object from
Returns:
Created object (can be null).


Copyright © 2011. All Rights Reserved.