Package net.officefloor.web.value.load
Interface ValueLoader
- All Known Implementing Classes:
ValueLoaderImpl
public interface ValueLoader
Loads a value onto the Object graph.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidloadValue(String name, String value, HttpValueLocation location) Loads the value onto the object graph.
-
Method Details
-
loadValue
Loads the value onto the object graph.- Parameters:
name- Property name.value- Property value.location-HttpValueLocation.- Throws:
HttpException- If fails to load the value.
-