| Class | Description |
|---|---|
| ErrorTemplateView |
Error template rendering model.
|
| TemplateContext |
Contains context information for rendered template.
|
| TemplateView |
View template rendering model.
|
| Exception | Description |
|---|---|
| TemplateNotFoundException |
Exception thrown when template not found in configured classpath locations.
|
| Annotation Type | Description |
|---|---|
| ManualErrorHandling |
By default, GSP errors mechanism intercept errors before
ExceptionMapper and
ErrorEntityWriter and so their result is ignored. |
| Template |
Declare template file in classpath, relative to current class or any registered root templates dir (in classpath).
|