|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.flex.core.ManageableComponentFactoryBean
public class ManageableComponentFactoryBean
FactoryBean that allows for the creation of BlazeDS ManageableComponent prototype instances with the
appropriate ManageableComponent.initialize(String, ConfigMap) callback after creation. Useful for configuring
non-singleton helper objects such as a custom JavaAdapter.
| Constructor Summary | |
|---|---|
ManageableComponentFactoryBean(java.lang.Class<? extends flex.management.ManageableComponent> componentClass)
Creates a new ManageableComponentFactoryBean for the specified component class |
|
| Method Summary | |
|---|---|
java.lang.Object |
getObject()
|
java.lang.Class<?> |
getObjectType()
|
boolean |
isSingleton()
It is expected that objects created by this factory will always be prototype instances. |
void |
setBeanName(java.lang.String name)
|
void |
setProperties(flex.messaging.config.ConfigMap properties)
Sets the properties ConfigMap to use in initializing the created component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManageableComponentFactoryBean(java.lang.Class<? extends flex.management.ManageableComponent> componentClass)
componentClass - the class of the component this FactoryBean will create| Method Detail |
|---|
public java.lang.Object getObject()
throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBeanjava.lang.Exceptionpublic java.lang.Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic final boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setBeanName(java.lang.String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void setProperties(flex.messaging.config.ConfigMap properties)
ConfigMap to use in initializing the created component
properties - the properties map
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||