Package org.alfresco.util
Class StringAppendingFactoryBean
java.lang.Object
org.alfresco.util.StringAppendingFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean
public class StringAppendingFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean
A simple factory for glueing together multiple arguments as a string
- Author:
- dward
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringAppendingFactoryBean
public StringAppendingFactoryBean()
-
-
Method Details
-
setItems
Sets the items to be appended together.- Parameters:
items- the items
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean
-