Uses of Class
org.tailormap.api.viewer.model.ViewerResponse
Packages that use ViewerResponse
Package
Description
-
Uses of ViewerResponse in org.tailormap.api.controller
Methods in org.tailormap.api.controller that return ViewerResponseModifier and TypeMethodDescriptionViewerController.defaultApp()ViewerController.viewer(Application app, ViewerResponse.KindEnum viewerKind) -
Uses of ViewerResponse in org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return ViewerResponseModifier and TypeMethodDescriptionViewerResponseHelper.getViewerResponse(Application application) -
Uses of ViewerResponse in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return ViewerResponseModifier and TypeMethodDescriptionViewerResponse.addBaseAppsItem(String baseAppsItem) ViewerResponse.addComponentsItem(Component componentsItem) ViewerResponse.addFilterGroupsItem(FilterGroup filterGroupsItem) ViewerResponse.addProjectionsItem(String projectionsItem) ViewerResponse.components(List<@Valid Component> components) ViewerResponse.filterGroups(List<@Valid FilterGroup> filterGroups) ViewerResponse.i18nSettings(AppI18nSettings i18nSettings) ViewerResponse.kind(ViewerResponse.KindEnum kind) ViewerResponse.projections(List<String> projections) ViewerResponse.styling(AppStyling styling) ViewerResponse.uiSettings(AppUiSettings uiSettings)