Class AbstractAutocompleteHandler<T>

    • Constructor Detail

      • AbstractAutocompleteHandler

        public AbstractAutocompleteHandler()
    • Method Detail

      • getResult

        public abstract T getResult()
      • init

        protected void init()
        Description copied from class: JcmsFormHandler
        Method to implement if you need to initialize your handler from parameter received, prior to all security validation.

        You must absolutely not perform any action which modify data or site configuration.

        Therefore it is strongly recommend NOT TO implement this method, or use very wisely.

        Overrides:
        init in class JcmsFormHandler
      • getAutocomplete

        public java.lang.String getAutocomplete()
      • setAutocomplete

        public void setAutocomplete​(java.lang.String autocomplete)