Uses of Enum Class
org.tailormap.api.viewer.model.ViewerResponse.KindEnum
-
Uses of ViewerResponse.KindEnum in org.tailormap.api.controller
Modifier and TypeMethodDescriptionAppRestControllerAdvice.populateViewerKind
(jakarta.servlet.http.HttpServletRequest request) Modifier and TypeMethodDescriptionAppRestControllerAdvice.populateApplication
(ViewerResponse.KindEnum viewerKind, String viewerName, String base, String projection) ViewerController.viewer
(Application app, ViewerResponse.KindEnum viewerKind) -
Uses of ViewerResponse.KindEnum in org.tailormap.api.viewer.model
Modifier and TypeMethodDescriptionstatic ViewerResponse.KindEnum
@NotNull ViewerResponse.KindEnum
ViewerResponse.getKind()
Kind of viewer; a 'service' viewer has layers from a single service combined with a base viewer.static ViewerResponse.KindEnum
Returns the enum constant of this class with the specified name.static ViewerResponse.KindEnum[]
ViewerResponse.KindEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionViewerResponse.kind
(ViewerResponse.KindEnum kind) void
ViewerResponse.setKind
(ViewerResponse.KindEnum kind)