All Classes and Interfaces
Class
Description
Builds server page application console report.
Exception indicates error serving asset (static resource) within
ServerPagesFilter.GSP application assets resolution (for exact application with all its extensions).
Represent resolved asset location: actual classpath path (absolute) and target class loader (where resource
found).
Customized dropwizard
AssetServlet which is able to search assets in multiple classpath locations.Application classpath resources configuration object.
Views bundle with custom configuration handling.
Assets and views delayed configuration callback for server pages application extensions.
NotFoundException thrown by jersey when matching rest path not found.Redirects response error to the configured error page
(
ServerPagesAppBundle.AppBuilder.errorPage(String)).Error template rendering model.
Gsp application extension object.
Special template loader for freemarker, required to support custom assets class loaders.
Global configuration object shared by all server page bundles.
Information model for registered gsp application.
GSP registrations Information module.
Guicey service providing information about registered server pages applications.
Gsp application hidden mapping.
By default, GSP errors mechanism intercept errors before
ExceptionMapper and
ErrorEntityWriter and so their result is ignored.Gsp application view rest mapping.
Utility used to lookup static resources in multiple locations.
Collects template resources for logging.
Server pages application initialization logic.
Bundle for server pages application installation (initialized with either
ServerPagesBundle.app(String, String, String) or
ServerPagesBundle.adminApp(String, String, String)).Server pages application bundle builder.
Bundle for extending (or overriding) registered server pages app resources (through
ServerPagesBundle.extendApp(String)).Extensions bundle builder.
Bundle unifies dropwizard-views and dropwizard-assets bundles in order to bring server templating
simplicity like with jsp.
Global server pages support bundle builder.
The main filter, implementing server pages support.
SPA routes support (HTML5 client routing).
Declare template file in classpath, relative to current class or any registered root templates dir (in classpath).
Request filter for
Template annotated resources read configured template path (to be used in model).Contains context information for rendered template.
Detect direct status response from rest (e.g.
Application listener for template processing exceptions detection.
Exception thrown when template not found in configured classpath locations.
Performs redirection of template request into rest context.
Request wrapper used to prefix app name into original request url during redirection to rest.
Exception indicates error processing template handling rest call, when resource directly return non 200 code
(e.g.
View template rendering model.
Marker interface for special exceptions which does not contain actual stack trace (no exception was thrown
in user code) and used only to wrap return status code.
Represents template rest method.
Dropwizard views configuration modifier.
View rest endpoints are mapped with a prefix: so gsp application call /something could be remapped to
[rest]/[prefix]/something.
Application views rest mappings configuration object.