Package com.jalios.jcms.tools
Class FormHandlerChecker
- java.lang.Object
-
- com.jalios.jcms.tools.AbstractChecker
-
- com.jalios.jcms.tools.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
-
-
Field Summary
-
Fields inherited from class com.jalios.jcms.tools.AbstractChecker
CHANNEL, PROP_SUFFIX_FILE_FILTER, REVISION, UTF8Charset
-
-
Constructor Summary
Constructors Constructor Description FormHandlerChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CheckResult
checkAllHandlers()
Checks all the FormHandler and returns a map of class/methods that are possible issues.-
Methods inherited from class com.jalios.jcms.tools.AbstractChecker
getCheckedFile, getFileList, getFileList, loadLanguageProperties, loadProperties, loadProperties, saveError
-
-
-
-
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
-
-