net.officefloor.tutorial.sectionhttpserver
Class TemplateLogic
java.lang.Object
net.officefloor.tutorial.sectionhttpserver.TemplateLogic
public class TemplateLogic
- extends Object
Example logic for the template.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateLogic
public TemplateLogic()
getTemplateData
public TemplateLogic.Values getTemplateData()
- Obtains the data for the template section.
- Returns:
TemplateLogic.Values.
getHelloData
public TemplateLogic.Values getHelloData()
- Obtains the data for the hello section.
- Returns:
TemplateLogic.Values.
getNotRender
public void getNotRender(TemplateLogic.Flows flows)
- Skips not render section.
- Parameters:
flows - TemplateLogic.Flows which allows rendering control over the sections
of the template. As this method is called before rendering the
section it skips rendering to the noBean section.
Copyright © 2005-2013. All Rights Reserved.