Package ru.vyarus.guicey.gsp.info
Class GspInfoService
java.lang.Object
ru.vyarus.guicey.gsp.info.GspInfoService
Guicey service providing information about registered server pages applications. Useful for reporting or diagnostic.
- Since:
- 03.12.2019
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApplication(String name) List<io.dropwizard.views.common.ViewRenderer>
-
Constructor Details
-
GspInfoService
-
-
Method Details
-
getViewRendererNames
- Returns:
- names of registered dropwizard-views renderers
-
getViewRenderers
- Returns:
- list or registered dropwizard-views registered renderers
-
getViewsConfig
- Returns:
- views configuration (including all customizations)
-
getApplications
- Returns:
- registered gsp applications info
-
getApplication
- Parameters:
name- application name- Returns:
- application info or null if no application with provided name registered
-