Class TemplateLogic
- java.lang.Object
-
- net.officefloor.tutorial.dynamichttpserver.TemplateLogic
-
public class TemplateLogic extends java.lang.Object
Example logic for the template.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
TemplateLogic.Property
static class
TemplateLogic.Values
-
Constructor Summary
Constructors Constructor Description TemplateLogic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateLogic.Values
getTemplateData()
Reflectively invoked by WoOF to obtain the dynamic values to render to the page.
-
-
-
Method Detail
-
getTemplateData
public TemplateLogic.Values getTemplateData()
Reflectively invoked by WoOF to obtain the dynamic values to render to the page.- Returns:
- Bean containing the dynamic values to render to the page identified by bean property name.
-
-