com.jalios.jcms.tools
Class FormHandlerChecker

java.lang.Object
  extended by 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

Constructor Summary
FormHandlerChecker()
           
 
Method Summary
static Map<Class<?>,Set<String>> checkAllHandlers()
          Checks all the FormHandler and returns a map of class/methods that are possible issues.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormHandlerChecker

public FormHandlerChecker()
Method Detail

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.