Package net.officefloor.web.value.load
Class ValueLoaderImpl
java.lang.Object
net.officefloor.web.value.load.ValueLoaderImpl
- All Implemented Interfaces:
ValueLoader
ValueLoader implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloadValue(String name, String value, HttpValueLocation location) Loads the value onto the object graph.
-
Constructor Details
-
ValueLoaderImpl
Initiate.- Parameters:
object- Object to load values on.delegate-StatelessValueLoaderto undertake loading the values.
-
-
Method Details
-
loadValue
Description copied from interface:ValueLoaderLoads the value onto the object graph.- Specified by:
loadValuein interfaceValueLoader- Parameters:
name- Property name.value- Property value.location-HttpValueLocation.- Throws:
HttpException- If fails to load the value.
-