Package net.officefloor.web.value.load
Interface ValueLoaderFactory<T>
-
- All Known Implementing Classes:
ValueLoaderFactoryImpl
public interface ValueLoaderFactory<T>Factory for the creation of aValueLoader.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueLoadercreateValueLoader(T object)Creates theValueLoaderfor the object.ValueName[]getValueNames()Obtains the listing ofValueNameinstances that can be loaded.
-
-
-
Method Detail
-
createValueLoader
ValueLoader createValueLoader(T object) throws java.lang.Exception
Creates theValueLoaderfor the object.- Parameters:
object- Object to have values loaded onto it.- Returns:
ValueLoaderfor the object.- Throws:
java.lang.Exception- If fails to create theValueLoader.
-
-