com.jalios.jcms.tools
Class FormHandlerChecker
java.lang.Object
com.jalios.jcms.tools.FormHandlerChecker
public class FormHandlerChecker
- extends Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormHandlerChecker
public FormHandlerChecker()
checkAllHandlers
public static Map<Class<?>,Set<String>> 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
Copyright © 2001-2010 Jalios SA. All Rights Reserved.