Package net.officefloor.web.value.load
Class ValueLoaderFactoryImpl<T>
java.lang.Object
net.officefloor.web.value.load.ValueLoaderFactoryImpl<T>
- All Implemented Interfaces:
ValueLoaderFactory<T>
ValueLoaderFactory implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateValueLoader(T object) Creates theValueLoaderfor the object.Obtains the listing ofValueNameinstances that can be loaded.
-
Constructor Details
-
ValueLoaderFactoryImpl
Initiate.- Parameters:
delegate- DelegateStatelessValueLoaderto load values.
-
-
Method Details
-
createValueLoader
Description copied from interface:ValueLoaderFactoryCreates theValueLoaderfor the object.- Specified by:
createValueLoaderin interfaceValueLoaderFactory<T>- Parameters:
object- Object to have values loaded onto it.- Returns:
ValueLoaderfor the object.- Throws:
Exception- If fails to create theValueLoader.
-
getValueNames
Description copied from interface:ValueLoaderFactoryObtains the listing ofValueNameinstances that can be loaded.- Specified by:
getValueNamesin interfaceValueLoaderFactory<T>- Returns:
- Listing of
ValueNameinstances that can be loaded.
-