Class FormHandlerChecker


  • public class FormHandlerChecker
    extends AbstractChecker
    This class contains a static method to check all the classes that extends JcmsFormHandler. It can detect getter/setter homogeneity issues which can prevent some AppServer (eg Tomcat and Websphere) to handle these setters.
    Since:
    jcms-5.6.1
    Author:
    Olivier Dedieu
    • Constructor Detail

      • FormHandlerChecker

        public FormHandlerChecker()
    • Method Detail

      • checkAllHandlers

        public static CheckResult checkAllHandlers()
        Checks all the FormHandler and returns a map of class/methods that are possible issues.
        Returns:
        a map{class, set of method names}
        Since:
        jcms-5.6.1