Class LoadClientStorageServices

    • Field Detail

      • SUPPORT_FORM_FIELD

        @Nonnull
        @NotEmpty
        public static final String SUPPORT_FORM_FIELD
        Name of local storage form field containing local storage support indicator.
        See Also:
        Constant Field Values
      • SUCCESS_FORM_FIELD

        @Nonnull
        @NotEmpty
        public static final String SUCCESS_FORM_FIELD
        Name of local storage form field signaling success/failure of a read operation.
        See Also:
        Constant Field Values
      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • useLocalStorage

        private boolean useLocalStorage
        Whether to allow for data loaded from local storage and submitted via POST.
    • Constructor Detail

      • LoadClientStorageServices

        public LoadClientStorageServices()
        Constructor.