All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AppReportBuilder Builds server page application console report.AssetError Exception indicates error serving asset (static resource) withinServerPagesFilter.AssetLookup GSP application assets resolution (for exact application with all its extensions).AssetLookup.AssetLocation Represent resolved asset location: actual classpath path (absolute) and target class loader (where resource found).AssetResolutionServlet Customized dropwizardAssetServletwhich is able to search assets in multiple classpath locations.AssetSources Application classpath resources configuration object.ConfiguredViewBundle Views bundle with custom configuration handling.DelayedConfigurationCallback Assets and views delayed configuration callback for server pages application extensions.DirectTemplateExceptionMapper NotFoundExceptionthrown by jersey when matching rest path not found.ErrorRedirect Redirects response error to the configured error page (ServerPagesAppBundle.AppBuilder.errorPage(String)).ErrorTemplateView Error template rendering model.ExtendedConfiguration Gsp application extension object.FreemarkerTemplateLoader Special template loader for freemarker, required to support custom assets class loaders.GlobalConfig Global configuration object shared by all server page bundles.GspApp Information model for registered gsp application.GspInfoModule GSP registrations Information module.GspInfoService Guicey service providing information about registered server pages applications.HiddenViewPath Gsp application hidden mapping.ManualErrorHandling By default, GSP errors mechanism intercept errors beforeExceptionMapperandErrorEntityWriterand so their result is ignored.MappedViewPath Gsp application view rest mapping.ResourceLookup Utility used to lookup static resources in multiple locations.RestPathsAnalyzer Collects template resources for logging.ServerPagesApp Server pages application initialization logic.ServerPagesAppBundle Bundle for server pages application installation (initialized with eitherServerPagesBundle.app(String, String, String)orServerPagesBundle.adminApp(String, String, String)).ServerPagesAppBundle.AppBuilder Server pages application bundle builder.ServerPagesAppExtensionBundle Bundle for extending (or overriding) registered server pages app resources (throughServerPagesBundle.extendApp(String)).ServerPagesAppExtensionBundle.AppExtensionBuilder Extensions bundle builder.ServerPagesBundle Bundle unifies dropwizard-views and dropwizard-assets bundles in order to bring server templating simplicity like with jsp.ServerPagesBundle.ViewsBuilder Global server pages support bundle builder.ServerPagesFilter The main filter, implementing server pages support.SpaSupport SPA routes support (HTML5 client routing).Template Declare template file in classpath, relative to current class or any registered root templates dir (in classpath).TemplateAnnotationFilter Request filter forTemplateannotated resources read configured template path (to be used in model).TemplateContext Contains context information for rendered template.TemplateErrorResponseFilter Detect direct status response from rest (e.g.TemplateExceptionListener Application listener for template processing exceptions detection.TemplateNotFoundException Exception thrown when template not found in configured classpath locations.TemplateRedirect Performs redirection of template request into rest context.TemplateRequest Request wrapper used to prefix app name into original request url during redirection to rest.TemplateRestCodeError Exception indicates error processing template handling rest call, when resource directly return non 200 code (e.g.TemplateView View template rendering model.TracelessException 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.ViewPath Represents template rest method.ViewRendererConfigurationModifier Dropwizard views configuration modifier.ViewRestLookup View rest endpoints are mapped with a prefix: so gsp application call /something could be remapped to [rest]/[prefix]/something.ViewRestSources Application views rest mappings configuration object.