public class TemplateLogic extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TemplateLogic.Issue |
static class |
TemplateLogic.Parameters |
Constructor and Description |
---|
TemplateLogic() |
Modifier and Type | Method and Description |
---|---|
TemplateLogic.Parameters |
getTemplateData(TemplateLogic.Parameters submittedParameters)
Obtains the bean for rendering the template.
|
void |
handleSubmission(TemplateLogic.Parameters submittedParameters)
Reflectively invoked to handle form submission.
|
public TemplateLogic.Parameters getTemplateData(TemplateLogic.Parameters submittedParameters)
submittedParameters
- Same TemplateLogic.Parameters
that was constructed for
handleSubmission(Parameters)
. This allows the page to
be rendered with the values provided by the client.TemplateLogic.Parameters
for rendering to page.public void handleSubmission(TemplateLogic.Parameters submittedParameters)
submittedParameters
- TemplateLogic.Parameters
which is dependency injected. It is
constructed via its default constructor and has the HTTP
parameters values loaded by corresponding names.Copyright © 2005–2016. All rights reserved.