Class SpringEventToViewLookupFunction

    • Field Detail

      • defaultView

        @Nullable
        private String defaultView
        Default view name to return.
      • eventMap

        @Nonnull
        @NonnullElements
        private Map<String,​String> eventMap
        Map of event ID to view name.
    • Constructor Detail

      • SpringEventToViewLookupFunction

        public SpringEventToViewLookupFunction()
        Constructor.
    • Method Detail

      • setDefaultView

        public void setDefaultView​(@Nullable
                                   String view)
        Set the default view name.
        Parameters:
        view - default view name
      • setEventMap

        public void setEventMap​(@Nonnull @NonnullElements
                                Map<String,​String> map)
        Set the map of event IDs to view names.
        Parameters:
        map - map to use