public class TemplateLogic
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateLogic.Flows |
static class |
TemplateLogic.Values |
| Constructor and Description |
|---|
TemplateLogic() |
| Modifier and Type | Method and Description |
|---|---|
TemplateLogic.Values |
getHelloData()
Obtains the data for the hello section.
|
void |
getNotRender(TemplateLogic.Flows flows)
Skips not render section.
|
TemplateLogic.Values |
getTemplateData()
Obtains the data for the template section.
|
public TemplateLogic.Values getTemplateData()
TemplateLogic.Values.public TemplateLogic.Values getHelloData()
TemplateLogic.Values.public void getNotRender(TemplateLogic.Flows flows)
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–2019. All rights reserved.