org.apache.xbean.spring.context.v2c
Class PropertyEditorFactory

java.lang.Object
  extended by org.apache.xbean.spring.context.v2c.PropertyEditorFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class PropertyEditorFactory
extends Object
implements org.springframework.beans.factory.FactoryBean


Constructor Summary
PropertyEditorFactory()
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 PropertyEditor getPropertyEditor()
           
 Class getType()
           
 String getValue()
           
 boolean isSingleton()
           
 void setPropertyEditor(PropertyEditor propertyEditor)
           
 void setType(Class type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditorFactory

public PropertyEditorFactory()
Method Detail

getObject

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

getObjectType

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

isSingleton

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

getValue

public String getValue()

setValue

public void setValue(String value)

getPropertyEditor

public PropertyEditor getPropertyEditor()

setPropertyEditor

public void setPropertyEditor(PropertyEditor propertyEditor)

getType

public Class getType()

setType

public void setType(Class type)


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.