net.officefloor.tutorial.dynamichttpserver
Class TemplateLogic

java.lang.Object
  extended by net.officefloor.tutorial.dynamichttpserver.TemplateLogic

public class TemplateLogic
extends Object

Example logic for the template.

Author:
Daniel Sagenschneider

Nested Class Summary
 class TemplateLogic.Property
           
static class TemplateLogic.Values
           
 
Constructor Summary
TemplateLogic()
           
 
Method Summary
 TemplateLogic.Values getTemplateData()
          Reflectively invoked by WoOF to obtain the dynamic values to render to the page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateLogic

public TemplateLogic()
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.


Copyright © 2005-2012. All Rights Reserved.