Interface | Description |
---|---|
HttpTemplateWriter |
Interface to write the template content to
ServerWriter . |
Class | Description |
---|---|
BeanHttpTemplateWriter |
HttpTemplateWriter to write a bean. |
HttpTemplateTask |
Task to write the HttpTemplateSection . |
HttpTemplateWork |
HTTP template
Work . |
HttpTemplateWorkSource |
WorkSource for the HTTP template. |
LinkHttpTemplateWriter |
HttpTemplateWriter to write the link. |
PropertyHttpTemplateWriter |
HttpTemplateWriter to write a bean property. |
StaticHttpTemplateWriter |
HttpTemplateWriter to write static content. |
Annotation Type | Description |
---|---|
NotRenderTemplateAfter |
Flags that the
HttpTemplate should not be rendered after the method
completes. |
UnescapedHtml |
Marker on a property method of a bean to indicate that its return value
should be rendered unescaped to the HTTP template response.
|
Copyright © 2005–2016. All rights reserved.