public class StringAppendingFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
| Constructor and Description |
|---|
StringAppendingFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setItems(Object[] items)
Sets the items to be appended together.
|
public void setItems(Object[] items)
items - the itemspublic Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanCopyright © 2005–2018 Alfresco Software. All rights reserved.