|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.tools.FormHandlerChecker
public class FormHandlerChecker
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.
| Constructor Summary | |
|---|---|
FormHandlerChecker()
|
|
| Method Summary | |
|---|---|
static java.util.Map<java.lang.Class<?>,java.util.Set<java.lang.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 |
|---|
public FormHandlerChecker()
| Method Detail |
|---|
public static java.util.Map<java.lang.Class<?>,java.util.Set<java.lang.String>> checkAllHandlers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||