Source compatibility report for the library XWork from version 2.0.7 to 2.1.0
Summary
1 |
270 |
1944 / 228 |
Incompatible |
Problem Summary
Added Methods (355)
xwork-2.1.0.jar, ActionContext.class
package com.opensymphony.xwork2
ActionContext.getContainer ( ):inject.Container
[ run-time name: com/opensymphony/xwork2/ActionContext.getContainer:()Lcom/opensymphony/xwork2/inject/Container; ]
ActionContext.getInstance ( Class type ):Object
[ run-time name: com/opensymphony/xwork2/ActionContext.getInstance:(Ljava/lang/Class;)Ljava/lang/Object; ]
ActionContext.setContainer ( inject.Container cont ):void
[ run-time name: com/opensymphony/xwork2/ActionContext.setContainer:(Lcom/opensymphony/xwork2/inject/Container;)V ]
xwork-2.1.0.jar, ActionInvocation.class
package com.opensymphony.xwork2
ActionInvocation.init ( ActionProxy p1 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/ActionInvocation.init:(Lcom/opensymphony/xwork2/ActionProxy;)V ]
xwork-2.1.0.jar, ActionProxyFactory.class
package com.opensymphony.xwork2
ActionProxyFactory.createActionProxy ( ActionInvocation p1, String p2, String p3, java.util.Map p4, boolean p5, boolean p6 ) [abstract]:ActionProxy
[ run-time name: com/opensymphony/xwork2/ActionProxyFactory.createActionProxy:(Lcom/opensymphony/xwork2/ActionInvocation;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;ZZ)Lcom/opensymphony/xwork2/ActionProxy; ]
xwork-2.1.0.jar, ActionSupport.class
package com.opensymphony.xwork2
ActionSupport.clearActionErrors ( ):void
[ run-time name: com/opensymphony/xwork2/ActionSupport.clearActionErrors:()V ]
ActionSupport.clearErrors ( ):void
[ run-time name: com/opensymphony/xwork2/ActionSupport.clearErrors:()V ]
ActionSupport.clearFieldErrors ( ):void
[ run-time name: com/opensymphony/xwork2/ActionSupport.clearFieldErrors:()V ]
ActionSupport.clearMessages ( ):void
[ run-time name: com/opensymphony/xwork2/ActionSupport.clearMessages:()V ]
xwork-2.1.0.jar, AnnotationUtils.class
package com.opensymphony.xwork2.util
AnnotationUtils.getAnnotatedMethods ( Class clazz, Class[] annotation ) [static]:java.util.Collection
[ run-time name: com/opensymphony/xwork2/util/AnnotationUtils.getAnnotatedMethods:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/util/Collection; ]
AnnotationUtils.isAnnotatedBy ( reflect.AnnotatedElement annotatedElement, Class[] annotation ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/AnnotationUtils.isAnnotatedBy:(Ljava/lang/reflect/AnnotatedElement;[Ljava/lang/Class;)Z ]
xwork-2.1.0.jar, ArrayUtils.class
package com.opensymphony.xwork2.util
ArrayUtils.ArrayUtils ( )
[ run-time name: com/opensymphony/xwork2/util/ArrayUtils."<init>":()V ]
ArrayUtils.isEmpty ( Object[] array ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/ArrayUtils.isEmpty:([Ljava/lang/Object;)Z ]
ArrayUtils.isNotEmpty ( Object[] array ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/ArrayUtils.isNotEmpty:([Ljava/lang/Object;)Z ]
xwork-2.1.0.jar, ChainingInterceptor.class
package com.opensymphony.xwork2.interceptor
ChainingInterceptor.setReflectionProvider ( com.opensymphony.xwork2.util.reflection.ReflectionProvider prov ):void
[ run-time name: com/opensymphony/xwork2/interceptor/ChainingInterceptor.setReflectionProvider:(Lcom/opensymphony/xwork2/util/reflection/ReflectionProvider;)V ]
xwork-2.1.0.jar, CommonsLogger.class
package com.opensymphony.xwork2.util.logging.commons
CommonsLogger.CommonsLogger ( org.apache.commons.logging.Log log )
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger."<init>":(Lorg/apache/commons/logging/Log;)V ]
CommonsLogger.debug ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.debug:(Ljava/lang/String;[Ljava/lang/String;)V ]
CommonsLogger.debug ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.debug:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
CommonsLogger.error ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.error:(Ljava/lang/String;[Ljava/lang/String;)V ]
CommonsLogger.error ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.error:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
CommonsLogger.fatal ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.fatal:(Ljava/lang/String;[Ljava/lang/String;)V ]
CommonsLogger.fatal ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.fatal:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
CommonsLogger.info ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.info:(Ljava/lang/String;[Ljava/lang/String;)V ]
CommonsLogger.info ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.info:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
CommonsLogger.isDebugEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.isDebugEnabled:()Z ]
CommonsLogger.isErrorEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.isErrorEnabled:()Z ]
CommonsLogger.isFatalEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.isFatalEnabled:()Z ]
CommonsLogger.isInfoEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.isInfoEnabled:()Z ]
CommonsLogger.isTraceEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.isTraceEnabled:()Z ]
CommonsLogger.isWarnEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.isWarnEnabled:()Z ]
CommonsLogger.trace ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.trace:(Ljava/lang/String;[Ljava/lang/String;)V ]
CommonsLogger.trace ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.trace:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
CommonsLogger.warn ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.warn:(Ljava/lang/String;[Ljava/lang/String;)V ]
CommonsLogger.warn ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLogger.warn:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
xwork-2.1.0.jar, CommonsLoggerFactory.class
package com.opensymphony.xwork2.util.logging.commons
CommonsLoggerFactory.CommonsLoggerFactory ( )
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLoggerFactory."<init>":()V ]
CommonsLoggerFactory.getLoggerImpl ( Class cls ):com.opensymphony.xwork2.util.logging.Logger
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLoggerFactory.getLoggerImpl:(Ljava/lang/Class;)Lcom/opensymphony/xwork2/util/logging/Logger; ]
CommonsLoggerFactory.getLoggerImpl ( String name ):com.opensymphony.xwork2.util.logging.Logger
[ run-time name: com/opensymphony/xwork2/util/logging/commons/CommonsLoggerFactory.getLoggerImpl:(Ljava/lang/String;)Lcom/opensymphony/xwork2/util/logging/Logger; ]
xwork-2.1.0.jar, CompoundRootAccessor.class
package com.opensymphony.xwork2.ognl.accessor
CompoundRootAccessor.callMethod ( java.util.Map context, Object target, String name, Object[] objects ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor.callMethod:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
CompoundRootAccessor.callStaticMethod ( java.util.Map transientVars, Class aClass, String s, Object[] objects ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor.callStaticMethod:(Ljava/util/Map;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
CompoundRootAccessor.classForName ( String className, java.util.Map context ):Class
[ run-time name: com/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor.classForName:(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/Class; ]
CompoundRootAccessor.CompoundRootAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor."<init>":()V ]
CompoundRootAccessor.getProperty ( java.util.Map context, Object target, Object name ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
CompoundRootAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
xwork-2.1.0.jar, Configuration.class
package com.opensymphony.xwork2.config
Configuration.reloadContainer ( java.util.List p1 ) [abstract]:java.util.List
[ run-time name: com/opensymphony/xwork2/config/Configuration.reloadContainer:(Ljava/util/List;)Ljava/util/List; ]
xwork-2.1.0.jar, ConfigurationManager.class
package com.opensymphony.xwork2.config
ConfigurationManager.addContainerProvider ( ContainerProvider provider ):void
[ run-time name: com/opensymphony/xwork2/config/ConfigurationManager.addContainerProvider:(Lcom/opensymphony/xwork2/config/ContainerProvider;)V ]
ConfigurationManager.clearContainerProviders ( ):void
[ run-time name: com/opensymphony/xwork2/config/ConfigurationManager.clearContainerProviders:()V ]
ConfigurationManager.getContainerProviders ( ):java.util.List
[ run-time name: com/opensymphony/xwork2/config/ConfigurationManager.getContainerProviders:()Ljava/util/List; ]
ConfigurationManager.setContainerProviders ( java.util.List containerProviders ):void
[ run-time name: com/opensymphony/xwork2/config/ConfigurationManager.setContainerProviders:(Ljava/util/List;)V ]
xwork-2.1.0.jar, ContainerBuilder.class
package com.opensymphony.xwork2.inject
ContainerBuilder.setAllowDuplicates ( boolean val ):void
[ run-time name: com/opensymphony/xwork2/inject/ContainerBuilder.setAllowDuplicates:(Z)V ]
xwork-2.1.0.jar, ContainerProvider.class
package com.opensymphony.xwork2.config
ContainerProvider.destroy ( ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/config/ContainerProvider.destroy:()V ]
ContainerProvider.init ( Configuration p1 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/config/ContainerProvider.init:(Lcom/opensymphony/xwork2/config/Configuration;)V ]
ContainerProvider.needsReload ( ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/config/ContainerProvider.needsReload:()Z ]
ContainerProvider.register ( com.opensymphony.xwork2.inject.ContainerBuilder p1, com.opensymphony.xwork2.util.location.LocatableProperties p2 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/config/ContainerProvider.register:(Lcom/opensymphony/xwork2/inject/ContainerBuilder;Lcom/opensymphony/xwork2/util/location/LocatableProperties;)V ]
xwork-2.1.0.jar, DefaultActionInvocation.class
package com.opensymphony.xwork2
DefaultActionInvocation.DefaultActionInvocation ( java.util.Map extraContext, boolean pushAction )
[ run-time name: com/opensymphony/xwork2/DefaultActionInvocation."<init>":(Ljava/util/Map;Z)V ]
DefaultActionInvocation.init ( ActionProxy proxy ):void
[ run-time name: com/opensymphony/xwork2/DefaultActionInvocation.init:(Lcom/opensymphony/xwork2/ActionProxy;)V ]
DefaultActionInvocation.setContainer ( inject.Container cont ):void
[ run-time name: com/opensymphony/xwork2/DefaultActionInvocation.setContainer:(Lcom/opensymphony/xwork2/inject/Container;)V ]
DefaultActionInvocation.setObjectFactory ( ObjectFactory fac ):void
[ run-time name: com/opensymphony/xwork2/DefaultActionInvocation.setObjectFactory:(Lcom/opensymphony/xwork2/ObjectFactory;)V ]
DefaultActionInvocation.setUnknownHandler ( UnknownHandler hand ):void
[ run-time name: com/opensymphony/xwork2/DefaultActionInvocation.setUnknownHandler:(Lcom/opensymphony/xwork2/UnknownHandler;)V ]
DefaultActionInvocation.setValueStackFactory ( util.ValueStackFactory fac ):void
[ run-time name: com/opensymphony/xwork2/DefaultActionInvocation.setValueStackFactory:(Lcom/opensymphony/xwork2/util/ValueStackFactory;)V ]
xwork-2.1.0.jar, DefaultActionProxy.class
package com.opensymphony.xwork2
DefaultActionProxy.DefaultActionProxy ( ActionInvocation inv, String namespace, String actionName, java.util.Map extraContext, boolean executeResult, boolean cleanupContext )
[ run-time name: com/opensymphony/xwork2/DefaultActionProxy."<init>":(Lcom/opensymphony/xwork2/ActionInvocation;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;ZZ)V ]
xwork-2.1.0.jar, DefaultActionProxyFactory.class
package com.opensymphony.xwork2
DefaultActionProxyFactory.createActionProxy ( ActionInvocation inv, String namespace, String actionName, java.util.Map extraContext, boolean executeResult, boolean cleanupContext ):ActionProxy
[ run-time name: com/opensymphony/xwork2/DefaultActionProxyFactory.createActionProxy:(Lcom/opensymphony/xwork2/ActionInvocation;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;ZZ)Lcom/opensymphony/xwork2/ActionProxy; ]
xwork-2.1.0.jar, ExceptionMappingInterceptor.class
package com.opensymphony.xwork2.interceptor
ExceptionMappingInterceptor.doLog ( com.opensymphony.xwork2.util.logging.Logger logger, Exception e ):void
[ run-time name: com/opensymphony/xwork2/interceptor/ExceptionMappingInterceptor.doLog:(Lcom/opensymphony/xwork2/util/logging/Logger;Ljava/lang/Exception;)V ]
xwork-2.1.0.jar, JdkLogger.class
package com.opensymphony.xwork2.util.logging.jdk
JdkLogger.debug ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.debug:(Ljava/lang/String;[Ljava/lang/String;)V ]
JdkLogger.debug ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.debug:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
JdkLogger.error ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.error:(Ljava/lang/String;[Ljava/lang/String;)V ]
JdkLogger.error ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.error:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
JdkLogger.fatal ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.fatal:(Ljava/lang/String;[Ljava/lang/String;)V ]
JdkLogger.fatal ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.fatal:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
JdkLogger.info ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.info:(Ljava/lang/String;[Ljava/lang/String;)V ]
JdkLogger.info ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.info:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
JdkLogger.isDebugEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.isDebugEnabled:()Z ]
JdkLogger.isErrorEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.isErrorEnabled:()Z ]
JdkLogger.isFatalEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.isFatalEnabled:()Z ]
JdkLogger.isInfoEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.isInfoEnabled:()Z ]
JdkLogger.isTraceEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.isTraceEnabled:()Z ]
JdkLogger.isWarnEnabled ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.isWarnEnabled:()Z ]
JdkLogger.JdkLogger ( java.util.logging.Logger log )
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger."<init>":(Ljava/util/logging/Logger;)V ]
JdkLogger.trace ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.trace:(Ljava/lang/String;[Ljava/lang/String;)V ]
JdkLogger.trace ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.trace:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
JdkLogger.warn ( String msg, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.warn:(Ljava/lang/String;[Ljava/lang/String;)V ]
JdkLogger.warn ( String msg, Throwable ex, String[] args ):void
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLogger.warn:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
xwork-2.1.0.jar, JdkLoggerFactory.class
package com.opensymphony.xwork2.util.logging.jdk
JdkLoggerFactory.getLoggerImpl ( Class cls ):com.opensymphony.xwork2.util.logging.Logger
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLoggerFactory.getLoggerImpl:(Ljava/lang/Class;)Lcom/opensymphony/xwork2/util/logging/Logger; ]
JdkLoggerFactory.getLoggerImpl ( String name ):com.opensymphony.xwork2.util.logging.Logger
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLoggerFactory.getLoggerImpl:(Ljava/lang/String;)Lcom/opensymphony/xwork2/util/logging/Logger; ]
JdkLoggerFactory.JdkLoggerFactory ( )
[ run-time name: com/opensymphony/xwork2/util/logging/jdk/JdkLoggerFactory."<init>":()V ]
xwork-2.1.0.jar, Logger.class
package com.opensymphony.xwork2.util.logging
Logger.debug ( String p1, String[] p2 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.debug:(Ljava/lang/String;[Ljava/lang/String;)V ]
Logger.debug ( String p1, Throwable p2, String[] p3 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
Logger.error ( String p1, String[] p2 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.error:(Ljava/lang/String;[Ljava/lang/String;)V ]
Logger.error ( String p1, Throwable p2, String[] p3 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
Logger.fatal ( String p1, String[] p2 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.fatal:(Ljava/lang/String;[Ljava/lang/String;)V ]
Logger.fatal ( String p1, Throwable p2, String[] p3 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.fatal:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
Logger.info ( String p1, String[] p2 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.info:(Ljava/lang/String;[Ljava/lang/String;)V ]
Logger.info ( String p1, Throwable p2, String[] p3 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.info:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
Logger.isDebugEnabled ( ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.isDebugEnabled:()Z ]
Logger.isErrorEnabled ( ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.isErrorEnabled:()Z ]
Logger.isFatalEnabled ( ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.isFatalEnabled:()Z ]
Logger.isInfoEnabled ( ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.isInfoEnabled:()Z ]
Logger.isTraceEnabled ( ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.isTraceEnabled:()Z ]
Logger.isWarnEnabled ( ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.isWarnEnabled:()Z ]
Logger.trace ( String p1, String[] p2 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.trace:(Ljava/lang/String;[Ljava/lang/String;)V ]
Logger.trace ( String p1, Throwable p2, String[] p3 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.trace:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
Logger.warn ( String p1, String[] p2 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.warn:(Ljava/lang/String;[Ljava/lang/String;)V ]
Logger.warn ( String p1, Throwable p2, String[] p3 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/logging/Logger.warn:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/String;)V ]
xwork-2.1.0.jar, LoggerFactory.class
package com.opensymphony.xwork2.util.logging
LoggerFactory.getLogger ( Class cls ) [static]:Logger
[ run-time name: com/opensymphony/xwork2/util/logging/LoggerFactory.getLogger:(Ljava/lang/Class;)Lcom/opensymphony/xwork2/util/logging/Logger; ]
LoggerFactory.getLogger ( String name ) [static]:Logger
[ run-time name: com/opensymphony/xwork2/util/logging/LoggerFactory.getLogger:(Ljava/lang/String;)Lcom/opensymphony/xwork2/util/logging/Logger; ]
LoggerFactory.getLoggerFactory ( ) [static]:LoggerFactory
[ run-time name: com/opensymphony/xwork2/util/logging/LoggerFactory.getLoggerFactory:()Lcom/opensymphony/xwork2/util/logging/LoggerFactory; ]
LoggerFactory.getLoggerImpl ( Class p1 ) [abstract]:Logger
[ run-time name: com/opensymphony/xwork2/util/logging/LoggerFactory.getLoggerImpl:(Ljava/lang/Class;)Lcom/opensymphony/xwork2/util/logging/Logger; ]
LoggerFactory.getLoggerImpl ( String p1 ) [abstract]:Logger
[ run-time name: com/opensymphony/xwork2/util/logging/LoggerFactory.getLoggerImpl:(Ljava/lang/String;)Lcom/opensymphony/xwork2/util/logging/Logger; ]
LoggerFactory.LoggerFactory ( )
[ run-time name: com/opensymphony/xwork2/util/logging/LoggerFactory."<init>":()V ]
LoggerFactory.setLoggerFactory ( LoggerFactory factory ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/logging/LoggerFactory.setLoggerFactory:(Lcom/opensymphony/xwork2/util/logging/LoggerFactory;)V ]
xwork-2.1.0.jar, LoggerUtils.class
package com.opensymphony.xwork2.util.logging
LoggerUtils.format ( String msg, String[] args ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/logging/LoggerUtils.format:(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String; ]
LoggerUtils.LoggerUtils ( )
[ run-time name: com/opensymphony/xwork2/util/logging/LoggerUtils."<init>":()V ]
xwork-2.1.0.jar, LongRangeFieldValidator.class
package com.opensymphony.xwork2.validator.validators
LongRangeFieldValidator.getMax ( ):Long
[ run-time name: com/opensymphony/xwork2/validator/validators/LongRangeFieldValidator.getMax:()Ljava/lang/Long; ]
LongRangeFieldValidator.getMaxComparatorValue ( ):Comparable
[ run-time name: com/opensymphony/xwork2/validator/validators/LongRangeFieldValidator.getMaxComparatorValue:()Ljava/lang/Comparable; ]
LongRangeFieldValidator.getMin ( ):Long
[ run-time name: com/opensymphony/xwork2/validator/validators/LongRangeFieldValidator.getMin:()Ljava/lang/Long; ]
LongRangeFieldValidator.getMinComparatorValue ( ):Comparable
[ run-time name: com/opensymphony/xwork2/validator/validators/LongRangeFieldValidator.getMinComparatorValue:()Ljava/lang/Comparable; ]
LongRangeFieldValidator.LongRangeFieldValidator ( )
[ run-time name: com/opensymphony/xwork2/validator/validators/LongRangeFieldValidator."<init>":()V ]
LongRangeFieldValidator.setMax ( Long max ):void
[ run-time name: com/opensymphony/xwork2/validator/validators/LongRangeFieldValidator.setMax:(Ljava/lang/Long;)V ]
LongRangeFieldValidator.setMin ( Long min ):void
[ run-time name: com/opensymphony/xwork2/validator/validators/LongRangeFieldValidator.setMin:(Ljava/lang/Long;)V ]
xwork-2.1.0.jar, MockActionInvocation.class
package com.opensymphony.xwork2.mock
MockActionInvocation.init ( com.opensymphony.xwork2.ActionProxy proxy ):void
[ run-time name: com/opensymphony/xwork2/mock/MockActionInvocation.init:(Lcom/opensymphony/xwork2/ActionProxy;)V ]
xwork-2.1.0.jar, NullHandler.class
package com.opensymphony.xwork2.conversion
NullHandler.nullMethodResult ( java.util.Map p1, Object p2, String p3, Object[] p4 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork2/conversion/NullHandler.nullMethodResult:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
NullHandler.nullPropertyValue ( java.util.Map p1, Object p2, Object p3 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork2/conversion/NullHandler.nullPropertyValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
xwork-2.1.0.jar, ObjectAccessor.class
package com.opensymphony.xwork2.ognl.accessor
ObjectAccessor.getProperty ( java.util.Map map, Object o, Object o1 ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/ObjectAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
ObjectAccessor.ObjectAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/ObjectAccessor."<init>":()V ]
ObjectAccessor.setProperty ( java.util.Map map, Object o, Object o1, Object o2 ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/ObjectAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
xwork-2.1.0.jar, ObjectFactory.class
package com.opensymphony.xwork2
ObjectFactory.ObjectFactory ( util.reflection.ReflectionProvider prov )
[ run-time name: com/opensymphony/xwork2/ObjectFactory."<init>":(Lcom/opensymphony/xwork2/util/reflection/ReflectionProvider;)V ]
ObjectFactory.setReflectionProvider ( util.reflection.ReflectionProvider prov ):void
[ run-time name: com/opensymphony/xwork2/ObjectFactory.setReflectionProvider:(Lcom/opensymphony/xwork2/util/reflection/ReflectionProvider;)V ]
xwork-2.1.0.jar, ObjectProxy.class
package com.opensymphony.xwork2.ognl
ObjectProxy.getLastClassAccessed ( ):Class
[ run-time name: com/opensymphony/xwork2/ognl/ObjectProxy.getLastClassAccessed:()Ljava/lang/Class; ]
ObjectProxy.getLastPropertyAccessed ( ):String
[ run-time name: com/opensymphony/xwork2/ognl/ObjectProxy.getLastPropertyAccessed:()Ljava/lang/String; ]
ObjectProxy.getValue ( ):Object
[ run-time name: com/opensymphony/xwork2/ognl/ObjectProxy.getValue:()Ljava/lang/Object; ]
ObjectProxy.ObjectProxy ( )
[ run-time name: com/opensymphony/xwork2/ognl/ObjectProxy."<init>":()V ]
ObjectProxy.setLastClassAccessed ( Class lastClassAccessed ):void
[ run-time name: com/opensymphony/xwork2/ognl/ObjectProxy.setLastClassAccessed:(Ljava/lang/Class;)V ]
ObjectProxy.setLastPropertyAccessed ( String lastPropertyAccessed ):void
[ run-time name: com/opensymphony/xwork2/ognl/ObjectProxy.setLastPropertyAccessed:(Ljava/lang/String;)V ]
ObjectProxy.setValue ( Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/ObjectProxy.setValue:(Ljava/lang/Object;)V ]
xwork-2.1.0.jar, ObjectProxyPropertyAccessor.class
package com.opensymphony.xwork2.ognl.accessor
ObjectProxyPropertyAccessor.getProperty ( java.util.Map context, Object target, Object name ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/ObjectProxyPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
ObjectProxyPropertyAccessor.ObjectProxyPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/ObjectProxyPropertyAccessor."<init>":()V ]
ObjectProxyPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/ObjectProxyPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
xwork-2.1.0.jar, ObjectTypeDeterminer.class
package com.opensymphony.xwork2.conversion
ObjectTypeDeterminer.getElementClass ( Class p1, String p2, Object p3 ) [abstract]:Class
[ run-time name: com/opensymphony/xwork2/conversion/ObjectTypeDeterminer.getElementClass:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Class; ]
ObjectTypeDeterminer.getKeyClass ( Class p1, String p2 ) [abstract]:Class
[ run-time name: com/opensymphony/xwork2/conversion/ObjectTypeDeterminer.getKeyClass:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Class; ]
ObjectTypeDeterminer.getKeyProperty ( Class p1, String p2 ) [abstract]:String
[ run-time name: com/opensymphony/xwork2/conversion/ObjectTypeDeterminer.getKeyProperty:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String; ]
ObjectTypeDeterminer.shouldCreateIfNew ( Class p1, String p2, Object p3, String p4, boolean p5 ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/conversion/ObjectTypeDeterminer.shouldCreateIfNew:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Z)Z ]
xwork-2.1.0.jar, OgnlNullHandlerWrapper.class
package com.opensymphony.xwork2.ognl
OgnlNullHandlerWrapper.nullMethodResult ( java.util.Map context, Object target, String methodName, Object[] args ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlNullHandlerWrapper.nullMethodResult:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
OgnlNullHandlerWrapper.nullPropertyValue ( java.util.Map context, Object target, Object property ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlNullHandlerWrapper.nullPropertyValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
OgnlNullHandlerWrapper.OgnlNullHandlerWrapper ( com.opensymphony.xwork2.conversion.NullHandler target )
[ run-time name: com/opensymphony/xwork2/ognl/OgnlNullHandlerWrapper."<init>":(Lcom/opensymphony/xwork2/conversion/NullHandler;)V ]
xwork-2.1.0.jar, OgnlReflectionContextFactory.class
package com.opensymphony.xwork2.ognl
OgnlReflectionContextFactory.createDefaultContext ( Object root ):java.util.Map
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionContextFactory.createDefaultContext:(Ljava/lang/Object;)Ljava/util/Map; ]
OgnlReflectionContextFactory.OgnlReflectionContextFactory ( )
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionContextFactory."<init>":()V ]
xwork-2.1.0.jar, OgnlReflectionProvider.class
package com.opensymphony.xwork2.ognl
OgnlReflectionProvider.copy ( Object from, Object to, java.util.Map context, java.util.Collection exclusions, java.util.Collection inclusions ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.copy:(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/util/Collection;Ljava/util/Collection;)V ]
OgnlReflectionProvider.getBeanMap ( Object source ):java.util.Map
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.getBeanMap:(Ljava/lang/Object;)Ljava/util/Map; ]
OgnlReflectionProvider.getField ( Class inClass, String name ):reflect.Field
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.getField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Field; ]
OgnlReflectionProvider.getGetMethod ( Class targetClass, String propertyName ):reflect.Method
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.getGetMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Method; ]
OgnlReflectionProvider.getPropertyDescriptor ( Class targetClass, String propertyName ):java.beans.PropertyDescriptor
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.getPropertyDescriptor:(Ljava/lang/Class;Ljava/lang/String;)Ljava/beans/PropertyDescriptor; ]
OgnlReflectionProvider.getPropertyDescriptors ( Object source ):java.beans.PropertyDescriptor[]
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.getPropertyDescriptors:(Ljava/lang/Object;)[Ljava/beans/PropertyDescriptor; ]
OgnlReflectionProvider.getRealTarget ( String property, java.util.Map context, Object root ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.getRealTarget:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;)Ljava/lang/Object; ]
OgnlReflectionProvider.getSetMethod ( Class targetClass, String propertyName ):reflect.Method
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.getSetMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Method; ]
OgnlReflectionProvider.getValue ( String expression, java.util.Map context, Object root ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.getValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;)Ljava/lang/Object; ]
OgnlReflectionProvider.OgnlReflectionProvider ( )
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider."<init>":()V ]
OgnlReflectionProvider.setOgnlUtil ( OgnlUtil ognlUtil ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.setOgnlUtil:(Lcom/opensymphony/xwork2/ognl/OgnlUtil;)V ]
OgnlReflectionProvider.setProperties ( java.util.Map properties, Object o ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.setProperties:(Ljava/util/Map;Ljava/lang/Object;)V ]
OgnlReflectionProvider.setProperties ( java.util.Map props, Object o, java.util.Map context ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.setProperties:(Ljava/util/Map;Ljava/lang/Object;Ljava/util/Map;)V ]
OgnlReflectionProvider.setProperties ( java.util.Map props, Object o, java.util.Map context, boolean throwPropertyExceptions ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.setProperties:(Ljava/util/Map;Ljava/lang/Object;Ljava/util/Map;Z)V ]
OgnlReflectionProvider.setProperty ( String name, Object value, Object o, java.util.Map context ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.setProperty:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;)V ]
OgnlReflectionProvider.setValue ( String expression, java.util.Map context, Object root, Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlReflectionProvider.setValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V ]
xwork-2.1.0.jar, OgnlTypeConverterWrapper.class
package com.opensymphony.xwork2.ognl
OgnlTypeConverterWrapper.convertValue ( java.util.Map context, Object target, reflect.Member member, String propertyName, Object value, Class toType ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlTypeConverterWrapper.convertValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/reflect/Member;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; ]
OgnlTypeConverterWrapper.getTarget ( ):com.opensymphony.xwork2.conversion.TypeConverter
[ run-time name: com/opensymphony/xwork2/ognl/OgnlTypeConverterWrapper.getTarget:()Lcom/opensymphony/xwork2/conversion/TypeConverter; ]
OgnlTypeConverterWrapper.OgnlTypeConverterWrapper ( com.opensymphony.xwork2.conversion.TypeConverter conv )
[ run-time name: com/opensymphony/xwork2/ognl/OgnlTypeConverterWrapper."<init>":(Lcom/opensymphony/xwork2/conversion/TypeConverter;)V ]
xwork-2.1.0.jar, OgnlUtil.class
package com.opensymphony.xwork2.ognl
OgnlUtil.compile ( String expression ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.compile:(Ljava/lang/String;)Ljava/lang/Object; ]
OgnlUtil.copy ( Object from, Object to, java.util.Map context ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.copy:(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;)V ]
OgnlUtil.copy ( Object from, Object to, java.util.Map context, java.util.Collection exclusions, java.util.Collection inclusions ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.copy:(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/util/Collection;Ljava/util/Collection;)V ]
OgnlUtil.getBeanInfo ( Class clazz ):java.beans.BeanInfo
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.getBeanInfo:(Ljava/lang/Class;)Ljava/beans/BeanInfo; ]
OgnlUtil.getBeanInfo ( Object from ):java.beans.BeanInfo
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.getBeanInfo:(Ljava/lang/Object;)Ljava/beans/BeanInfo; ]
OgnlUtil.getBeanMap ( Object source ):java.util.Map
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.getBeanMap:(Ljava/lang/Object;)Ljava/util/Map; ]
OgnlUtil.getPropertyDescriptors ( Class clazz ):java.beans.PropertyDescriptor[]
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.getPropertyDescriptors:(Ljava/lang/Class;)[Ljava/beans/PropertyDescriptor; ]
OgnlUtil.getPropertyDescriptors ( Object source ):java.beans.PropertyDescriptor[]
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.getPropertyDescriptors:(Ljava/lang/Object;)[Ljava/beans/PropertyDescriptor; ]
OgnlUtil.getRealTarget ( String property, java.util.Map context, Object root ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.getRealTarget:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;)Ljava/lang/Object; ]
OgnlUtil.getValue ( String name, java.util.Map context, Object root ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.getValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;)Ljava/lang/Object; ]
OgnlUtil.getValue ( String name, java.util.Map context, Object root, Class resultType ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.getValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; ]
OgnlUtil.OgnlUtil ( )
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil."<init>":()V ]
OgnlUtil.setProperties ( java.util.Map properties, Object o ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.setProperties:(Ljava/util/Map;Ljava/lang/Object;)V ]
OgnlUtil.setProperties ( java.util.Map properties, Object o, boolean throwPropertyExceptions ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.setProperties:(Ljava/util/Map;Ljava/lang/Object;Z)V ]
OgnlUtil.setProperties ( java.util.Map props, Object o, java.util.Map context ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.setProperties:(Ljava/util/Map;Ljava/lang/Object;Ljava/util/Map;)V ]
OgnlUtil.setProperties ( java.util.Map props, Object o, java.util.Map context, boolean throwPropertyExceptions ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.setProperties:(Ljava/util/Map;Ljava/lang/Object;Ljava/util/Map;Z)V ]
OgnlUtil.setProperty ( String name, Object value, Object o, java.util.Map context ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.setProperty:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;)V ]
OgnlUtil.setProperty ( String name, Object value, Object o, java.util.Map context, boolean throwPropertyExceptions ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.setProperty:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Z)V ]
OgnlUtil.setValue ( String name, java.util.Map context, Object root, Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.setValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V ]
OgnlUtil.setXWorkConverter ( com.opensymphony.xwork2.conversion.impl.XWorkConverter conv ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlUtil.setXWorkConverter:(Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;)V ]
xwork-2.1.0.jar, OgnlValueStack.class
package com.opensymphony.xwork2.ognl
OgnlValueStack.findString ( String expr ):String
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.findString:(Ljava/lang/String;)Ljava/lang/String; ]
OgnlValueStack.findValue ( String expr ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.findValue:(Ljava/lang/String;)Ljava/lang/Object; ]
OgnlValueStack.findValue ( String expr, Class asType ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.findValue:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object; ]
OgnlValueStack.getContext ( ):java.util.Map
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.getContext:()Ljava/util/Map; ]
OgnlValueStack.getExprOverrides ( ):java.util.Map
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.getExprOverrides:()Ljava/util/Map; ]
OgnlValueStack.getRoot ( ):com.opensymphony.xwork2.util.CompoundRoot
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.getRoot:()Lcom/opensymphony/xwork2/util/CompoundRoot; ]
OgnlValueStack.link ( java.util.Map context, Class clazz, String name ) [static]:void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.link:(Ljava/util/Map;Ljava/lang/Class;Ljava/lang/String;)V ]
OgnlValueStack.OgnlValueStack ( com.opensymphony.xwork2.conversion.impl.XWorkConverter xworkConverter, accessor.CompoundRootAccessor accessor, com.opensymphony.xwork2.TextProvider prov, boolean allowStaticAccess )
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack."<init>":(Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;Lcom/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor;Lcom/opensymphony/xwork2/TextProvider;Z)V ]
OgnlValueStack.OgnlValueStack ( com.opensymphony.xwork2.util.ValueStack vs, com.opensymphony.xwork2.conversion.impl.XWorkConverter xworkConverter, accessor.CompoundRootAccessor accessor, boolean allowStaticAccess )
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack."<init>":(Lcom/opensymphony/xwork2/util/ValueStack;Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;Lcom/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor;Z)V ]
OgnlValueStack.peek ( ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.peek:()Ljava/lang/Object; ]
OgnlValueStack.pop ( ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.pop:()Ljava/lang/Object; ]
OgnlValueStack.push ( Object o ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.push:(Ljava/lang/Object;)V ]
OgnlValueStack.set ( String key, Object o ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.set:(Ljava/lang/String;Ljava/lang/Object;)V ]
OgnlValueStack.setDefaultType ( Class defaultType ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.setDefaultType:(Ljava/lang/Class;)V ]
OgnlValueStack.setDevMode ( String mode ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.setDevMode:(Ljava/lang/String;)V ]
OgnlValueStack.setExprOverrides ( java.util.Map overrides ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.setExprOverrides:(Ljava/util/Map;)V ]
OgnlValueStack.setOgnlUtil ( OgnlUtil ognlUtil ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.setOgnlUtil:(Lcom/opensymphony/xwork2/ognl/OgnlUtil;)V ]
OgnlValueStack.setRoot ( com.opensymphony.xwork2.conversion.impl.XWorkConverter xworkConverter, accessor.CompoundRootAccessor accessor, com.opensymphony.xwork2.util.CompoundRoot compoundRoot, boolean allowStaticMethodAccess ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.setRoot:(Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;Lcom/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor;Lcom/opensymphony/xwork2/util/CompoundRoot;Z)V ]
OgnlValueStack.setValue ( String expr, Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.setValue:(Ljava/lang/String;Ljava/lang/Object;)V ]
OgnlValueStack.setValue ( String expr, Object value, boolean throwExceptionOnFailure ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.setValue:(Ljava/lang/String;Ljava/lang/Object;Z)V ]
OgnlValueStack.size ( ):int
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.size:()I ]
xwork-2.1.0.jar, OgnlValueStackFactory.class
package com.opensymphony.xwork2.ognl
OgnlValueStackFactory.createValueStack ( ):com.opensymphony.xwork2.util.ValueStack
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStackFactory.createValueStack:()Lcom/opensymphony/xwork2/util/ValueStack; ]
OgnlValueStackFactory.createValueStack ( com.opensymphony.xwork2.util.ValueStack stack ):com.opensymphony.xwork2.util.ValueStack
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStackFactory.createValueStack:(Lcom/opensymphony/xwork2/util/ValueStack;)Lcom/opensymphony/xwork2/util/ValueStack; ]
OgnlValueStackFactory.OgnlValueStackFactory ( )
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStackFactory."<init>":()V ]
OgnlValueStackFactory.setAllowStaticMethodAccess ( String allowStaticMethodAccess ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStackFactory.setAllowStaticMethodAccess:(Ljava/lang/String;)V ]
OgnlValueStackFactory.setContainer ( com.opensymphony.xwork2.inject.Container container ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStackFactory.setContainer:(Lcom/opensymphony/xwork2/inject/Container;)V ]
OgnlValueStackFactory.setTextProvider ( com.opensymphony.xwork2.TextProvider textProvider ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStackFactory.setTextProvider:(Lcom/opensymphony/xwork2/TextProvider;)V ]
OgnlValueStackFactory.setXWorkConverter ( com.opensymphony.xwork2.conversion.impl.XWorkConverter conv ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStackFactory.setXWorkConverter:(Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;)V ]
xwork-2.1.0.jar, PackageProvider.class
package com.opensymphony.xwork2.config
PackageProvider.init ( Configuration p1 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/config/PackageProvider.init:(Lcom/opensymphony/xwork2/config/Configuration;)V ]
PackageProvider.loadPackages ( ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/config/PackageProvider.loadPackages:()V ]
PackageProvider.needsReload ( ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/config/PackageProvider.needsReload:()Z ]
xwork-2.1.0.jar, PatternMatcher.class
package com.opensymphony.xwork2.util
PatternMatcher.compilePattern ( String p1 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork2/util/PatternMatcher.compilePattern:(Ljava/lang/String;)Ljava/lang/Object; ]
PatternMatcher.match ( java.util.Map p1, String p2, Object p3 ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/util/PatternMatcher.match:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/Object;)Z ]
xwork-2.1.0.jar, ReflectionContextFactory.class
package com.opensymphony.xwork2.util.reflection
ReflectionContextFactory.createDefaultContext ( Object p1 ) [abstract]:java.util.Map
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextFactory.createDefaultContext:(Ljava/lang/Object;)Ljava/util/Map; ]
xwork-2.1.0.jar, ReflectionContextState.class
package com.opensymphony.xwork2.util.reflection
ReflectionContextState.clear ( java.util.Map context ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.clear:(Ljava/util/Map;)V ]
ReflectionContextState.clearCurrentPropertyPath ( java.util.Map context ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.clearCurrentPropertyPath:(Ljava/util/Map;)V ]
ReflectionContextState.getCurrentPropertyPath ( java.util.Map context ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.getCurrentPropertyPath:(Ljava/util/Map;)Ljava/lang/String; ]
ReflectionContextState.getFullPropertyPath ( java.util.Map context ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.getFullPropertyPath:(Ljava/util/Map;)Ljava/lang/String; ]
ReflectionContextState.getLastBeanClassAccessed ( java.util.Map context ) [static]:Class
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.getLastBeanClassAccessed:(Ljava/util/Map;)Ljava/lang/Class; ]
ReflectionContextState.getLastBeanPropertyAccessed ( java.util.Map context ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.getLastBeanPropertyAccessed:(Ljava/util/Map;)Ljava/lang/String; ]
ReflectionContextState.getSetMap ( java.util.Map context, String path ) [static]:java.util.Map
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.getSetMap:(Ljava/util/Map;Ljava/lang/String;)Ljava/util/Map; ]
ReflectionContextState.isCreatingNullObjects ( java.util.Map context ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.isCreatingNullObjects:(Ljava/util/Map;)Z ]
ReflectionContextState.isDenyMethodExecution ( java.util.Map context ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.isDenyMethodExecution:(Ljava/util/Map;)Z ]
ReflectionContextState.isGettingByKeyProperty ( java.util.Map context ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.isGettingByKeyProperty:(Ljava/util/Map;)Z ]
ReflectionContextState.isReportingConversionErrors ( java.util.Map context ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.isReportingConversionErrors:(Ljava/util/Map;)Z ]
ReflectionContextState.ReflectionContextState ( )
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState."<init>":()V ]
ReflectionContextState.setCreatingNullObjects ( java.util.Map context, boolean creatingNullObjects ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.setCreatingNullObjects:(Ljava/util/Map;Z)V ]
ReflectionContextState.setDenyMethodExecution ( java.util.Map context, boolean denyMethodExecution ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.setDenyMethodExecution:(Ljava/util/Map;Z)V ]
ReflectionContextState.setFullPropertyPath ( java.util.Map context, String path ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.setFullPropertyPath:(Ljava/util/Map;Ljava/lang/String;)V ]
ReflectionContextState.setGettingByKeyProperty ( java.util.Map context, boolean gettingByKeyProperty ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.setGettingByKeyProperty:(Ljava/util/Map;Z)V ]
ReflectionContextState.setLastBeanClassAccessed ( java.util.Map context, Class clazz ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.setLastBeanClassAccessed:(Ljava/util/Map;Ljava/lang/Class;)V ]
ReflectionContextState.setLastBeanPropertyAccessed ( java.util.Map context, String property ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.setLastBeanPropertyAccessed:(Ljava/util/Map;Ljava/lang/String;)V ]
ReflectionContextState.setReportingConversionErrors ( java.util.Map context, boolean reportingErrors ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.setReportingConversionErrors:(Ljava/util/Map;Z)V ]
ReflectionContextState.setSetMap ( java.util.Map context, java.util.Map setMap, String path ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.setSetMap:(Ljava/util/Map;Ljava/util/Map;Ljava/lang/String;)V ]
ReflectionContextState.updateCurrentPropertyPath ( java.util.Map context, Object name ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionContextState.updateCurrentPropertyPath:(Ljava/util/Map;Ljava/lang/Object;)V ]
xwork-2.1.0.jar, ReflectionException.class
package com.opensymphony.xwork2.util.reflection
ReflectionException.ReflectionException ( )
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionException."<init>":()V ]
ReflectionException.ReflectionException ( String s )
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionException."<init>":(Ljava/lang/String;)V ]
ReflectionException.ReflectionException ( String s, Object target )
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionException."<init>":(Ljava/lang/String;Ljava/lang/Object;)V ]
ReflectionException.ReflectionException ( String s, Throwable cause )
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
ReflectionException.ReflectionException ( String s, Throwable cause, Object target )
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Ljava/lang/Object;)V ]
ReflectionException.ReflectionException ( Throwable cause )
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionException."<init>":(Ljava/lang/Throwable;)V ]
ReflectionException.ReflectionException ( Throwable cause, Object target )
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionException."<init>":(Ljava/lang/Throwable;Ljava/lang/Object;)V ]
xwork-2.1.0.jar, ReflectionExceptionHandler.class
package com.opensymphony.xwork2.util.reflection
ReflectionExceptionHandler.handle ( ReflectionException p1 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionExceptionHandler.handle:(Lcom/opensymphony/xwork2/util/reflection/ReflectionException;)V ]
xwork-2.1.0.jar, ReflectionProvider.class
package com.opensymphony.xwork2.util.reflection
ReflectionProvider.copy ( Object p1, Object p2, java.util.Map p3, java.util.Collection p4, java.util.Collection p5 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.copy:(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/util/Collection;Ljava/util/Collection;)V ]
ReflectionProvider.getBeanMap ( Object p1 ) [abstract]:java.util.Map
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.getBeanMap:(Ljava/lang/Object;)Ljava/util/Map; ]
ReflectionProvider.getField ( Class p1, String p2 ) [abstract]:reflect.Field
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.getField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Field; ]
ReflectionProvider.getGetMethod ( Class p1, String p2 ) [abstract]:reflect.Method
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.getGetMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Method; ]
ReflectionProvider.getPropertyDescriptor ( Class p1, String p2 ) [abstract]:java.beans.PropertyDescriptor
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.getPropertyDescriptor:(Ljava/lang/Class;Ljava/lang/String;)Ljava/beans/PropertyDescriptor; ]
ReflectionProvider.getPropertyDescriptors ( Object p1 ) [abstract]:java.beans.PropertyDescriptor[]
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.getPropertyDescriptors:(Ljava/lang/Object;)[Ljava/beans/PropertyDescriptor; ]
ReflectionProvider.getRealTarget ( String p1, java.util.Map p2, Object p3 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.getRealTarget:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;)Ljava/lang/Object; ]
ReflectionProvider.getSetMethod ( Class p1, String p2 ) [abstract]:reflect.Method
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.getSetMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Method; ]
ReflectionProvider.getValue ( String p1, java.util.Map p2, Object p3 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.getValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;)Ljava/lang/Object; ]
ReflectionProvider.setProperties ( java.util.Map p1, Object p2 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.setProperties:(Ljava/util/Map;Ljava/lang/Object;)V ]
ReflectionProvider.setProperties ( java.util.Map p1, Object p2, java.util.Map p3 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.setProperties:(Ljava/util/Map;Ljava/lang/Object;Ljava/util/Map;)V ]
ReflectionProvider.setProperties ( java.util.Map p1, Object p2, java.util.Map p3, boolean p4 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.setProperties:(Ljava/util/Map;Ljava/lang/Object;Ljava/util/Map;Z)V ]
ReflectionProvider.setProperty ( String p1, Object p2, Object p3, java.util.Map p4 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.setProperty:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;)V ]
ReflectionProvider.setValue ( String p1, java.util.Map p2, Object p3, Object p4 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProvider.setValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V ]
xwork-2.1.0.jar, ReflectionProviderFactory.class
package com.opensymphony.xwork2.util.reflection
ReflectionProviderFactory.getInstance ( ) [static]:ReflectionProvider
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProviderFactory.getInstance:()Lcom/opensymphony/xwork2/util/reflection/ReflectionProvider; ]
ReflectionProviderFactory.ReflectionProviderFactory ( )
[ run-time name: com/opensymphony/xwork2/util/reflection/ReflectionProviderFactory."<init>":()V ]
xwork-2.1.0.jar, ResolverUtil.class
package com.opensymphony.xwork2.util
ResolverUtil.findNamedResource ( String name, String[] pathNames ):void
[ run-time name: com/opensymphony/xwork2/util/ResolverUtil.findNamedResource:(Ljava/lang/String;[Ljava/lang/String;)V ]
ResolverUtil.getResources ( ):java.util.Set
[ run-time name: com/opensymphony/xwork2/util/ResolverUtil.getResources:()Ljava/util/Set; ]
xwork-2.1.0.jar, ShortRangeFieldValidator.class
package com.opensymphony.xwork2.validator.validators
ShortRangeFieldValidator.getMax ( ):Short
[ run-time name: com/opensymphony/xwork2/validator/validators/ShortRangeFieldValidator.getMax:()Ljava/lang/Short; ]
ShortRangeFieldValidator.getMaxComparatorValue ( ):Comparable
[ run-time name: com/opensymphony/xwork2/validator/validators/ShortRangeFieldValidator.getMaxComparatorValue:()Ljava/lang/Comparable; ]
ShortRangeFieldValidator.getMin ( ):Short
[ run-time name: com/opensymphony/xwork2/validator/validators/ShortRangeFieldValidator.getMin:()Ljava/lang/Short; ]
ShortRangeFieldValidator.getMinComparatorValue ( ):Comparable
[ run-time name: com/opensymphony/xwork2/validator/validators/ShortRangeFieldValidator.getMinComparatorValue:()Ljava/lang/Comparable; ]
ShortRangeFieldValidator.setMax ( Short max ):void
[ run-time name: com/opensymphony/xwork2/validator/validators/ShortRangeFieldValidator.setMax:(Ljava/lang/Short;)V ]
ShortRangeFieldValidator.setMin ( Short min ):void
[ run-time name: com/opensymphony/xwork2/validator/validators/ShortRangeFieldValidator.setMin:(Ljava/lang/Short;)V ]
ShortRangeFieldValidator.ShortRangeFieldValidator ( )
[ run-time name: com/opensymphony/xwork2/validator/validators/ShortRangeFieldValidator."<init>":()V ]
xwork-2.1.0.jar, StaticMemberAccess.class
package com.opensymphony.xwork2.ognl
StaticMemberAccess.getAllowStaticMethodAccess ( ):boolean
[ run-time name: com/opensymphony/xwork2/ognl/StaticMemberAccess.getAllowStaticMethodAccess:()Z ]
StaticMemberAccess.isAccessible ( java.util.Map context, Object target, reflect.Member member, String propertyName ):boolean
[ run-time name: com/opensymphony/xwork2/ognl/StaticMemberAccess.isAccessible:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/reflect/Member;Ljava/lang/String;)Z ]
StaticMemberAccess.setAllowStaticMethodAccess ( boolean allowStaticMethodAccess ):void
[ run-time name: com/opensymphony/xwork2/ognl/StaticMemberAccess.setAllowStaticMethodAccess:(Z)V ]
StaticMemberAccess.StaticMemberAccess ( boolean method )
[ run-time name: com/opensymphony/xwork2/ognl/StaticMemberAccess."<init>":(Z)V ]
xwork-2.1.0.jar, StubConfigurationProvider.class
package com.opensymphony.xwork2.test
StubConfigurationProvider.destroy ( ):void
[ run-time name: com/opensymphony/xwork2/test/StubConfigurationProvider.destroy:()V ]
StubConfigurationProvider.init ( com.opensymphony.xwork2.config.Configuration configuration ):void
[ run-time name: com/opensymphony/xwork2/test/StubConfigurationProvider.init:(Lcom/opensymphony/xwork2/config/Configuration;)V ]
StubConfigurationProvider.loadPackages ( ):void
[ run-time name: com/opensymphony/xwork2/test/StubConfigurationProvider.loadPackages:()V ]
StubConfigurationProvider.needsReload ( ):boolean
[ run-time name: com/opensymphony/xwork2/test/StubConfigurationProvider.needsReload:()Z ]
StubConfigurationProvider.register ( com.opensymphony.xwork2.inject.ContainerBuilder builder, com.opensymphony.xwork2.util.location.LocatableProperties props ):void
[ run-time name: com/opensymphony/xwork2/test/StubConfigurationProvider.register:(Lcom/opensymphony/xwork2/inject/ContainerBuilder;Lcom/opensymphony/xwork2/util/location/LocatableProperties;)V ]
StubConfigurationProvider.StubConfigurationProvider ( )
[ run-time name: com/opensymphony/xwork2/test/StubConfigurationProvider."<init>":()V ]
xwork-2.1.0.jar, SurrugateList.class
package com.opensymphony.xwork2.ognl.accessor
SurrugateList.add ( int arg0, Object arg1 ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/SurrugateList.add:(ILjava/lang/Object;)V ]
SurrugateList.add ( Object arg0 ):boolean
[ run-time name: com/opensymphony/xwork2/ognl/accessor/SurrugateList.add:(Ljava/lang/Object;)Z ]
SurrugateList.addAll ( int arg0, java.util.Collection arg1 ):boolean
[ run-time name: com/opensymphony/xwork2/ognl/accessor/SurrugateList.addAll:(ILjava/util/Collection;)Z ]
SurrugateList.addAll ( java.util.Collection arg0 ):boolean
[ run-time name: com/opensymphony/xwork2/ognl/accessor/SurrugateList.addAll:(Ljava/util/Collection;)Z ]
SurrugateList.set ( int arg0, Object arg1 ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/SurrugateList.set:(ILjava/lang/Object;)Ljava/lang/Object; ]
SurrugateList.SurrugateList ( java.util.Collection surrugate )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/SurrugateList."<init>":(Ljava/util/Collection;)V ]
xwork-2.1.0.jar, TimerInterceptor.class
package com.opensymphony.xwork2.interceptor
TimerInterceptor.doLog ( com.opensymphony.xwork2.util.logging.Logger logger, String message ):void
[ run-time name: com/opensymphony/xwork2/interceptor/TimerInterceptor.doLog:(Lcom/opensymphony/xwork2/util/logging/Logger;Ljava/lang/String;)V ]
TimerInterceptor.getLoggerToUse ( ):com.opensymphony.xwork2.util.logging.Logger
[ run-time name: com/opensymphony/xwork2/interceptor/TimerInterceptor.getLoggerToUse:()Lcom/opensymphony/xwork2/util/logging/Logger; ]
xwork-2.1.0.jar, TypeConversionException.class
package com.opensymphony.xwork2.conversion
TypeConversionException.TypeConversionException ( )
[ run-time name: com/opensymphony/xwork2/conversion/TypeConversionException."<init>":()V ]
TypeConversionException.TypeConversionException ( String s )
[ run-time name: com/opensymphony/xwork2/conversion/TypeConversionException."<init>":(Ljava/lang/String;)V ]
TypeConversionException.TypeConversionException ( String s, Throwable cause )
[ run-time name: com/opensymphony/xwork2/conversion/TypeConversionException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
TypeConversionException.TypeConversionException ( Throwable cause )
[ run-time name: com/opensymphony/xwork2/conversion/TypeConversionException."<init>":(Ljava/lang/Throwable;)V ]
xwork-2.1.0.jar, TypeConverter.class
package com.opensymphony.xwork2.conversion
TypeConverter.convertValue ( java.util.Map p1, Object p2, reflect.Member p3, String p4, Object p5, Class p6 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork2/conversion/TypeConverter.convertValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/reflect/Member;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; ]
xwork-2.1.0.jar, UnknownHandler.class
package com.opensymphony.xwork2
UnknownHandler.handleUnknownActionMethod ( Object p1, String p2 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork2/UnknownHandler.handleUnknownActionMethod:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; ]
xwork-2.1.0.jar, ValidationAwareSupport.class
package com.opensymphony.xwork2
ValidationAwareSupport.clearActionErrors ( ):void
[ run-time name: com/opensymphony/xwork2/ValidationAwareSupport.clearActionErrors:()V ]
ValidationAwareSupport.clearErrors ( ):void
[ run-time name: com/opensymphony/xwork2/ValidationAwareSupport.clearErrors:()V ]
ValidationAwareSupport.clearFieldErrors ( ):void
[ run-time name: com/opensymphony/xwork2/ValidationAwareSupport.clearFieldErrors:()V ]
ValidationAwareSupport.clearMessages ( ):void
[ run-time name: com/opensymphony/xwork2/ValidationAwareSupport.clearMessages:()V ]
xwork-2.1.0.jar, ValidationInterceptor.class
package com.opensymphony.xwork2.validator
ValidationInterceptor.setActionValidatorManager ( ActionValidatorManager mgr ):void
[ run-time name: com/opensymphony/xwork2/validator/ValidationInterceptor.setActionValidatorManager:(Lcom/opensymphony/xwork2/validator/ActionValidatorManager;)V ]
ValidationInterceptor.setAlwaysInvokeValidate ( String alwaysInvokeValidate ):void
[ run-time name: com/opensymphony/xwork2/validator/ValidationInterceptor.setAlwaysInvokeValidate:(Ljava/lang/String;)V ]
ValidationInterceptor.setDeclarative ( boolean declarative ):void
[ run-time name: com/opensymphony/xwork2/validator/ValidationInterceptor.setDeclarative:(Z)V ]
ValidationInterceptor.setProgrammatic ( boolean programmatic ):void
[ run-time name: com/opensymphony/xwork2/validator/ValidationInterceptor.setProgrammatic:(Z)V ]
xwork-2.1.0.jar, VisitorFieldValidator.class
package com.opensymphony.xwork2.validator.validators
VisitorFieldValidator.setActionValidatorManager ( com.opensymphony.xwork2.validator.ActionValidatorManager mgr ):void
[ run-time name: com/opensymphony/xwork2/validator/validators/VisitorFieldValidator.setActionValidatorManager:(Lcom/opensymphony/xwork2/validator/ActionValidatorManager;)V ]
xwork-2.1.0.jar, WildcardHelper.class
package com.opensymphony.xwork2.util
WildcardHelper.compilePattern ( String x0 ):Object
[ run-time name: com/opensymphony/xwork2/util/WildcardHelper.compilePattern:(Ljava/lang/String;)Ljava/lang/Object; ]
WildcardHelper.match ( java.util.Map x0, String x1, Object x2 ):boolean
[ run-time name: com/opensymphony/xwork2/util/WildcardHelper.match:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/Object;)Z ]
xwork-2.1.0.jar, XmlConfigurationProvider.class
package com.opensymphony.xwork2.config.providers
XmlConfigurationProvider.setThrowExceptionOnDuplicateBeans ( boolean val ):void
[ run-time name: com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.setThrowExceptionOnDuplicateBeans:(Z)V ]
xwork-2.1.0.jar, XWork.class
package com.opensymphony.xwork2
XWork.executeAction ( String namespace, String name, String method ):void
[ run-time name: com/opensymphony/xwork2/XWork.executeAction:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
XWork.executeAction ( String namespace, String name, String method, java.util.Map extraContext ):void
[ run-time name: com/opensymphony/xwork2/XWork.executeAction:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V ]
XWork.setLoggerFactory ( util.logging.LoggerFactory factory ):void
[ run-time name: com/opensymphony/xwork2/XWork.setLoggerFactory:(Lcom/opensymphony/xwork2/util/logging/LoggerFactory;)V ]
XWork.XWork ( )
[ run-time name: com/opensymphony/xwork2/XWork."<init>":()V ]
XWork.XWork ( config.ConfigurationManager mgr )
[ run-time name: com/opensymphony/xwork2/XWork."<init>":(Lcom/opensymphony/xwork2/config/ConfigurationManager;)V ]
xwork-2.1.0.jar, XWorkCollectionPropertyAccessor.class
package com.opensymphony.xwork2.ognl.accessor
XWorkCollectionPropertyAccessor.getProperty ( java.util.Map context, Object target, Object key ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkCollectionPropertyAccessor.getPropertyThroughIteration ( java.util.Map context, java.util.Collection collection, String property, Object key ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.getPropertyThroughIteration:(Ljava/util/Map;Ljava/util/Collection;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkCollectionPropertyAccessor.setObjectFactory ( com.opensymphony.xwork2.ObjectFactory fac ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.setObjectFactory:(Lcom/opensymphony/xwork2/ObjectFactory;)V ]
XWorkCollectionPropertyAccessor.setObjectTypeDeterminer ( com.opensymphony.xwork2.conversion.ObjectTypeDeterminer ot ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.setObjectTypeDeterminer:(Lcom/opensymphony/xwork2/conversion/ObjectTypeDeterminer;)V ]
XWorkCollectionPropertyAccessor.setProperty ( java.util.Map arg0, Object arg1, Object arg2, Object arg3 ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkCollectionPropertyAccessor.setXWorkConverter ( com.opensymphony.xwork2.conversion.impl.XWorkConverter conv ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.setXWorkConverter:(Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;)V ]
XWorkCollectionPropertyAccessor.XWorkCollectionPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor."<init>":()V ]
xwork-2.1.0.jar, XWorkConfigurationProvider.class
package com.opensymphony.xwork2.config.providers
XWorkConfigurationProvider.destroy ( ):void
[ run-time name: com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.destroy:()V ]
XWorkConfigurationProvider.init ( com.opensymphony.xwork2.config.Configuration configuration ):void
[ run-time name: com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.init:(Lcom/opensymphony/xwork2/config/Configuration;)V ]
XWorkConfigurationProvider.loadPackages ( ):void
[ run-time name: com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.loadPackages:()V ]
XWorkConfigurationProvider.needsReload ( ):boolean
[ run-time name: com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.needsReload:()Z ]
XWorkConfigurationProvider.register ( com.opensymphony.xwork2.inject.ContainerBuilder builder, com.opensymphony.xwork2.util.location.LocatableProperties props ):void
[ run-time name: com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.register:(Lcom/opensymphony/xwork2/inject/ContainerBuilder;Lcom/opensymphony/xwork2/util/location/LocatableProperties;)V ]
XWorkConfigurationProvider.XWorkConfigurationProvider ( )
[ run-time name: com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider."<init>":()V ]
xwork-2.1.0.jar, XWorkEnumerationAccessor.class
package com.opensymphony.xwork2.ognl.accessor
XWorkEnumerationAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkEnumerationAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkEnumerationAccessor.XWorkEnumerationAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkEnumerationAccessor."<init>":()V ]
xwork-2.1.0.jar, XWorkIteratorPropertyAccessor.class
package com.opensymphony.xwork2.ognl.accessor
XWorkIteratorPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkIteratorPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkIteratorPropertyAccessor.XWorkIteratorPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkIteratorPropertyAccessor."<init>":()V ]
xwork-2.1.0.jar, XWorkList.class
package com.opensymphony.xwork2.util
XWorkList.XWorkList ( com.opensymphony.xwork2.ObjectFactory fac, com.opensymphony.xwork2.conversion.impl.XWorkConverter conv, Class clazz )
[ run-time name: com/opensymphony/xwork2/util/XWorkList."<init>":(Lcom/opensymphony/xwork2/ObjectFactory;Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;Ljava/lang/Class;)V ]
XWorkList.XWorkList ( com.opensymphony.xwork2.ObjectFactory fac, com.opensymphony.xwork2.conversion.impl.XWorkConverter conv, Class clazz, int initialCapacity )
[ run-time name: com/opensymphony/xwork2/util/XWorkList."<init>":(Lcom/opensymphony/xwork2/ObjectFactory;Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;Ljava/lang/Class;I)V ]
xwork-2.1.0.jar, XWorkListPropertyAccessor.class
package com.opensymphony.xwork2.ognl.accessor
XWorkListPropertyAccessor.getProperty ( java.util.Map context, Object target, Object name ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkListPropertyAccessor.setObjectFactory ( com.opensymphony.xwork2.ObjectFactory fac ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor.setObjectFactory:(Lcom/opensymphony/xwork2/ObjectFactory;)V ]
XWorkListPropertyAccessor.setObjectTypeDeterminer ( com.opensymphony.xwork2.conversion.ObjectTypeDeterminer ot ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor.setObjectTypeDeterminer:(Lcom/opensymphony/xwork2/conversion/ObjectTypeDeterminer;)V ]
XWorkListPropertyAccessor.setOgnlUtil ( com.opensymphony.xwork2.ognl.OgnlUtil util ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor.setOgnlUtil:(Lcom/opensymphony/xwork2/ognl/OgnlUtil;)V ]
XWorkListPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkListPropertyAccessor.setXWorkCollectionPropertyAccessor ( ognl.PropertyAccessor acc ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor.setXWorkCollectionPropertyAccessor:(Lognl/PropertyAccessor;)V ]
XWorkListPropertyAccessor.setXWorkConverter ( com.opensymphony.xwork2.conversion.impl.XWorkConverter conv ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor.setXWorkConverter:(Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;)V ]
XWorkListPropertyAccessor.XWorkListPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor."<init>":()V ]
xwork-2.1.0.jar, XWorkMapPropertyAccessor.class
package com.opensymphony.xwork2.ognl.accessor
XWorkMapPropertyAccessor.getProperty ( java.util.Map context, Object target, Object name ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkMapPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkMapPropertyAccessor.setObjectFactory ( com.opensymphony.xwork2.ObjectFactory fac ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkMapPropertyAccessor.setObjectFactory:(Lcom/opensymphony/xwork2/ObjectFactory;)V ]
XWorkMapPropertyAccessor.setObjectTypeDeterminer ( com.opensymphony.xwork2.conversion.ObjectTypeDeterminer ot ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkMapPropertyAccessor.setObjectTypeDeterminer:(Lcom/opensymphony/xwork2/conversion/ObjectTypeDeterminer;)V ]
XWorkMapPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkMapPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkMapPropertyAccessor.setXWorkConverter ( com.opensymphony.xwork2.conversion.impl.XWorkConverter conv ):void
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkMapPropertyAccessor.setXWorkConverter:(Lcom/opensymphony/xwork2/conversion/impl/XWorkConverter;)V ]
XWorkMapPropertyAccessor.XWorkMapPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkMapPropertyAccessor."<init>":()V ]
xwork-2.1.0.jar, XWorkMethodAccessor.class
package com.opensymphony.xwork2.ognl.accessor
XWorkMethodAccessor.callMethod ( java.util.Map context, Object object, String string, Object[] objects ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkMethodAccessor.callMethod:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkMethodAccessor.callStaticMethod ( java.util.Map context, Class aClass, String string, Object[] objects ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkMethodAccessor.callStaticMethod:(Ljava/util/Map;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkMethodAccessor.XWorkMethodAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkMethodAccessor."<init>":()V ]
xwork-2.1.0.jar, XWorkObjectPropertyAccessor.class
package com.opensymphony.xwork2.ognl.accessor
XWorkObjectPropertyAccessor.getProperty ( java.util.Map context, Object target, Object oname ):Object
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkObjectPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkObjectPropertyAccessor.XWorkObjectPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/ognl/accessor/XWorkObjectPropertyAccessor."<init>":()V ]
xwork-2.1.0.jar, XWorkTestCase.class
package com.opensymphony.xwork2
XWorkTestCase.loadButAdd ( Class type, Object impl ):void
[ run-time name: com/opensymphony/xwork2/XWorkTestCase.loadButAdd:(Ljava/lang/Class;Ljava/lang/Object;)V ]
XWorkTestCase.loadButAdd ( Class type, String name, Object impl ):void
[ run-time name: com/opensymphony/xwork2/XWorkTestCase.loadButAdd:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)V ]
xwork-2.1.0.jar, XWorkTypeConverterWrapper.class
package com.opensymphony.xwork2.ognl
XWorkTypeConverterWrapper.convertValue ( java.util.Map context, Object target, reflect.Member member, String propertyName, Object value, Class toType ):Object
[ run-time name: com/opensymphony/xwork2/ognl/XWorkTypeConverterWrapper.convertValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/reflect/Member;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; ]
XWorkTypeConverterWrapper.XWorkTypeConverterWrapper ( ognl.TypeConverter conv )
[ run-time name: com/opensymphony/xwork2/ognl/XWorkTypeConverterWrapper."<init>":(Lognl/TypeConverter;)V ]
to the top
Removed Methods (191)
xwork-2.0.7.jar, ActionValidatorManagerFactory.class
package com.opensymphony.xwork2.validator
ActionValidatorManagerFactory.ActionValidatorManagerFactory ( )
[ run-time name: com/opensymphony/xwork2/validator/ActionValidatorManagerFactory."<init>":()V ]
ActionValidatorManagerFactory.getInstance ( ) [static]:ActionValidatorManager
[ run-time name: com/opensymphony/xwork2/validator/ActionValidatorManagerFactory.getInstance:()Lcom/opensymphony/xwork2/validator/ActionValidatorManager; ]
ActionValidatorManagerFactory.setInstance ( ActionValidatorManager instance ) [static]:void
[ run-time name: com/opensymphony/xwork2/validator/ActionValidatorManagerFactory.setInstance:(Lcom/opensymphony/xwork2/validator/ActionValidatorManager;)V ]
xwork-2.0.7.jar, AnnotationXWorkConverter.class
package com.opensymphony.xwork2.util
AnnotationXWorkConverter.AnnotationXWorkConverter ( )
[ run-time name: com/opensymphony/xwork2/util/AnnotationXWorkConverter."<init>":()V ]
xwork-2.0.7.jar, ClearableValueStack.class
package com.opensymphony.xwork2.util
ClearableValueStack.clearContextValues ( ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/ClearableValueStack.clearContextValues:()V ]
xwork-2.0.7.jar, CompoundRootAccessor.class
package com.opensymphony.xwork2.util
CompoundRootAccessor.callMethod ( java.util.Map context, Object target, String name, Object[] objects ):Object
[ run-time name: com/opensymphony/xwork2/util/CompoundRootAccessor.callMethod:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
CompoundRootAccessor.callStaticMethod ( java.util.Map transientVars, Class aClass, String s, Object[] objects ):Object
[ run-time name: com/opensymphony/xwork2/util/CompoundRootAccessor.callStaticMethod:(Ljava/util/Map;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
CompoundRootAccessor.classForName ( String className, java.util.Map context ):Class
[ run-time name: com/opensymphony/xwork2/util/CompoundRootAccessor.classForName:(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/Class; ]
CompoundRootAccessor.CompoundRootAccessor ( )
[ run-time name: com/opensymphony/xwork2/util/CompoundRootAccessor."<init>":()V ]
CompoundRootAccessor.getProperty ( java.util.Map context, Object target, Object name ):Object
[ run-time name: com/opensymphony/xwork2/util/CompoundRootAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
CompoundRootAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/util/CompoundRootAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
xwork-2.0.7.jar, DefaultActionInvocation.class
package com.opensymphony.xwork2
DefaultActionInvocation.DefaultActionInvocation ( ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, java.util.Map extraContext )
[ run-time name: com/opensymphony/xwork2/DefaultActionInvocation."<init>":(Lcom/opensymphony/xwork2/ObjectFactory;Lcom/opensymphony/xwork2/UnknownHandler;Lcom/opensymphony/xwork2/ActionProxy;Ljava/util/Map;)V ]
DefaultActionInvocation.DefaultActionInvocation ( ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, java.util.Map extraContext, boolean pushAction )
[ run-time name: com/opensymphony/xwork2/DefaultActionInvocation."<init>":(Lcom/opensymphony/xwork2/ObjectFactory;Lcom/opensymphony/xwork2/UnknownHandler;Lcom/opensymphony/xwork2/ActionProxy;Ljava/util/Map;Z)V ]
DefaultActionInvocation.DefaultActionInvocation ( ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, java.util.Map extraContext, boolean pushAction, ActionEventListener actionEventListener )
[ run-time name: com/opensymphony/xwork2/DefaultActionInvocation."<init>":(Lcom/opensymphony/xwork2/ObjectFactory;Lcom/opensymphony/xwork2/UnknownHandler;Lcom/opensymphony/xwork2/ActionProxy;Ljava/util/Map;ZLcom/opensymphony/xwork2/ActionEventListener;)V ]
xwork-2.0.7.jar, DefaultActionProxy.class
package com.opensymphony.xwork2
DefaultActionProxy.DefaultActionProxy ( String namespace, String actionName, java.util.Map extraContext, boolean executeResult, boolean cleanupContext )
[ run-time name: com/opensymphony/xwork2/DefaultActionProxy."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;ZZ)V ]
xwork-2.0.7.jar, DefaultObjectTypeDeterminer.class
package com.opensymphony.xwork2.util
DefaultObjectTypeDeterminer.DefaultObjectTypeDeterminer ( )
[ run-time name: com/opensymphony/xwork2/util/DefaultObjectTypeDeterminer."<init>":()V ]
DefaultObjectTypeDeterminer.getAnnotation ( Class parentClass, String property, Class annotationClass ):annotation.Annotation
[ run-time name: com/opensymphony/xwork2/util/DefaultObjectTypeDeterminer.getAnnotation:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/annotation/Annotation; ]
DefaultObjectTypeDeterminer.getElementClass ( Class parentClass, String property, Object key ):Class
[ run-time name: com/opensymphony/xwork2/util/DefaultObjectTypeDeterminer.getElementClass:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Class; ]
DefaultObjectTypeDeterminer.getKeyClass ( Class parentClass, String property ):Class
[ run-time name: com/opensymphony/xwork2/util/DefaultObjectTypeDeterminer.getKeyClass:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Class; ]
DefaultObjectTypeDeterminer.getKeyProperty ( Class parentClass, String property ):String
[ run-time name: com/opensymphony/xwork2/util/DefaultObjectTypeDeterminer.getKeyProperty:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String; ]
DefaultObjectTypeDeterminer.shouldCreateIfNew ( Class parentClass, String property, Object target, String keyProperty, boolean isIndexAccessed ):boolean
[ run-time name: com/opensymphony/xwork2/util/DefaultObjectTypeDeterminer.shouldCreateIfNew:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Z)Z ]
xwork-2.0.7.jar, DefaultWorkflowInterceptor.class
package com.opensymphony.xwork2.interceptor
DefaultWorkflowInterceptor.setAlwaysInvokeValidate ( String alwaysInvokeValidate ):void
[ run-time name: com/opensymphony/xwork2/interceptor/DefaultWorkflowInterceptor.setAlwaysInvokeValidate:(Ljava/lang/String;)V ]
xwork-2.0.7.jar, EnumTypeConverter.class
package com.opensymphony.xwork2.util
EnumTypeConverter.convertFromString ( String value, Class toClass ):Enum
[ run-time name: com/opensymphony/xwork2/util/EnumTypeConverter.convertFromString:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Enum; ]
EnumTypeConverter.convertValue ( java.util.Map context, Object o, Class toClass ):Object
[ run-time name: com/opensymphony/xwork2/util/EnumTypeConverter.convertValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; ]
EnumTypeConverter.EnumTypeConverter ( )
[ run-time name: com/opensymphony/xwork2/util/EnumTypeConverter."<init>":()V ]
xwork-2.0.7.jar, ExceptionMappingInterceptor.class
package com.opensymphony.xwork2.interceptor
ExceptionMappingInterceptor.doLog ( org.apache.commons.logging.Log logger, Exception e ):void
[ run-time name: com/opensymphony/xwork2/interceptor/ExceptionMappingInterceptor.doLog:(Lorg/apache/commons/logging/Log;Ljava/lang/Exception;)V ]
xwork-2.0.7.jar, GenericsObjectTypeDeterminer.class
package com.opensymphony.xwork2.util
GenericsObjectTypeDeterminer.GenericsObjectTypeDeterminer ( )
[ run-time name: com/opensymphony/xwork2/util/GenericsObjectTypeDeterminer."<init>":()V ]
xwork-2.0.7.jar, InstantiatingNullHandler.class
package com.opensymphony.xwork2.util
InstantiatingNullHandler.InstantiatingNullHandler ( )
[ run-time name: com/opensymphony/xwork2/util/InstantiatingNullHandler."<init>":()V ]
InstantiatingNullHandler.nullMethodResult ( java.util.Map context, Object target, String methodName, Object[] args ):Object
[ run-time name: com/opensymphony/xwork2/util/InstantiatingNullHandler.nullMethodResult:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
InstantiatingNullHandler.nullPropertyValue ( java.util.Map context, Object target, Object property ):Object
[ run-time name: com/opensymphony/xwork2/util/InstantiatingNullHandler.nullPropertyValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
xwork-2.0.7.jar, MemberAccessValueStack.class
package com.opensymphony.xwork2.util
MemberAccessValueStack.setAcceptProperties ( java.util.Set p1 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/MemberAccessValueStack.setAcceptProperties:(Ljava/util/Set;)V ]
MemberAccessValueStack.setExcludeProperties ( java.util.Set p1 ) [abstract]:void
[ run-time name: com/opensymphony/xwork2/util/MemberAccessValueStack.setExcludeProperties:(Ljava/util/Set;)V ]
xwork-2.0.7.jar, ObjectFactory.class
package com.opensymphony.xwork2
ObjectFactory.setObjectFactory ( ObjectFactory factory ) [static]:void
[ run-time name: com/opensymphony/xwork2/ObjectFactory.setObjectFactory:(Lcom/opensymphony/xwork2/ObjectFactory;)V ]
xwork-2.0.7.jar, ObjectProxy.class
package com.opensymphony.xwork2.util
ObjectProxy.getLastClassAccessed ( ):Class
[ run-time name: com/opensymphony/xwork2/util/ObjectProxy.getLastClassAccessed:()Ljava/lang/Class; ]
ObjectProxy.getLastPropertyAccessed ( ):String
[ run-time name: com/opensymphony/xwork2/util/ObjectProxy.getLastPropertyAccessed:()Ljava/lang/String; ]
ObjectProxy.getValue ( ):Object
[ run-time name: com/opensymphony/xwork2/util/ObjectProxy.getValue:()Ljava/lang/Object; ]
ObjectProxy.ObjectProxy ( )
[ run-time name: com/opensymphony/xwork2/util/ObjectProxy."<init>":()V ]
ObjectProxy.setLastClassAccessed ( Class lastClassAccessed ):void
[ run-time name: com/opensymphony/xwork2/util/ObjectProxy.setLastClassAccessed:(Ljava/lang/Class;)V ]
ObjectProxy.setLastPropertyAccessed ( String lastPropertyAccessed ):void
[ run-time name: com/opensymphony/xwork2/util/ObjectProxy.setLastPropertyAccessed:(Ljava/lang/String;)V ]
ObjectProxy.setValue ( Object value ):void
[ run-time name: com/opensymphony/xwork2/util/ObjectProxy.setValue:(Ljava/lang/Object;)V ]
xwork-2.0.7.jar, ObjectProxyPropertyAccessor.class
package com.opensymphony.xwork2.util
ObjectProxyPropertyAccessor.getProperty ( java.util.Map context, Object target, Object name ):Object
[ run-time name: com/opensymphony/xwork2/util/ObjectProxyPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
ObjectProxyPropertyAccessor.ObjectProxyPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/util/ObjectProxyPropertyAccessor."<init>":()V ]
ObjectProxyPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/util/ObjectProxyPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
xwork-2.0.7.jar, ObjectTypeDeterminer.class
package com.opensymphony.xwork2.util
ObjectTypeDeterminer.getElementClass ( Class p1, String p2, Object p3 ) [abstract]:Class
[ run-time name: com/opensymphony/xwork2/util/ObjectTypeDeterminer.getElementClass:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Class; ]
ObjectTypeDeterminer.getKeyClass ( Class p1, String p2 ) [abstract]:Class
[ run-time name: com/opensymphony/xwork2/util/ObjectTypeDeterminer.getKeyClass:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Class; ]
ObjectTypeDeterminer.getKeyProperty ( Class p1, String p2 ) [abstract]:String
[ run-time name: com/opensymphony/xwork2/util/ObjectTypeDeterminer.getKeyProperty:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String; ]
ObjectTypeDeterminer.shouldCreateIfNew ( Class p1, String p2, Object p3, String p4, boolean p5 ) [abstract]:boolean
[ run-time name: com/opensymphony/xwork2/util/ObjectTypeDeterminer.shouldCreateIfNew:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Z)Z ]
xwork-2.0.7.jar, ObjectTypeDeterminerFactory.class
package com.opensymphony.xwork2.util
ObjectTypeDeterminerFactory.getInstance ( ) [static]:ObjectTypeDeterminer
[ run-time name: com/opensymphony/xwork2/util/ObjectTypeDeterminerFactory.getInstance:()Lcom/opensymphony/xwork2/util/ObjectTypeDeterminer; ]
ObjectTypeDeterminerFactory.ObjectTypeDeterminerFactory ( )
[ run-time name: com/opensymphony/xwork2/util/ObjectTypeDeterminerFactory."<init>":()V ]
ObjectTypeDeterminerFactory.setInstance ( ObjectTypeDeterminer instance ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/ObjectTypeDeterminerFactory.setInstance:(Lcom/opensymphony/xwork2/util/ObjectTypeDeterminer;)V ]
xwork-2.0.7.jar, OgnlContextState.class
package com.opensymphony.xwork2.util
OgnlContextState.clear ( java.util.Map context ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.clear:(Ljava/util/Map;)V ]
OgnlContextState.clearCurrentPropertyPath ( java.util.Map context ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.clearCurrentPropertyPath:(Ljava/util/Map;)V ]
OgnlContextState.getCurrentPropertyPath ( java.util.Map context ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.getCurrentPropertyPath:(Ljava/util/Map;)Ljava/lang/String; ]
OgnlContextState.getFullPropertyPath ( java.util.Map context ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.getFullPropertyPath:(Ljava/util/Map;)Ljava/lang/String; ]
OgnlContextState.getLastBeanClassAccessed ( java.util.Map context ) [static]:Class
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.getLastBeanClassAccessed:(Ljava/util/Map;)Ljava/lang/Class; ]
OgnlContextState.getLastBeanPropertyAccessed ( java.util.Map context ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.getLastBeanPropertyAccessed:(Ljava/util/Map;)Ljava/lang/String; ]
OgnlContextState.getSetMap ( java.util.Map context, String path ) [static]:java.util.Map
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.getSetMap:(Ljava/util/Map;Ljava/lang/String;)Ljava/util/Map; ]
OgnlContextState.isCreatingNullObjects ( java.util.Map context ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.isCreatingNullObjects:(Ljava/util/Map;)Z ]
OgnlContextState.isDenyMethodExecution ( java.util.Map context ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.isDenyMethodExecution:(Ljava/util/Map;)Z ]
OgnlContextState.isGettingByKeyProperty ( java.util.Map context ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.isGettingByKeyProperty:(Ljava/util/Map;)Z ]
OgnlContextState.isReportingConversionErrors ( java.util.Map context ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.isReportingConversionErrors:(Ljava/util/Map;)Z ]
OgnlContextState.OgnlContextState ( )
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState."<init>":()V ]
OgnlContextState.setCreatingNullObjects ( java.util.Map context, boolean creatingNullObjects ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.setCreatingNullObjects:(Ljava/util/Map;Z)V ]
OgnlContextState.setDenyMethodExecution ( java.util.Map context, boolean denyMethodExecution ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.setDenyMethodExecution:(Ljava/util/Map;Z)V ]
OgnlContextState.setFullPropertyPath ( java.util.Map context, String path ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.setFullPropertyPath:(Ljava/util/Map;Ljava/lang/String;)V ]
OgnlContextState.setGettingByKeyProperty ( java.util.Map context, boolean gettingByKeyProperty ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.setGettingByKeyProperty:(Ljava/util/Map;Z)V ]
OgnlContextState.setLastBeanClassAccessed ( java.util.Map context, Class clazz ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.setLastBeanClassAccessed:(Ljava/util/Map;Ljava/lang/Class;)V ]
OgnlContextState.setLastBeanPropertyAccessed ( java.util.Map context, String property ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.setLastBeanPropertyAccessed:(Ljava/util/Map;Ljava/lang/String;)V ]
OgnlContextState.setReportingConversionErrors ( java.util.Map context, boolean reportingErrors ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.setReportingConversionErrors:(Ljava/util/Map;Z)V ]
OgnlContextState.setSetMap ( java.util.Map context, java.util.Map setMap, String path ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.setSetMap:(Ljava/util/Map;Ljava/util/Map;Ljava/lang/String;)V ]
OgnlContextState.updateCurrentPropertyPath ( java.util.Map context, Object name ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlContextState.updateCurrentPropertyPath:(Ljava/util/Map;Ljava/lang/Object;)V ]
xwork-2.0.7.jar, OgnlUtil.class
package com.opensymphony.xwork2.util
OgnlUtil.compile ( String expression ) [static]:Object
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.compile:(Ljava/lang/String;)Ljava/lang/Object; ]
OgnlUtil.copy ( Object from, Object to, java.util.Map context ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.copy:(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;)V ]
OgnlUtil.copy ( Object from, Object to, java.util.Map context, java.util.Collection exclusions, java.util.Collection inclusions ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.copy:(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/util/Collection;Ljava/util/Collection;)V ]
OgnlUtil.getBeanInfo ( Object from ) [static]:java.beans.BeanInfo
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.getBeanInfo:(Ljava/lang/Object;)Ljava/beans/BeanInfo; ]
OgnlUtil.getBeanMap ( Object source ) [static]:java.util.Map
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.getBeanMap:(Ljava/lang/Object;)Ljava/util/Map; ]
OgnlUtil.getPropertyDescriptors ( Object source ) [static]:java.beans.PropertyDescriptor[]
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.getPropertyDescriptors:(Ljava/lang/Object;)[Ljava/beans/PropertyDescriptor; ]
OgnlUtil.getRealTarget ( String property, java.util.Map context, Object root ) [static]:Object
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.getRealTarget:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;)Ljava/lang/Object; ]
OgnlUtil.getValue ( String name, java.util.Map context, Object root ) [static]:Object
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.getValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;)Ljava/lang/Object; ]
OgnlUtil.getValue ( String name, java.util.Map context, Object root, Class resultType ) [static]:Object
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.getValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; ]
OgnlUtil.OgnlUtil ( )
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil."<init>":()V ]
OgnlUtil.setProperties ( java.util.Map properties, Object o ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.setProperties:(Ljava/util/Map;Ljava/lang/Object;)V ]
OgnlUtil.setProperties ( java.util.Map properties, Object o, boolean throwPropertyExceptions ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.setProperties:(Ljava/util/Map;Ljava/lang/Object;Z)V ]
OgnlUtil.setProperties ( java.util.Map props, Object o, java.util.Map context ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.setProperties:(Ljava/util/Map;Ljava/lang/Object;Ljava/util/Map;)V ]
OgnlUtil.setProperties ( java.util.Map props, Object o, java.util.Map context, boolean throwPropertyExceptions ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.setProperties:(Ljava/util/Map;Ljava/lang/Object;Ljava/util/Map;Z)V ]
OgnlUtil.setProperty ( String name, Object value, Object o, java.util.Map context ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.setProperty:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;)V ]
OgnlUtil.setProperty ( String name, Object value, Object o, java.util.Map context, boolean throwPropertyExceptions ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.setProperty:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Z)V ]
OgnlUtil.setValue ( String name, java.util.Map context, Object root, Object value ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlUtil.setValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V ]
xwork-2.0.7.jar, OgnlValueStack.class
package com.opensymphony.xwork2.util
OgnlValueStack.clearContextValues ( ):void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.clearContextValues:()V ]
OgnlValueStack.findString ( String expr ):String
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.findString:(Ljava/lang/String;)Ljava/lang/String; ]
OgnlValueStack.findValue ( String expr ):Object
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.findValue:(Ljava/lang/String;)Ljava/lang/Object; ]
OgnlValueStack.findValue ( String expr, Class asType ):Object
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.findValue:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object; ]
OgnlValueStack.getAccessor ( ) [static]:CompoundRootAccessor
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.getAccessor:()Lcom/opensymphony/xwork2/util/CompoundRootAccessor; ]
OgnlValueStack.getContext ( ):java.util.Map
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.getContext:()Ljava/util/Map; ]
OgnlValueStack.getExprOverrides ( ):java.util.Map
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.getExprOverrides:()Ljava/util/Map; ]
OgnlValueStack.getRoot ( ):CompoundRoot
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.getRoot:()Lcom/opensymphony/xwork2/util/CompoundRoot; ]
OgnlValueStack.link ( java.util.Map context, Class clazz, String name ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.link:(Ljava/util/Map;Ljava/lang/Class;Ljava/lang/String;)V ]
OgnlValueStack.OgnlValueStack ( )
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack."<init>":()V ]
OgnlValueStack.OgnlValueStack ( ValueStack vs )
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack."<init>":(Lcom/opensymphony/xwork2/util/ValueStack;)V ]
OgnlValueStack.peek ( ):Object
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.peek:()Ljava/lang/Object; ]
OgnlValueStack.pop ( ):Object
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.pop:()Ljava/lang/Object; ]
OgnlValueStack.push ( Object o ):void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.push:(Ljava/lang/Object;)V ]
OgnlValueStack.reset ( ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.reset:()V ]
OgnlValueStack.set ( String key, Object o ):void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.set:(Ljava/lang/String;Ljava/lang/Object;)V ]
OgnlValueStack.setAcceptProperties ( java.util.Set acceptedProperties ):void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.setAcceptProperties:(Ljava/util/Set;)V ]
OgnlValueStack.setAllowStaticMethodAccess ( boolean allowStaticMethodAccess ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.setAllowStaticMethodAccess:(Z)V ]
OgnlValueStack.setDefaultType ( Class defaultType ):void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.setDefaultType:(Ljava/lang/Class;)V ]
OgnlValueStack.setDevMode ( String mode ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.setDevMode:(Ljava/lang/String;)V ]
OgnlValueStack.setExcludeProperties ( java.util.Set excludeProperties ):void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.setExcludeProperties:(Ljava/util/Set;)V ]
OgnlValueStack.setExprOverrides ( java.util.Map overrides ):void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.setExprOverrides:(Ljava/util/Map;)V ]
OgnlValueStack.setValue ( String expr, Object value ):void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.setValue:(Ljava/lang/String;Ljava/lang/Object;)V ]
OgnlValueStack.setValue ( String expr, Object value, boolean throwExceptionOnFailure ):void
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.setValue:(Ljava/lang/String;Ljava/lang/Object;Z)V ]
OgnlValueStack.size ( ):int
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStack.size:()I ]
xwork-2.0.7.jar, OgnlValueStackFactory.class
package com.opensymphony.xwork2.util
OgnlValueStackFactory.createValueStack ( ):ValueStack
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStackFactory.createValueStack:()Lcom/opensymphony/xwork2/util/ValueStack; ]
OgnlValueStackFactory.createValueStack ( ValueStack stack ):ValueStack
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStackFactory.createValueStack:(Lcom/opensymphony/xwork2/util/ValueStack;)Lcom/opensymphony/xwork2/util/ValueStack; ]
OgnlValueStackFactory.OgnlValueStackFactory ( )
[ run-time name: com/opensymphony/xwork2/util/OgnlValueStackFactory."<init>":()V ]
xwork-2.0.7.jar, ParametersInterceptor.class
package com.opensymphony.xwork2.interceptor
ParametersInterceptor.isAccepted ( String paramName ):boolean
[ run-time name: com/opensymphony/xwork2/interceptor/ParametersInterceptor.isAccepted:(Ljava/lang/String;)Z ]
ParametersInterceptor.setAcceptParamNames ( String commaDelim ):void
[ run-time name: com/opensymphony/xwork2/interceptor/ParametersInterceptor.setAcceptParamNames:(Ljava/lang/String;)V ]
xwork-2.0.7.jar, SecurityMemberAccess.class
package com.opensymphony.xwork2.util
SecurityMemberAccess.getAllowStaticMethodAccess ( ):boolean
[ run-time name: com/opensymphony/xwork2/util/SecurityMemberAccess.getAllowStaticMethodAccess:()Z ]
SecurityMemberAccess.isAcceptableProperty ( String name ):boolean
[ run-time name: com/opensymphony/xwork2/util/SecurityMemberAccess.isAcceptableProperty:(Ljava/lang/String;)Z ]
SecurityMemberAccess.isAccepted ( String paramName ):boolean
[ run-time name: com/opensymphony/xwork2/util/SecurityMemberAccess.isAccepted:(Ljava/lang/String;)Z ]
SecurityMemberAccess.isAccessible ( java.util.Map context, Object target, reflect.Member member, String propertyName ):boolean
[ run-time name: com/opensymphony/xwork2/util/SecurityMemberAccess.isAccessible:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/reflect/Member;Ljava/lang/String;)Z ]
SecurityMemberAccess.isExcluded ( String paramName ):boolean
[ run-time name: com/opensymphony/xwork2/util/SecurityMemberAccess.isExcluded:(Ljava/lang/String;)Z ]
SecurityMemberAccess.SecurityMemberAccess ( boolean method )
[ run-time name: com/opensymphony/xwork2/util/SecurityMemberAccess."<init>":(Z)V ]
SecurityMemberAccess.setAcceptProperties ( java.util.Set acceptedProperties ):void
[ run-time name: com/opensymphony/xwork2/util/SecurityMemberAccess.setAcceptProperties:(Ljava/util/Set;)V ]
SecurityMemberAccess.setAllowStaticMethodAccess ( boolean allowStaticMethodAccess ):void
[ run-time name: com/opensymphony/xwork2/util/SecurityMemberAccess.setAllowStaticMethodAccess:(Z)V ]
SecurityMemberAccess.setExcludeProperties ( java.util.Set excludeProperties ):void
[ run-time name: com/opensymphony/xwork2/util/SecurityMemberAccess.setExcludeProperties:(Ljava/util/Set;)V ]
xwork-2.0.7.jar, SurrugateList.class
package com.opensymphony.xwork2.util
SurrugateList.add ( int arg0, Object arg1 ):void
[ run-time name: com/opensymphony/xwork2/util/SurrugateList.add:(ILjava/lang/Object;)V ]
SurrugateList.add ( Object arg0 ):boolean
[ run-time name: com/opensymphony/xwork2/util/SurrugateList.add:(Ljava/lang/Object;)Z ]
SurrugateList.addAll ( int arg0, java.util.Collection arg1 ):boolean
[ run-time name: com/opensymphony/xwork2/util/SurrugateList.addAll:(ILjava/util/Collection;)Z ]
SurrugateList.addAll ( java.util.Collection arg0 ):boolean
[ run-time name: com/opensymphony/xwork2/util/SurrugateList.addAll:(Ljava/util/Collection;)Z ]
SurrugateList.set ( int arg0, Object arg1 ):Object
[ run-time name: com/opensymphony/xwork2/util/SurrugateList.set:(ILjava/lang/Object;)Ljava/lang/Object; ]
SurrugateList.SurrugateList ( java.util.Collection surrugate )
[ run-time name: com/opensymphony/xwork2/util/SurrugateList."<init>":(Ljava/util/Collection;)V ]
xwork-2.0.7.jar, TimerInterceptor.class
package com.opensymphony.xwork2.interceptor
TimerInterceptor.doLog ( org.apache.commons.logging.Log logger, String message ):void
[ run-time name: com/opensymphony/xwork2/interceptor/TimerInterceptor.doLog:(Lorg/apache/commons/logging/Log;Ljava/lang/String;)V ]
TimerInterceptor.getLoggerToUse ( ):org.apache.commons.logging.Log
[ run-time name: com/opensymphony/xwork2/interceptor/TimerInterceptor.getLoggerToUse:()Lorg/apache/commons/logging/Log; ]
xwork-2.0.7.jar, TypeConversionException.class
package com.opensymphony.xwork2.util
TypeConversionException.TypeConversionException ( )
[ run-time name: com/opensymphony/xwork2/util/TypeConversionException."<init>":()V ]
TypeConversionException.TypeConversionException ( String s )
[ run-time name: com/opensymphony/xwork2/util/TypeConversionException."<init>":(Ljava/lang/String;)V ]
TypeConversionException.TypeConversionException ( String s, Throwable cause )
[ run-time name: com/opensymphony/xwork2/util/TypeConversionException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
TypeConversionException.TypeConversionException ( Throwable cause )
[ run-time name: com/opensymphony/xwork2/util/TypeConversionException."<init>":(Ljava/lang/Throwable;)V ]
xwork-2.0.7.jar, ValidatorFileParser.class
package com.opensymphony.xwork2.validator
ValidatorFileParser.getMultiTextvalueSeparator ( ) [static]:String
[ run-time name: com/opensymphony/xwork2/validator/ValidatorFileParser.getMultiTextvalueSeparator:()Ljava/lang/String; ]
ValidatorFileParser.setMultiTextvalueSeparator ( String type ) [static]:void
[ run-time name: com/opensymphony/xwork2/validator/ValidatorFileParser.setMultiTextvalueSeparator:(Ljava/lang/String;)V ]
xwork-2.0.7.jar, ValueStackFactory.class
package com.opensymphony.xwork2.util
ValueStackFactory.getFactory ( ) [static]:ValueStackFactory
[ run-time name: com/opensymphony/xwork2/util/ValueStackFactory.getFactory:()Lcom/opensymphony/xwork2/util/ValueStackFactory; ]
ValueStackFactory.setFactory ( ValueStackFactory factory ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/ValueStackFactory.setFactory:(Lcom/opensymphony/xwork2/util/ValueStackFactory;)V ]
ValueStackFactory.ValueStackFactory ( )
[ run-time name: com/opensymphony/xwork2/util/ValueStackFactory."<init>":()V ]
xwork-2.0.7.jar, XWorkBasicConverter.class
package com.opensymphony.xwork2.util
XWorkBasicConverter.convertValue ( java.util.Map context, Object o, reflect.Member member, String s, Object value, Class toType ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkBasicConverter.convertValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/reflect/Member;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; ]
XWorkBasicConverter.isIntegerType ( Class type ):boolean
[ run-time name: com/opensymphony/xwork2/util/XWorkBasicConverter.isIntegerType:(Ljava/lang/Class;)Z ]
XWorkBasicConverter.XWorkBasicConverter ( )
[ run-time name: com/opensymphony/xwork2/util/XWorkBasicConverter."<init>":()V ]
xwork-2.0.7.jar, XWorkCollectionPropertyAccessor.class
package com.opensymphony.xwork2.util
XWorkCollectionPropertyAccessor.getProperty ( java.util.Map context, Object target, Object key ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkCollectionPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkCollectionPropertyAccessor.getPropertyThroughIteration ( java.util.Map context, java.util.Collection collection, String property, Object key ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkCollectionPropertyAccessor.getPropertyThroughIteration:(Ljava/util/Map;Ljava/util/Collection;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkCollectionPropertyAccessor.setProperty ( java.util.Map arg0, Object arg1, Object arg2, Object arg3 ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkCollectionPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkCollectionPropertyAccessor.XWorkCollectionPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/util/XWorkCollectionPropertyAccessor."<init>":()V ]
xwork-2.0.7.jar, XWorkConverter.class
package com.opensymphony.xwork2.util
XWorkConverter.buildConverterFilename ( Class clazz ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.buildConverterFilename:(Ljava/lang/Class;)Ljava/lang/String; ]
XWorkConverter.convertValue ( java.util.Map context, Object target, reflect.Member member, String property, Object value, Class toClass ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.convertValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/reflect/Member;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; ]
XWorkConverter.convertValue ( java.util.Map map, Object o, Class aClass ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.convertValue:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; ]
XWorkConverter.getConversionErrorMessage ( String propertyName, ValueStack stack ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.getConversionErrorMessage:(Ljava/lang/String;Lcom/opensymphony/xwork2/util/ValueStack;)Ljava/lang/String; ]
XWorkConverter.getConverter ( Class clazz, String property ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.getConverter:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; ]
XWorkConverter.getInstance ( ) [static]:XWorkConverter
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.getInstance:()Lcom/opensymphony/xwork2/util/XWorkConverter; ]
XWorkConverter.getObjectTypeDeterminer ( ):ObjectTypeDeterminer
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.getObjectTypeDeterminer:()Lcom/opensymphony/xwork2/util/ObjectTypeDeterminer; ]
XWorkConverter.handleConversionException ( java.util.Map context, String property, Object value, Object object ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.handleConversionException:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkConverter.loadConversionProperties ( String propsName ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.loadConversionProperties:(Ljava/lang/String;)V ]
XWorkConverter.lookup ( Class clazz ):ognl.TypeConverter
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.lookup:(Ljava/lang/Class;)Lognl/TypeConverter; ]
XWorkConverter.lookup ( String className ):ognl.TypeConverter
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.lookup:(Ljava/lang/String;)Lognl/TypeConverter; ]
XWorkConverter.registerConverter ( String className, ognl.TypeConverter converter ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.registerConverter:(Ljava/lang/String;Lognl/TypeConverter;)V ]
XWorkConverter.registerConverterNotFound ( String className ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.registerConverterNotFound:(Ljava/lang/String;)V ]
XWorkConverter.resetInstance ( ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.resetInstance:()V ]
XWorkConverter.setDefaultConverter ( ognl.TypeConverter defaultTypeConverter ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.setDefaultConverter:(Lognl/TypeConverter;)V ]
XWorkConverter.setInstance ( XWorkConverter instance ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.setInstance:(Lcom/opensymphony/xwork2/util/XWorkConverter;)V ]
XWorkConverter.setObjectTypeDeterminer ( ObjectTypeDeterminer determiner ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter.setObjectTypeDeterminer:(Lcom/opensymphony/xwork2/util/ObjectTypeDeterminer;)V ]
XWorkConverter.XWorkConverter ( )
[ run-time name: com/opensymphony/xwork2/util/XWorkConverter."<init>":()V ]
xwork-2.0.7.jar, XWorkEnumerationAcccessor.class
package com.opensymphony.xwork2.util
XWorkEnumerationAcccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkEnumerationAcccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkEnumerationAcccessor.XWorkEnumerationAcccessor ( )
[ run-time name: com/opensymphony/xwork2/util/XWorkEnumerationAcccessor."<init>":()V ]
xwork-2.0.7.jar, XWorkIteratorPropertyAccessor.class
package com.opensymphony.xwork2.util
XWorkIteratorPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkIteratorPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkIteratorPropertyAccessor.XWorkIteratorPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/util/XWorkIteratorPropertyAccessor."<init>":()V ]
xwork-2.0.7.jar, XWorkList.class
package com.opensymphony.xwork2.util
XWorkList.XWorkList ( Class clazz )
[ run-time name: com/opensymphony/xwork2/util/XWorkList."<init>":(Ljava/lang/Class;)V ]
XWorkList.XWorkList ( Class clazz, int initialCapacity )
[ run-time name: com/opensymphony/xwork2/util/XWorkList."<init>":(Ljava/lang/Class;I)V ]
XWorkList.XWorkList ( Class clazz, java.util.Collection c )
[ run-time name: com/opensymphony/xwork2/util/XWorkList."<init>":(Ljava/lang/Class;Ljava/util/Collection;)V ]
xwork-2.0.7.jar, XWorkListPropertyAccessor.class
package com.opensymphony.xwork2.util
XWorkListPropertyAccessor.getProperty ( java.util.Map context, Object target, Object name ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkListPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkListPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkListPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkListPropertyAccessor.XWorkListPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/util/XWorkListPropertyAccessor."<init>":()V ]
xwork-2.0.7.jar, XWorkMap.class
package com.opensymphony.xwork2.util
XWorkMap.get ( Object key ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkMap.get:(Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkMap.put ( Object key, Object value ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkMap.putAll ( java.util.Map m ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkMap.putAll:(Ljava/util/Map;)V ]
XWorkMap.XWorkMap ( Class clazz )
[ run-time name: com/opensymphony/xwork2/util/XWorkMap."<init>":(Ljava/lang/Class;)V ]
xwork-2.0.7.jar, XWorkMapPropertyAccessor.class
package com.opensymphony.xwork2.util
XWorkMapPropertyAccessor.getProperty ( java.util.Map context, Object target, Object name ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkMapPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkMapPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):void
[ run-time name: com/opensymphony/xwork2/util/XWorkMapPropertyAccessor.setProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
XWorkMapPropertyAccessor.XWorkMapPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/util/XWorkMapPropertyAccessor."<init>":()V ]
xwork-2.0.7.jar, XWorkMethodAccessor.class
package com.opensymphony.xwork2.util
XWorkMethodAccessor.callMethod ( java.util.Map context, Object object, String string, Object[] objects ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkMethodAccessor.callMethod:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkMethodAccessor.callStaticMethod ( java.util.Map context, Class aClass, String string, Object[] objects ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkMethodAccessor.callStaticMethod:(Ljava/util/Map;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkMethodAccessor.XWorkMethodAccessor ( )
[ run-time name: com/opensymphony/xwork2/util/XWorkMethodAccessor."<init>":()V ]
xwork-2.0.7.jar, XWorkObjectPropertyAccessor.class
package com.opensymphony.xwork2.util
XWorkObjectPropertyAccessor.getProperty ( java.util.Map context, Object target, Object oname ):Object
[ run-time name: com/opensymphony/xwork2/util/XWorkObjectPropertyAccessor.getProperty:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
XWorkObjectPropertyAccessor.XWorkObjectPropertyAccessor ( )
[ run-time name: com/opensymphony/xwork2/util/XWorkObjectPropertyAccessor."<init>":()V ]
to the top
Problems with Data Types, High risk (49)
Shorthand notations: RetVal - method's return value; this - reference to method's object.
xwork-2.0.7.jar
package com.opensymphony.xwork2
[+] ActionInvocation (1)
|
Abstract method ActionInvocation.init ( ActionProxy p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method init(ActionProxy) in ActionInvocation. |
[+] affected methods (67)
ActionChainResult.execute ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
ActionContext.getActionInvocation ( ):
Return value of this method has type 'ActionInvocation'.
ActionContext.setActionInvocation ( ActionInvocation actionInvocation ):
1st parameter 'actionInvocation' of this method has type 'ActionInvocation'.
ActionInvocation.addPreResultListener ( interceptor.PreResultListener p1 ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.getAction ( ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.getInvocationContext ( ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.getProxy ( ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.getResult ( ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.getResultCode ( ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.getStack ( ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.invoke ( ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.invokeActionOnly ( ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.isExecuted ( ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.setActionEventListener ( ActionEventListener p1 ):
This abstract method is from 'ActionInvocation' interface.
ActionInvocation.setResultCode ( String p1 ):
This abstract method is from 'ActionInvocation' interface.
ActionProxy.getInvocation ( ):
Return value of this abstract method has type 'ActionInvocation'.
DefaultActionProxy.execute ( ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.getAction ( ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.getActionName ( ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.getConfig ( ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.getExecuteResult ( ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.getInvocation ( ):
Return value of this method has type 'ActionInvocation'.
DefaultActionProxy.getMethod ( ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.getNamespace ( ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.prepare ( ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.setActionEventListener ( ActionEventListener listener ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.setConfiguration ( config.Configuration config ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.setExecuteResult ( boolean executeResult ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.setMethod ( String method ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.setObjectFactory ( ObjectFactory factory ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
DefaultActionProxy.setUnknownHandler ( UnknownHandler handler ):
Field 'this.invocation' in the object of this method has type 'ActionInvocation'.
interceptor.AbstractInterceptor.intercept ( ActionInvocation p1 ):
1st parameter 'p1' of this abstract method has type 'ActionInvocation'.
interceptor.AliasInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.annotations.AnnotationWorkflowInterceptor.beforeResult ( ActionInvocation invocation, String resultCode ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.annotations.AnnotationWorkflowInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.ChainingInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.ConversionErrorInterceptor.getOverrideExpr ( ActionInvocation invocation, Object value ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.ConversionErrorInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.DefaultWorkflowInterceptor.doIntercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.ExceptionMappingInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.ExceptionMappingInterceptor.publishException ( ActionInvocation invocation, interceptor.ExceptionHolder exceptionHolder ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.I18nInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.I18nInterceptor.saveLocale ( ActionInvocation invocation, java.util.Locale locale ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.Interceptor.intercept ( ActionInvocation p1 ):
1st parameter 'p1' of this abstract method has type 'ActionInvocation'.
interceptor.LoggingInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.MethodFilterInterceptor.applyInterceptor ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.MethodFilterInterceptor.doIntercept ( ActionInvocation p1 ):
1st parameter 'p1' of this abstract method has type 'ActionInvocation'.
interceptor.MethodFilterInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.ModelDrivenInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.ParameterFilterInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.ParameterRemoverInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.ParametersInterceptor.doIntercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.PrefixMethodInvocationUtil.invokePrefixMethod ( ActionInvocation actionInvocation, String[] prefixes ):
1st parameter 'actionInvocation' of this method has type 'ActionInvocation'.
interceptor.PrepareInterceptor.doIntercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.PreResultListener.beforeResult ( ActionInvocation p1, String p2 ):
1st parameter 'p1' of this abstract method has type 'ActionInvocation'.
interceptor.ScopedModelDrivenInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.StaticParametersInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.TimerInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
interceptor.TimerInterceptor.invokeUnderTiming ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
mock.MockActionProxy.getInvocation ( ):
Return value of this method has type 'ActionInvocation'.
mock.MockActionProxy.setInvocation ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
mock.MockInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
mock.MockResult.execute ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
Result.execute ( ActionInvocation p1 ):
1st parameter 'p1' of this abstract method has type 'ActionInvocation'.
spring.interceptor.ActionAutowiringInterceptor.intercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
validator.ValidationInterceptor.doBeforeInvocation ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
validator.ValidationInterceptor.doIntercept ( ActionInvocation invocation ):
1st parameter 'invocation' of this method has type 'ActionInvocation'.
[+] ActionProxyFactory (1)
|
Abstract method ActionProxyFactory.createActionProxy ( ActionInvocation p1, String p2, String p3, java.util.Map p4, boolean p5, boolean p6 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createActionProxy(ActionInvocation, java.lang.String, java.lang.String, java.util.Map, boolean, boolean) in ActionProxyFactory. |
[+] affected methods (11)
ActionChainResult.setActionProxyFactory ( ActionProxyFactory actionProxyFactory ):
1st parameter 'actionProxyFactory' of this method has type 'ActionProxyFactory'.
ActionProxyFactory.createActionProxy ( String p1, String p2, java.util.Map p3 ):
This abstract method is from 'ActionProxyFactory' interface.
ActionProxyFactory.createActionProxy ( String p1, String p2, java.util.Map p3, boolean p4, boolean p5 ):
This abstract method is from 'ActionProxyFactory' interface.
TestNGXWorkTestCase.loadConfigurationProviders ( config.ConfigurationProvider[] providers ):
Field 'this.actionProxyFactory' in the object of this method has type 'ActionProxyFactory'.
TestNGXWorkTestCase.setUp ( ):
Field 'this.actionProxyFactory' in the object of this method has type 'ActionProxyFactory'.
TestNGXWorkTestCase.tearDown ( ):
Field 'this.actionProxyFactory' in the object of this method has type 'ActionProxyFactory'.
TestNGXWorkTestCase.TestNGXWorkTestCase ( ):
Field 'this.actionProxyFactory' in the object of this method has type 'ActionProxyFactory'.
XWorkTestCase.loadConfigurationProviders ( config.ConfigurationProvider[] providers ):
Field 'this.actionProxyFactory' in the object of this method has type 'ActionProxyFactory'.
XWorkTestCase.setUp ( ):
Field 'this.actionProxyFactory' in the object of this method has type 'ActionProxyFactory'.
XWorkTestCase.tearDown ( ):
Field 'this.actionProxyFactory' in the object of this method has type 'ActionProxyFactory'.
XWorkTestCase.XWorkTestCase ( ):
Field 'this.actionProxyFactory' in the object of this method has type 'ActionProxyFactory'.
[+] ActionSupport (1)
|
Type of field LOG has been changed from org.apache.commons.logging.Log to util.logging.Logger. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.apache.commons.logging.Log, required: util.logging.Logger. |
[+] affected methods (35)
ActionSupport.ActionSupport ( ):
This constructor is from 'ActionSupport' class.
ActionSupport.addActionError ( String anErrorMessage ):
This method is from 'ActionSupport' class.
ActionSupport.addActionMessage ( String aMessage ):
This method is from 'ActionSupport' class.
ActionSupport.addFieldError ( String fieldName, String errorMessage ):
This method is from 'ActionSupport' class.
ActionSupport.clearErrorsAndMessages ( ):
This method is from 'ActionSupport' class.
ActionSupport.clone ( ):
This method is from 'ActionSupport' class.
ActionSupport.doDefault ( ):
This method is from 'ActionSupport' class.
ActionSupport.execute ( ):
This method is from 'ActionSupport' class.
ActionSupport.getActionErrors ( ):
This method is from 'ActionSupport' class.
ActionSupport.getActionMessages ( ):
This method is from 'ActionSupport' class.
ActionSupport.getErrorMessages ( ):
This method is from 'ActionSupport' class.
ActionSupport.getErrors ( ):
This method is from 'ActionSupport' class.
ActionSupport.getFieldErrors ( ):
This method is from 'ActionSupport' class.
ActionSupport.getLocale ( ):
This method is from 'ActionSupport' class.
ActionSupport.getText ( String aTextName ):
This method is from 'ActionSupport' class.
ActionSupport.getText ( String aTextName, java.util.List args ):
This method is from 'ActionSupport' class.
ActionSupport.getText ( String aTextName, String defaultValue ):
This method is from 'ActionSupport' class.
ActionSupport.getText ( String aTextName, String defaultValue, java.util.List args ):
This method is from 'ActionSupport' class.
ActionSupport.getText ( String aTextName, String defaultValue, String obj ):
This method is from 'ActionSupport' class.
ActionSupport.getText ( String key, String defaultValue, java.util.List args, util.ValueStack stack ):
This method is from 'ActionSupport' class.
ActionSupport.getText ( String key, String defaultValue, String[] args ):
This method is from 'ActionSupport' class.
ActionSupport.getText ( String key, String defaultValue, String[] args, util.ValueStack stack ):
This method is from 'ActionSupport' class.
ActionSupport.getText ( String key, String[] args ):
This method is from 'ActionSupport' class.
ActionSupport.getTexts ( ):
This method is from 'ActionSupport' class.
ActionSupport.getTexts ( String aBundleName ):
This method is from 'ActionSupport' class.
ActionSupport.hasActionErrors ( ):
This method is from 'ActionSupport' class.
ActionSupport.hasActionMessages ( ):
This method is from 'ActionSupport' class.
ActionSupport.hasErrors ( ):
This method is from 'ActionSupport' class.
ActionSupport.hasFieldErrors ( ):
This method is from 'ActionSupport' class.
ActionSupport.input ( ):
This method is from 'ActionSupport' class.
ActionSupport.pause ( String result ):
This method is from 'ActionSupport' class.
ActionSupport.setActionErrors ( java.util.Collection errorMessages ):
This method is from 'ActionSupport' class.
ActionSupport.setActionMessages ( java.util.Collection messages ):
This method is from 'ActionSupport' class.
ActionSupport.setFieldErrors ( java.util.Map errorMap ):
This method is from 'ActionSupport' class.
ActionSupport.validate ( ):
This method is from 'ActionSupport' class.
[+] UnknownHandler (1)
|
Abstract method UnknownHandler.handleUnknownActionMethod ( Object p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method handleUnknownActionMethod(java.lang.Object, java.lang.String) in UnknownHandler. |
[+] affected methods (3)
DefaultActionProxy.setUnknownHandler ( UnknownHandler handler ):
1st parameter 'handler' of this method has type 'UnknownHandler'.
UnknownHandler.handleUnknownAction ( String p1, String p2 ):
This abstract method is from 'UnknownHandler' interface.
UnknownHandler.handleUnknownResult ( ActionContext p1, String p2, config.entities.ActionConfig p3, String p4 ):
This abstract method is from 'UnknownHandler' interface.
package com.opensymphony.xwork2.config
[+] Configuration (1)
|
Abstract method Configuration.reloadContainer ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reloadContainer(java.util.List) in Configuration. |
[+] affected methods (36)
Configuration.addPackageConfig ( String p1, entities.PackageConfig p2 ):
This abstract method is from 'Configuration' interface.
Configuration.destroy ( ):
This abstract method is from 'Configuration' interface.
Configuration.getContainer ( ):
This abstract method is from 'Configuration' interface.
Configuration.getLoadedFileNames ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPackageConfig ( String p1 ):
This abstract method is from 'Configuration' interface.
Configuration.getPackageConfigNames ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPackageConfigs ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRuntimeConfiguration ( ):
This abstract method is from 'Configuration' interface.
Configuration.rebuildRuntimeConfiguration ( ):
This abstract method is from 'Configuration' interface.
Configuration.reload ( java.util.List p1 ):
This abstract method is from 'Configuration' interface.
Configuration.removePackageConfig ( String p1 ):
This abstract method is from 'Configuration' interface.
ConfigurationManager.addConfigurationProvider ( ConfigurationProvider provider ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.clearConfigurationProviders ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.conditionalReload ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.ConfigurationManager ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.ConfigurationManager ( String name ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.destroyConfiguration ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.getConfiguration ( ):
Return value of this method has type 'Configuration'.
ConfigurationManager.getConfigurationProviders ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.reload ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.setConfiguration ( Configuration configuration ):
1st parameter 'configuration' of this method has type 'Configuration'.
ConfigurationManager.setConfigurationProviders ( java.util.List configurationProviders ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationUtil.buildParentsFromString ( Configuration configuration, String parent ):
1st parameter 'configuration' of this method has type 'Configuration'.
providers.XmlConfigurationProvider.init ( Configuration configuration ):
1st parameter 'configuration' of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.setConfiguration ( Configuration config ):
1st parameter 'config' of this method has type 'Configuration'.
com.opensymphony.xwork2.TestNGXWorkTestCase.loadConfigurationProviders ( ConfigurationProvider[] providers ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.TestNGXWorkTestCase.setUp ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.TestNGXWorkTestCase.tearDown ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.TestNGXWorkTestCase.TestNGXWorkTestCase ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.util.XWorkTestCaseHelper.loadConfigurationProviders ( ConfigurationManager configurationManager, ConfigurationProvider[] providers ):
Field 'RetVal.configuration' in return value of this method has type 'Configuration'.
com.opensymphony.xwork2.util.XWorkTestCaseHelper.setUp ( ):
Field 'RetVal.configuration' in return value of this method has type 'Configuration'.
com.opensymphony.xwork2.util.XWorkTestCaseHelper.tearDown ( ConfigurationManager configurationManager ):
Field 'configurationManager.configuration' in 1st parameter 'configurationManager' of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.loadConfigurationProviders ( ConfigurationProvider[] providers ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.setUp ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.tearDown ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.XWorkTestCase ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
[+] ConfigurationManager (1)
|
Type of field LOG has been changed from org.apache.commons.logging.Log to com.opensymphony.xwork2.util.logging.Logger. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.apache.commons.logging.Log, required: com.opensymphony.xwork2.util.logging.Logger. |
[+] affected methods (14)
ConfigurationManager.addConfigurationProvider ( ConfigurationProvider provider ):
This method is from 'ConfigurationManager' class.
ConfigurationManager.clearConfigurationProviders ( ):
This method is from 'ConfigurationManager' class.
ConfigurationManager.conditionalReload ( ):
This method is from 'ConfigurationManager' class.
ConfigurationManager.ConfigurationManager ( ):
This constructor is from 'ConfigurationManager' class.
ConfigurationManager.ConfigurationManager ( String name ):
This constructor is from 'ConfigurationManager' class.
ConfigurationManager.destroyConfiguration ( ):
This method is from 'ConfigurationManager' class.
ConfigurationManager.getConfiguration ( ):
This method is from 'ConfigurationManager' class.
ConfigurationManager.getConfigurationProviders ( ):
This method is from 'ConfigurationManager' class.
ConfigurationManager.reload ( ):
This method is from 'ConfigurationManager' class.
ConfigurationManager.setConfiguration ( Configuration configuration ):
This method is from 'ConfigurationManager' class.
ConfigurationManager.setConfigurationProviders ( java.util.List configurationProviders ):
This method is from 'ConfigurationManager' class.
com.opensymphony.xwork2.util.XWorkTestCaseHelper.loadConfigurationProviders ( ConfigurationManager configurationManager, ConfigurationProvider[] providers ):
Return value of this method has type 'ConfigurationManager'.
com.opensymphony.xwork2.util.XWorkTestCaseHelper.setUp ( ):
Return value of this method has type 'ConfigurationManager'.
com.opensymphony.xwork2.util.XWorkTestCaseHelper.tearDown ( ConfigurationManager configurationManager ):
1st parameter 'configurationManager' of this method has type 'ConfigurationManager'.
[+] ConfigurationProvider (2)
|
Added super-interface ContainerProvider. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in ContainerProvider. |
Added super-interface PackageProvider. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in PackageProvider. |
[+] affected methods (1)
ConfigurationManager.addConfigurationProvider ( ConfigurationProvider provider ):
1st parameter 'provider' of this method has type 'ConfigurationProvider'.
package com.opensymphony.xwork2.conversion.metadata
[+] ConversionDescription (1)
|
Type of field log has been changed from org.apache.commons.logging.Log to com.opensymphony.xwork2.util.logging.Logger. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.apache.commons.logging.Log, required: com.opensymphony.xwork2.util.logging.Logger. |
[+] affected methods (12)
ConversionDescription.asProperty ( ):
This method is from 'ConversionDescription' class.
ConversionDescription.ConversionDescription ( ):
This constructor is from 'ConversionDescription' class.
ConversionDescription.ConversionDescription ( String property ):
This constructor is from 'ConversionDescription' class.
ConversionDescription.getFullQualifiedClassName ( ):
This method is from 'ConversionDescription' class.
ConversionDescription.getType ( ):
This method is from 'ConversionDescription' class.
ConversionDescription.getValue ( ):
This method is from 'ConversionDescription' class.
ConversionDescription.setFullQualifiedClassName ( String fullQualifiedClassName ):
This method is from 'ConversionDescription' class.
ConversionDescription.setProperty ( String property ):
This method is from 'ConversionDescription' class.
ConversionDescription.setRule ( String rule ):
This method is from 'ConversionDescription' class.
ConversionDescription.setType ( String type ):
This method is from 'ConversionDescription' class.
ConversionDescription.setTypeConverter ( String typeConverter ):
This method is from 'ConversionDescription' class.
ConversionDescription.setValue ( String value ):
This method is from 'ConversionDescription' class.
package com.opensymphony.xwork2.interceptor
[+] ExceptionMappingInterceptor (2)
|
Type of field categoryLogger has been changed from org.apache.commons.logging.Log to com.opensymphony.xwork2.util.logging.Logger. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.apache.commons.logging.Log, required: com.opensymphony.xwork2.util.logging.Logger. |
Field log (org.apache.commons.logging.Log) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable log in ExceptionMappingInterceptor. |
[+] affected methods (11)
ExceptionMappingInterceptor.ExceptionMappingInterceptor ( ):
This constructor is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.getDepth ( String exceptionMapping, Throwable t ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.getLogCategory ( ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.getLogLevel ( ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.handleLogging ( Exception e ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.intercept ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.isLogEnabled ( ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.publishException ( com.opensymphony.xwork2.ActionInvocation invocation, ExceptionHolder exceptionHolder ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.setLogCategory ( String logCatgory ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.setLogEnabled ( boolean logEnabled ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.setLogLevel ( String logLevel ):
This method is from 'ExceptionMappingInterceptor' class.
[+] I18nInterceptor (1)
|
Field log (org.apache.commons.logging.Log) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable log in I18nInterceptor. |
[+] affected methods (5)
I18nInterceptor.I18nInterceptor ( ):
This constructor is from 'I18nInterceptor' class.
I18nInterceptor.intercept ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'I18nInterceptor' class.
I18nInterceptor.saveLocale ( com.opensymphony.xwork2.ActionInvocation invocation, java.util.Locale locale ):
This method is from 'I18nInterceptor' class.
I18nInterceptor.setAttributeName ( String attributeName ):
This method is from 'I18nInterceptor' class.
I18nInterceptor.setParameterName ( String parameterName ):
This method is from 'I18nInterceptor' class.
[+] MethodFilterInterceptor (1)
|
Type of field log has been changed from org.apache.commons.logging.Log to com.opensymphony.xwork2.util.logging.Logger. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.apache.commons.logging.Log, required: com.opensymphony.xwork2.util.logging.Logger. |
[+] affected methods (8)
MethodFilterInterceptor.applyInterceptor ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'MethodFilterInterceptor' abstract class.
MethodFilterInterceptor.doIntercept ( com.opensymphony.xwork2.ActionInvocation p1 ):
This abstract method is from 'MethodFilterInterceptor' abstract class.
MethodFilterInterceptor.getExcludeMethodsSet ( ):
This method is from 'MethodFilterInterceptor' abstract class.
MethodFilterInterceptor.getIncludeMethodsSet ( ):
This method is from 'MethodFilterInterceptor' abstract class.
MethodFilterInterceptor.intercept ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'MethodFilterInterceptor' abstract class.
MethodFilterInterceptor.MethodFilterInterceptor ( ):
This constructor is from 'MethodFilterInterceptor' abstract class.
MethodFilterInterceptor.setExcludeMethods ( String excludeMethods ):
This method is from 'MethodFilterInterceptor' abstract class.
MethodFilterInterceptor.setIncludeMethods ( String includeMethods ):
This method is from 'MethodFilterInterceptor' abstract class.
[+] TimerInterceptor (2)
|
Type of field categoryLogger has been changed from org.apache.commons.logging.Log to com.opensymphony.xwork2.util.logging.Logger. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.apache.commons.logging.Log, required: com.opensymphony.xwork2.util.logging.Logger. |
Field log (org.apache.commons.logging.Log) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable log in TimerInterceptor. |
[+] affected methods (8)
TimerInterceptor.getLogCategory ( ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.getLogLevel ( ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.intercept ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.invokeUnderTiming ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.setLogCategory ( String logCatgory ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.setLogLevel ( String logLevel ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.shouldLog ( ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.TimerInterceptor ( ):
This constructor is from 'TimerInterceptor' class.
package com.opensymphony.xwork2.mock
[+] MockObjectTypeDeterminer (1)
|
Removed super-interface com.opensymphony.xwork2.util.ObjectTypeDeterminer. | Recompilation of a client program may be terminated with the message: cannot find method in MockObjectTypeDeterminer. |
[+] affected methods (14)
MockObjectTypeDeterminer.getElementClass ( ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.getElementClass ( Class parentClass, String property, Object key ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.getKeyClass ( ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.getKeyClass ( Class parentClass, String property ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.getKeyProperty ( ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.getKeyProperty ( Class parentClass, String property ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.isShouldCreateIfNew ( ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.MockObjectTypeDeterminer ( ):
This constructor is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.MockObjectTypeDeterminer ( Class keyClass, Class elementClass, String keyProperty, boolean shouldCreateIfNew ):
This constructor is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.setElementClass ( Class elementClass ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.setKeyClass ( Class keyClass ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.setKeyProperty ( String keyProperty ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.setShouldCreateIfNew ( boolean shouldCreateIfNew ):
This method is from 'MockObjectTypeDeterminer' class.
MockObjectTypeDeterminer.shouldCreateIfNew ( Class parentClass, String property, Object target, String keyProperty, boolean isIndexAccessed ):
This method is from 'MockObjectTypeDeterminer' class.
package com.opensymphony.xwork2.util
[+] AnnotationXWorkConverter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationXWorkConverter. |
[+] affected methods (1)
AnnotationXWorkConverter.AnnotationXWorkConverter ( ):
This constructor is from 'AnnotationXWorkConverter' class.
[+] ClearableValueStack (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClearableValueStack. |
[+] affected methods (1)
ClearableValueStack.clearContextValues ( ):
This abstract method is from 'ClearableValueStack' interface.
[+] CompoundRootAccessor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompoundRootAccessor. |
[+] affected methods (6)
CompoundRootAccessor.callMethod ( java.util.Map context, Object target, String name, Object[] objects ):
This method is from 'CompoundRootAccessor' class.
CompoundRootAccessor.callStaticMethod ( java.util.Map transientVars, Class aClass, String s, Object[] objects ):
This method is from 'CompoundRootAccessor' class.
CompoundRootAccessor.classForName ( String className, java.util.Map context ):
This method is from 'CompoundRootAccessor' class.
CompoundRootAccessor.CompoundRootAccessor ( ):
This constructor is from 'CompoundRootAccessor' class.
CompoundRootAccessor.getProperty ( java.util.Map context, Object target, Object name ):
This method is from 'CompoundRootAccessor' class.
CompoundRootAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):
This method is from 'CompoundRootAccessor' class.
[+] DefaultObjectTypeDeterminer (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultObjectTypeDeterminer. |
[+] affected methods (6)
DefaultObjectTypeDeterminer.DefaultObjectTypeDeterminer ( ):
This constructor is from 'DefaultObjectTypeDeterminer' class.
DefaultObjectTypeDeterminer.getAnnotation ( Class parentClass, String property, Class annotationClass ):
This method is from 'DefaultObjectTypeDeterminer' class.
DefaultObjectTypeDeterminer.getElementClass ( Class parentClass, String property, Object key ):
This method is from 'DefaultObjectTypeDeterminer' class.
DefaultObjectTypeDeterminer.getKeyClass ( Class parentClass, String property ):
This method is from 'DefaultObjectTypeDeterminer' class.
DefaultObjectTypeDeterminer.getKeyProperty ( Class parentClass, String property ):
This method is from 'DefaultObjectTypeDeterminer' class.
DefaultObjectTypeDeterminer.shouldCreateIfNew ( Class parentClass, String property, Object target, String keyProperty, boolean isIndexAccessed ):
This method is from 'DefaultObjectTypeDeterminer' class.
[+] EnumTypeConverter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EnumTypeConverter. |
[+] affected methods (3)
EnumTypeConverter.convertFromString ( String value, Class toClass ):
This method is from 'EnumTypeConverter' class.
EnumTypeConverter.convertValue ( java.util.Map context, Object o, Class toClass ):
This method is from 'EnumTypeConverter' class.
EnumTypeConverter.EnumTypeConverter ( ):
This constructor is from 'EnumTypeConverter' class.
[+] GenericsObjectTypeDeterminer (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericsObjectTypeDeterminer. |
[+] affected methods (1)
GenericsObjectTypeDeterminer.GenericsObjectTypeDeterminer ( ):
This constructor is from 'GenericsObjectTypeDeterminer' class.
[+] InstantiatingNullHandler (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstantiatingNullHandler. |
[+] affected methods (3)
InstantiatingNullHandler.InstantiatingNullHandler ( ):
This constructor is from 'InstantiatingNullHandler' class.
InstantiatingNullHandler.nullMethodResult ( java.util.Map context, Object target, String methodName, Object[] args ):
This method is from 'InstantiatingNullHandler' class.
InstantiatingNullHandler.nullPropertyValue ( java.util.Map context, Object target, Object property ):
This method is from 'InstantiatingNullHandler' class.
[+] MemberAccessValueStack (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MemberAccessValueStack. |
[+] affected methods (2)
MemberAccessValueStack.setAcceptProperties ( java.util.Set p1 ):
This abstract method is from 'MemberAccessValueStack' interface.
MemberAccessValueStack.setExcludeProperties ( java.util.Set p1 ):
This abstract method is from 'MemberAccessValueStack' interface.
[+] ObjectProxy (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectProxy. |
[+] affected methods (7)
ObjectProxy.getLastClassAccessed ( ):
This method is from 'ObjectProxy' class.
ObjectProxy.getLastPropertyAccessed ( ):
This method is from 'ObjectProxy' class.
ObjectProxy.getValue ( ):
This method is from 'ObjectProxy' class.
ObjectProxy.ObjectProxy ( ):
This constructor is from 'ObjectProxy' class.
ObjectProxy.setLastClassAccessed ( Class lastClassAccessed ):
This method is from 'ObjectProxy' class.
ObjectProxy.setLastPropertyAccessed ( String lastPropertyAccessed ):
This method is from 'ObjectProxy' class.
ObjectProxy.setValue ( Object value ):
This method is from 'ObjectProxy' class.
[+] ObjectProxyPropertyAccessor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectProxyPropertyAccessor. |
[+] affected methods (3)
ObjectProxyPropertyAccessor.getProperty ( java.util.Map context, Object target, Object name ):
This method is from 'ObjectProxyPropertyAccessor' class.
ObjectProxyPropertyAccessor.ObjectProxyPropertyAccessor ( ):
This constructor is from 'ObjectProxyPropertyAccessor' class.
ObjectProxyPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):
This method is from 'ObjectProxyPropertyAccessor' class.
[+] ObjectTypeDeterminer (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectTypeDeterminer. |
[+] affected methods (4)
ObjectTypeDeterminer.getElementClass ( Class p1, String p2, Object p3 ):
This abstract method is from 'ObjectTypeDeterminer' interface.
ObjectTypeDeterminer.getKeyClass ( Class p1, String p2 ):
This abstract method is from 'ObjectTypeDeterminer' interface.
ObjectTypeDeterminer.getKeyProperty ( Class p1, String p2 ):
This abstract method is from 'ObjectTypeDeterminer' interface.
ObjectTypeDeterminer.shouldCreateIfNew ( Class p1, String p2, Object p3, String p4, boolean p5 ):
This abstract method is from 'ObjectTypeDeterminer' interface.
[+] ObjectTypeDeterminerFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectTypeDeterminerFactory. |
[+] affected methods (3)
ObjectTypeDeterminerFactory.getInstance ( ):
This method is from 'ObjectTypeDeterminerFactory' class.
ObjectTypeDeterminerFactory.ObjectTypeDeterminerFactory ( ):
This constructor is from 'ObjectTypeDeterminerFactory' class.
ObjectTypeDeterminerFactory.setInstance ( ObjectTypeDeterminer instance ):
This method is from 'ObjectTypeDeterminerFactory' class.
[+] OgnlContextState (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OgnlContextState. |
[+] affected methods (21)
OgnlContextState.clear ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.clearCurrentPropertyPath ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.getCurrentPropertyPath ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.getFullPropertyPath ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.getLastBeanClassAccessed ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.getLastBeanPropertyAccessed ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.getSetMap ( java.util.Map context, String path ):
This method is from 'OgnlContextState' class.
OgnlContextState.isCreatingNullObjects ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.isDenyMethodExecution ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.isGettingByKeyProperty ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.isReportingConversionErrors ( java.util.Map context ):
This method is from 'OgnlContextState' class.
OgnlContextState.OgnlContextState ( ):
This constructor is from 'OgnlContextState' class.
OgnlContextState.setCreatingNullObjects ( java.util.Map context, boolean creatingNullObjects ):
This method is from 'OgnlContextState' class.
OgnlContextState.setDenyMethodExecution ( java.util.Map context, boolean denyMethodExecution ):
This method is from 'OgnlContextState' class.
OgnlContextState.setFullPropertyPath ( java.util.Map context, String path ):
This method is from 'OgnlContextState' class.
OgnlContextState.setGettingByKeyProperty ( java.util.Map context, boolean gettingByKeyProperty ):
This method is from 'OgnlContextState' class.
OgnlContextState.setLastBeanClassAccessed ( java.util.Map context, Class clazz ):
This method is from 'OgnlContextState' class.
OgnlContextState.setLastBeanPropertyAccessed ( java.util.Map context, String property ):
This method is from 'OgnlContextState' class.
OgnlContextState.setReportingConversionErrors ( java.util.Map context, boolean reportingErrors ):
This method is from 'OgnlContextState' class.
OgnlContextState.setSetMap ( java.util.Map context, java.util.Map setMap, String path ):
This method is from 'OgnlContextState' class.
OgnlContextState.updateCurrentPropertyPath ( java.util.Map context, Object name ):
This method is from 'OgnlContextState' class.
[+] OgnlUtil (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OgnlUtil. |
[+] affected methods (17)
OgnlUtil.compile ( String expression ):
This method is from 'OgnlUtil' class.
OgnlUtil.copy ( Object from, Object to, java.util.Map context ):
This method is from 'OgnlUtil' class.
OgnlUtil.copy ( Object from, Object to, java.util.Map context, java.util.Collection exclusions, java.util.Collection inclusions ):
This method is from 'OgnlUtil' class.
OgnlUtil.getBeanInfo ( Object from ):
This method is from 'OgnlUtil' class.
OgnlUtil.getBeanMap ( Object source ):
This method is from 'OgnlUtil' class.
OgnlUtil.getPropertyDescriptors ( Object source ):
This method is from 'OgnlUtil' class.
OgnlUtil.getRealTarget ( String property, java.util.Map context, Object root ):
This method is from 'OgnlUtil' class.
OgnlUtil.getValue ( String name, java.util.Map context, Object root ):
This method is from 'OgnlUtil' class.
OgnlUtil.getValue ( String name, java.util.Map context, Object root, Class resultType ):
This method is from 'OgnlUtil' class.
OgnlUtil.OgnlUtil ( ):
This constructor is from 'OgnlUtil' class.
OgnlUtil.setProperties ( java.util.Map properties, Object o ):
This method is from 'OgnlUtil' class.
OgnlUtil.setProperties ( java.util.Map properties, Object o, boolean throwPropertyExceptions ):
This method is from 'OgnlUtil' class.
OgnlUtil.setProperties ( java.util.Map props, Object o, java.util.Map context ):
This method is from 'OgnlUtil' class.
OgnlUtil.setProperties ( java.util.Map props, Object o, java.util.Map context, boolean throwPropertyExceptions ):
This method is from 'OgnlUtil' class.
OgnlUtil.setProperty ( String name, Object value, Object o, java.util.Map context ):
This method is from 'OgnlUtil' class.
OgnlUtil.setProperty ( String name, Object value, Object o, java.util.Map context, boolean throwPropertyExceptions ):
This method is from 'OgnlUtil' class.
OgnlUtil.setValue ( String name, java.util.Map context, Object root, Object value ):
This method is from 'OgnlUtil' class.
[+] OgnlValueStack (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OgnlValueStack. |
[+] affected methods (25)
OgnlValueStack.clearContextValues ( ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.findString ( String expr ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.findValue ( String expr ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.findValue ( String expr, Class asType ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.getAccessor ( ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.getContext ( ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.getExprOverrides ( ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.getRoot ( ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.link ( java.util.Map context, Class clazz, String name ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.OgnlValueStack ( ):
This constructor is from 'OgnlValueStack' class.
OgnlValueStack.OgnlValueStack ( ValueStack vs ):
This constructor is from 'OgnlValueStack' class.
OgnlValueStack.peek ( ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.pop ( ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.push ( Object o ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.reset ( ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.set ( String key, Object o ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.setAcceptProperties ( java.util.Set acceptedProperties ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.setAllowStaticMethodAccess ( boolean allowStaticMethodAccess ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.setDefaultType ( Class defaultType ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.setDevMode ( String mode ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.setExcludeProperties ( java.util.Set excludeProperties ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.setExprOverrides ( java.util.Map overrides ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.setValue ( String expr, Object value ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.setValue ( String expr, Object value, boolean throwExceptionOnFailure ):
This method is from 'OgnlValueStack' class.
OgnlValueStack.size ( ):
This method is from 'OgnlValueStack' class.
[+] OgnlValueStackFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OgnlValueStackFactory. |
[+] affected methods (3)
OgnlValueStackFactory.createValueStack ( ):
This method is from 'OgnlValueStackFactory' class.
OgnlValueStackFactory.createValueStack ( ValueStack stack ):
This method is from 'OgnlValueStackFactory' class.
OgnlValueStackFactory.OgnlValueStackFactory ( ):
This constructor is from 'OgnlValueStackFactory' class.
[+] SecurityMemberAccess (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SecurityMemberAccess. |
[+] affected methods (9)
SecurityMemberAccess.getAllowStaticMethodAccess ( ):
This method is from 'SecurityMemberAccess' class.
SecurityMemberAccess.isAcceptableProperty ( String name ):
This method is from 'SecurityMemberAccess' class.
SecurityMemberAccess.isAccepted ( String paramName ):
This method is from 'SecurityMemberAccess' class.
SecurityMemberAccess.isAccessible ( java.util.Map context, Object target, reflect.Member member, String propertyName ):
This method is from 'SecurityMemberAccess' class.
SecurityMemberAccess.isExcluded ( String paramName ):
This method is from 'SecurityMemberAccess' class.
SecurityMemberAccess.SecurityMemberAccess ( boolean method ):
This constructor is from 'SecurityMemberAccess' class.
SecurityMemberAccess.setAcceptProperties ( java.util.Set acceptedProperties ):
This method is from 'SecurityMemberAccess' class.
SecurityMemberAccess.setAllowStaticMethodAccess ( boolean allowStaticMethodAccess ):
This method is from 'SecurityMemberAccess' class.
SecurityMemberAccess.setExcludeProperties ( java.util.Set excludeProperties ):
This method is from 'SecurityMemberAccess' class.
[+] SurrugateList (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SurrugateList. |
[+] affected methods (6)
SurrugateList.add ( int arg0, Object arg1 ):
This method is from 'SurrugateList' class.
SurrugateList.add ( Object arg0 ):
This method is from 'SurrugateList' class.
SurrugateList.addAll ( int arg0, java.util.Collection arg1 ):
This method is from 'SurrugateList' class.
SurrugateList.addAll ( java.util.Collection arg0 ):
This method is from 'SurrugateList' class.
SurrugateList.set ( int arg0, Object arg1 ):
This method is from 'SurrugateList' class.
SurrugateList.SurrugateList ( java.util.Collection surrugate ):
This constructor is from 'SurrugateList' class.
[+] TypeConversionException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeConversionException. |
[+] affected methods (4)
TypeConversionException.TypeConversionException ( ):
This constructor is from 'TypeConversionException' class.
TypeConversionException.TypeConversionException ( String s ):
This constructor is from 'TypeConversionException' class.
TypeConversionException.TypeConversionException ( String s, Throwable cause ):
This constructor is from 'TypeConversionException' class.
TypeConversionException.TypeConversionException ( Throwable cause ):
This constructor is from 'TypeConversionException' class.
[+] ValueStackFactory (1)
|
This class become interface. | Recompilation of a client program may be terminated with the message: ValueStackFactory is abstract; cannot be instantiated. |
[+] affected methods (2)
ValueStackFactory.createValueStack ( ):
This abstract method is from 'ValueStackFactory' abstract class.
ValueStackFactory.createValueStack ( ValueStack p1 ):
This abstract method is from 'ValueStackFactory' abstract class.
[+] XWorkBasicConverter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkBasicConverter. |
[+] affected methods (3)
XWorkBasicConverter.convertValue ( java.util.Map context, Object o, reflect.Member member, String s, Object value, Class toType ):
This method is from 'XWorkBasicConverter' class.
XWorkBasicConverter.isIntegerType ( Class type ):
This method is from 'XWorkBasicConverter' class.
XWorkBasicConverter.XWorkBasicConverter ( ):
This constructor is from 'XWorkBasicConverter' class.
[+] XWorkCollectionPropertyAccessor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkCollectionPropertyAccessor. |
[+] affected methods (4)
XWorkCollectionPropertyAccessor.getProperty ( java.util.Map context, Object target, Object key ):
This method is from 'XWorkCollectionPropertyAccessor' class.
XWorkCollectionPropertyAccessor.getPropertyThroughIteration ( java.util.Map context, java.util.Collection collection, String property, Object key ):
This method is from 'XWorkCollectionPropertyAccessor' class.
XWorkCollectionPropertyAccessor.setProperty ( java.util.Map arg0, Object arg1, Object arg2, Object arg3 ):
This method is from 'XWorkCollectionPropertyAccessor' class.
XWorkCollectionPropertyAccessor.XWorkCollectionPropertyAccessor ( ):
This constructor is from 'XWorkCollectionPropertyAccessor' class.
[+] XWorkConverter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkConverter. |
[+] affected methods (18)
XWorkConverter.buildConverterFilename ( Class clazz ):
This method is from 'XWorkConverter' class.
XWorkConverter.convertValue ( java.util.Map context, Object target, reflect.Member member, String property, Object value, Class toClass ):
This method is from 'XWorkConverter' class.
XWorkConverter.convertValue ( java.util.Map map, Object o, Class aClass ):
This method is from 'XWorkConverter' class.
XWorkConverter.getConversionErrorMessage ( String propertyName, ValueStack stack ):
This method is from 'XWorkConverter' class.
XWorkConverter.getConverter ( Class clazz, String property ):
This method is from 'XWorkConverter' class.
XWorkConverter.getInstance ( ):
This method is from 'XWorkConverter' class.
XWorkConverter.getObjectTypeDeterminer ( ):
This method is from 'XWorkConverter' class.
XWorkConverter.handleConversionException ( java.util.Map context, String property, Object value, Object object ):
This method is from 'XWorkConverter' class.
XWorkConverter.loadConversionProperties ( String propsName ):
This method is from 'XWorkConverter' class.
XWorkConverter.lookup ( Class clazz ):
This method is from 'XWorkConverter' class.
XWorkConverter.lookup ( String className ):
This method is from 'XWorkConverter' class.
XWorkConverter.registerConverter ( String className, ognl.TypeConverter converter ):
This method is from 'XWorkConverter' class.
XWorkConverter.registerConverterNotFound ( String className ):
This method is from 'XWorkConverter' class.
XWorkConverter.resetInstance ( ):
This method is from 'XWorkConverter' class.
XWorkConverter.setDefaultConverter ( ognl.TypeConverter defaultTypeConverter ):
This method is from 'XWorkConverter' class.
XWorkConverter.setInstance ( XWorkConverter instance ):
This method is from 'XWorkConverter' class.
XWorkConverter.setObjectTypeDeterminer ( ObjectTypeDeterminer determiner ):
This method is from 'XWorkConverter' class.
XWorkConverter.XWorkConverter ( ):
This constructor is from 'XWorkConverter' class.
[+] XWorkEnumerationAcccessor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkEnumerationAcccessor. |
[+] affected methods (2)
XWorkEnumerationAcccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):
This method is from 'XWorkEnumerationAcccessor' class.
XWorkEnumerationAcccessor.XWorkEnumerationAcccessor ( ):
This constructor is from 'XWorkEnumerationAcccessor' class.
[+] XWorkIteratorPropertyAccessor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkIteratorPropertyAccessor. |
[+] affected methods (2)
XWorkIteratorPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):
This method is from 'XWorkIteratorPropertyAccessor' class.
XWorkIteratorPropertyAccessor.XWorkIteratorPropertyAccessor ( ):
This constructor is from 'XWorkIteratorPropertyAccessor' class.
[+] XWorkListPropertyAccessor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkListPropertyAccessor. |
[+] affected methods (3)
XWorkListPropertyAccessor.getProperty ( java.util.Map context, Object target, Object name ):
This method is from 'XWorkListPropertyAccessor' class.
XWorkListPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):
This method is from 'XWorkListPropertyAccessor' class.
XWorkListPropertyAccessor.XWorkListPropertyAccessor ( ):
This constructor is from 'XWorkListPropertyAccessor' class.
[+] XWorkMap (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkMap. |
[+] affected methods (4)
XWorkMap.get ( Object key ):
This method is from 'XWorkMap' class.
XWorkMap.put ( Object key, Object value ):
This method is from 'XWorkMap' class.
XWorkMap.putAll ( java.util.Map m ):
This method is from 'XWorkMap' class.
XWorkMap.XWorkMap ( Class clazz ):
This constructor is from 'XWorkMap' class.
[+] XWorkMapPropertyAccessor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkMapPropertyAccessor. |
[+] affected methods (3)
XWorkMapPropertyAccessor.getProperty ( java.util.Map context, Object target, Object name ):
This method is from 'XWorkMapPropertyAccessor' class.
XWorkMapPropertyAccessor.setProperty ( java.util.Map context, Object target, Object name, Object value ):
This method is from 'XWorkMapPropertyAccessor' class.
XWorkMapPropertyAccessor.XWorkMapPropertyAccessor ( ):
This constructor is from 'XWorkMapPropertyAccessor' class.
[+] XWorkMethodAccessor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkMethodAccessor. |
[+] affected methods (3)
XWorkMethodAccessor.callMethod ( java.util.Map context, Object object, String string, Object[] objects ):
This method is from 'XWorkMethodAccessor' class.
XWorkMethodAccessor.callStaticMethod ( java.util.Map context, Class aClass, String string, Object[] objects ):
This method is from 'XWorkMethodAccessor' class.
XWorkMethodAccessor.XWorkMethodAccessor ( ):
This constructor is from 'XWorkMethodAccessor' class.
[+] XWorkObjectPropertyAccessor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XWorkObjectPropertyAccessor. |
[+] affected methods (2)
XWorkObjectPropertyAccessor.getProperty ( java.util.Map context, Object target, Object oname ):
This method is from 'XWorkObjectPropertyAccessor' class.
XWorkObjectPropertyAccessor.XWorkObjectPropertyAccessor ( ):
This constructor is from 'XWorkObjectPropertyAccessor' class.
package com.opensymphony.xwork2.validator
[+] ActionValidatorManagerFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ActionValidatorManagerFactory. |
[+] affected methods (3)
ActionValidatorManagerFactory.ActionValidatorManagerFactory ( ):
This constructor is from 'ActionValidatorManagerFactory' class.
ActionValidatorManagerFactory.getInstance ( ):
This method is from 'ActionValidatorManagerFactory' class.
ActionValidatorManagerFactory.setInstance ( ActionValidatorManager instance ):
This method is from 'ActionValidatorManagerFactory' class.
package com.opensymphony.xwork2.validator.metadata
[+] AbstractFieldValidatorDescription (1)
|
Type of field log has been changed from org.apache.commons.logging.Log to com.opensymphony.xwork2.util.logging.Logger. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.apache.commons.logging.Log, required: com.opensymphony.xwork2.util.logging.Logger. |
[+] affected methods (12)
AbstractFieldValidatorDescription.AbstractFieldValidatorDescription ( ):
This constructor is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.AbstractFieldValidatorDescription ( String fieldName ):
This constructor is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.asFieldXml ( ):
This abstract method is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.asSimpleXml ( ):
This abstract method is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.asXml ( ):
This method is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.getFieldName ( ):
This method is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.isSimpleValidator ( ):
This method is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.setFieldName ( String fieldName ):
This method is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.setKey ( String key ):
This method is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.setMessage ( String message ):
This method is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.setShortCircuit ( boolean shortCircuit ):
This method is from 'AbstractFieldValidatorDescription' abstract class.
AbstractFieldValidatorDescription.setSimpleValidator ( boolean simpleValidator ):
This method is from 'AbstractFieldValidatorDescription' abstract class.
package com.opensymphony.xwork2.validator.validators
[+] ValidatorSupport (1)
|
Type of field log has been changed from org.apache.commons.logging.Log to com.opensymphony.xwork2.util.logging.Logger. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.apache.commons.logging.Log, required: com.opensymphony.xwork2.util.logging.Logger. |
[+] affected methods (18)
ValidatorSupport.addActionError ( Object object ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.addFieldError ( String propertyName, Object object ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.conditionalParse ( String expression ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.getDefaultMessage ( ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.getFieldValue ( String name, Object object ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.getMessage ( Object object ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.getMessageKey ( ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.getParse ( ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.getValidatorContext ( ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.getValidatorType ( ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.isShortCircuit ( ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.setDefaultMessage ( String message ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.setMessageKey ( String key ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.setParse ( boolean parse ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.setShortCircuit ( boolean shortcircuit ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.setValidatorContext ( com.opensymphony.xwork2.validator.ValidatorContext validatorContext ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.setValidatorType ( String type ):
This method is from 'ValidatorSupport' abstract class.
ValidatorSupport.ValidatorSupport ( ):
This constructor is from 'ValidatorSupport' abstract class.
to the top
Problems with Methods, Medium risk (1)
xwork-2.0.7.jar, ExceptionHolder
package com.opensymphony.xwork2.interceptor
[+] ExceptionHolder.getExceptionStack ( ):String (1)
[ run-time name: com/opensymphony/xwork2/interceptor/ExceptionHolder.getExceptionStack:()Ljava/lang/String; ]
|
Removed java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getExceptionStack() in com.opensymphony.xwork2.interceptor.ExceptionHolder; overridden method does not throw java.io.IOException. |
to the top
Problems with Data Types, Low risk (9)
Shorthand notations: this - reference to method's object.
xwork-2.0.7.jar
package com.opensymphony.xwork2
[+] ActionContext (1)
|
Field CONTAINER has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CONTAINER is ambiguous. |
[+] affected methods (44)
ActionContext.ActionContext ( java.util.Map context ):
This constructor is from 'ActionContext' class.
ActionContext.get ( Object key ):
This method is from 'ActionContext' class.
ActionContext.getActionInvocation ( ):
This method is from 'ActionContext' class.
ActionContext.getApplication ( ):
This method is from 'ActionContext' class.
ActionContext.getContext ( ):
This method is from 'ActionContext' class.
ActionContext.getContextMap ( ):
This method is from 'ActionContext' class.
ActionContext.getConversionErrors ( ):
This method is from 'ActionContext' class.
ActionContext.getLocale ( ):
This method is from 'ActionContext' class.
ActionContext.getName ( ):
This method is from 'ActionContext' class.
ActionContext.getParameters ( ):
This method is from 'ActionContext' class.
ActionContext.getSession ( ):
This method is from 'ActionContext' class.
ActionContext.getValueStack ( ):
This method is from 'ActionContext' class.
ActionContext.put ( Object key, Object value ):
This method is from 'ActionContext' class.
ActionContext.setActionInvocation ( ActionInvocation actionInvocation ):
This method is from 'ActionContext' class.
ActionContext.setApplication ( java.util.Map application ):
This method is from 'ActionContext' class.
ActionContext.setContext ( ActionContext context ):
This method is from 'ActionContext' class.
ActionContext.setContextMap ( java.util.Map contextMap ):
This method is from 'ActionContext' class.
ActionContext.setConversionErrors ( java.util.Map conversionErrors ):
This method is from 'ActionContext' class.
ActionContext.setLocale ( java.util.Locale locale ):
This method is from 'ActionContext' class.
ActionContext.setName ( String name ):
This method is from 'ActionContext' class.
ActionContext.setParameters ( java.util.Map parameters ):
This method is from 'ActionContext' class.
ActionContext.setSession ( java.util.Map session ):
This method is from 'ActionContext' class.
ActionContext.setValueStack ( util.ValueStack stack ):
This method is from 'ActionContext' class.
ActionInvocation.getInvocationContext ( ):
Return value of this abstract method has type 'ActionContext'.
DefaultActionInvocation.addPreResultListener ( interceptor.PreResultListener listener ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.createAction ( java.util.Map contextMap ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.createContextMap ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.createResult ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.getAction ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.getInvocationContext ( ):
Return value of this method has type 'ActionContext'.
DefaultActionInvocation.getProxy ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.getResult ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.getResultCode ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.getStack ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.invoke ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.invokeAction ( Object action, config.entities.ActionConfig actionConfig ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.invokeActionOnly ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.isExecuted ( ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.setActionEventListener ( ActionEventListener listener ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
DefaultActionInvocation.setResultCode ( String resultCode ):
Field 'this.invocationContext' in the object of this method has type 'ActionContext'.
interceptor.ScopedModelDrivenInterceptor.resolveModel ( ObjectFactory factory, ActionContext actionContext, String modelClassName, String modelScope, String modelName ):
2nd parameter 'actionContext' of this method has type 'ActionContext'.
mock.MockActionInvocation.getInvocationContext ( ):
Return value of this method has type 'ActionContext'.
mock.MockActionInvocation.setInvocationContext ( ActionContext invocationContext ):
1st parameter 'invocationContext' of this method has type 'ActionContext'.
UnknownHandler.handleUnknownResult ( ActionContext p1, String p2, config.entities.ActionConfig p3, String p4 ):
1st parameter 'p1' of this abstract method has type 'ActionContext'.
[+] DefaultActionInvocation (3)
|
Field container has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to container is ambiguous. |
Field explicitResult has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to explicitResult is ambiguous. |
Field valueStackFactory has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to valueStackFactory is ambiguous. |
[+] affected methods (16)
DefaultActionInvocation.addPreResultListener ( interceptor.PreResultListener listener ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.createAction ( java.util.Map contextMap ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.createContextMap ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.createResult ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.getAction ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.getInvocationContext ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.getProxy ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.getResult ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.getResultCode ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.getStack ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.invoke ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.invokeAction ( Object action, config.entities.ActionConfig actionConfig ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.invokeActionOnly ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.isExecuted ( ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.setActionEventListener ( ActionEventListener listener ):
This method is from 'DefaultActionInvocation' class.
DefaultActionInvocation.setResultCode ( String resultCode ):
This method is from 'DefaultActionInvocation' class.
[+] ObjectFactory (1)
|
Field reflectionProvider has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to reflectionProvider is ambiguous. |
[+] affected methods (21)
config.providers.InterceptorBuilder.constructInterceptorReference ( config.entities.PackageConfig packageConfig, String refName, java.util.Map refParams, util.location.Location location, ObjectFactory objectFactory ):
5th parameter 'objectFactory' of this method has type 'ObjectFactory'.
config.providers.XmlConfigurationProvider.setObjectFactory ( ObjectFactory objectFactory ):
1st parameter 'objectFactory' of this method has type 'ObjectFactory'.
DefaultActionProxy.setObjectFactory ( ObjectFactory factory ):
1st parameter 'factory' of this method has type 'ObjectFactory'.
interceptor.ScopedModelDrivenInterceptor.resolveModel ( ObjectFactory factory, ActionContext actionContext, String modelClassName, String modelScope, String modelName ):
1st parameter 'factory' of this method has type 'ObjectFactory'.
interceptor.ScopedModelDrivenInterceptor.setObjectFactory ( ObjectFactory factory ):
1st parameter 'factory' of this method has type 'ObjectFactory'.
ObjectFactory.buildAction ( String actionName, String namespace, config.entities.ActionConfig config, java.util.Map extraContext ):
This method is from 'ObjectFactory' class.
ObjectFactory.buildBean ( Class clazz, java.util.Map extraContext ):
This method is from 'ObjectFactory' class.
ObjectFactory.buildBean ( String className, java.util.Map extraContext ):
This method is from 'ObjectFactory' class.
ObjectFactory.buildBean ( String className, java.util.Map extraContext, boolean injectInternal ):
This method is from 'ObjectFactory' class.
ObjectFactory.buildInterceptor ( config.entities.InterceptorConfig interceptorConfig, java.util.Map interceptorRefParams ):
This method is from 'ObjectFactory' class.
ObjectFactory.buildResult ( config.entities.ResultConfig resultConfig, java.util.Map extraContext ):
This method is from 'ObjectFactory' class.
ObjectFactory.buildValidator ( String className, java.util.Map params, java.util.Map extraContext ):
This method is from 'ObjectFactory' class.
ObjectFactory.getClassInstance ( String className ):
This method is from 'ObjectFactory' class.
ObjectFactory.getObjectFactory ( ):
Return value of this method has type 'ObjectFactory'.
ObjectFactory.injectInternalBeans ( Object obj ):
This method is from 'ObjectFactory' class.
ObjectFactory.isNoArgConstructorRequired ( ):
This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( ):
This constructor is from 'ObjectFactory' class.
ObjectFactory.setClassLoader ( ClassLoader cl ):
This method is from 'ObjectFactory' class.
ObjectFactory.setContainer ( inject.Container container ):
This method is from 'ObjectFactory' class.
validator.ValidatorFactory.getValidator ( validator.ValidatorConfig cfg, ObjectFactory objectFactory ):
2nd parameter 'objectFactory' of this method has type 'ObjectFactory'.
validator.ValidatorFileParser.parseValidatorDefinitions ( java.io.InputStream is, String resourceName, ObjectFactory objectFactory ):
3rd parameter 'objectFactory' of this method has type 'ObjectFactory'.
package com.opensymphony.xwork2.interceptor
[+] ChainingInterceptor (1)
|
Field reflectionProvider has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to reflectionProvider is ambiguous. |
[+] affected methods (6)
ChainingInterceptor.ChainingInterceptor ( ):
This constructor is from 'ChainingInterceptor' class.
ChainingInterceptor.getExcludes ( ):
This method is from 'ChainingInterceptor' class.
ChainingInterceptor.getIncludes ( ):
This method is from 'ChainingInterceptor' class.
ChainingInterceptor.intercept ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'ChainingInterceptor' class.
ChainingInterceptor.setExcludes ( java.util.Collection excludes ):
This method is from 'ChainingInterceptor' class.
ChainingInterceptor.setIncludes ( java.util.Collection includes ):
This method is from 'ChainingInterceptor' class.
[+] ExceptionMappingInterceptor (1)
|
Field LOG has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LOG is ambiguous. |
[+] affected methods (11)
ExceptionMappingInterceptor.ExceptionMappingInterceptor ( ):
This constructor is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.getDepth ( String exceptionMapping, Throwable t ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.getLogCategory ( ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.getLogLevel ( ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.handleLogging ( Exception e ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.intercept ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.isLogEnabled ( ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.publishException ( com.opensymphony.xwork2.ActionInvocation invocation, ExceptionHolder exceptionHolder ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.setLogCategory ( String logCatgory ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.setLogEnabled ( boolean logEnabled ):
This method is from 'ExceptionMappingInterceptor' class.
ExceptionMappingInterceptor.setLogLevel ( String logLevel ):
This method is from 'ExceptionMappingInterceptor' class.
[+] I18nInterceptor (1)
|
Field LOG has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LOG is ambiguous. |
[+] affected methods (5)
I18nInterceptor.I18nInterceptor ( ):
This constructor is from 'I18nInterceptor' class.
I18nInterceptor.intercept ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'I18nInterceptor' class.
I18nInterceptor.saveLocale ( com.opensymphony.xwork2.ActionInvocation invocation, java.util.Locale locale ):
This method is from 'I18nInterceptor' class.
I18nInterceptor.setAttributeName ( String attributeName ):
This method is from 'I18nInterceptor' class.
I18nInterceptor.setParameterName ( String parameterName ):
This method is from 'I18nInterceptor' class.
[+] TimerInterceptor (1)
|
Field LOG has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LOG is ambiguous. |
[+] affected methods (8)
TimerInterceptor.getLogCategory ( ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.getLogLevel ( ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.intercept ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.invokeUnderTiming ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.setLogCategory ( String logCatgory ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.setLogLevel ( String logLevel ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.shouldLog ( ):
This method is from 'TimerInterceptor' class.
TimerInterceptor.TimerInterceptor ( ):
This constructor is from 'TimerInterceptor' class.
to the top
Java ARchives (1)
xwork-2.0.7.jar
to the top
Classes (270)
package com.opensymphony.xwork2
Action
ActionChainResult
ActionContext
ActionContext.ActionContextThreadLocal
ActionEventListener
ActionInvocation
ActionProxy
ActionProxyFactory
ActionSupport
DefaultActionInvocation
DefaultActionProxy
DefaultActionProxyFactory
DefaultTextProvider
InvalidMetadataException
LocaleProvider
ModelDriven
ObjectFactory
ObjectFactory.ContinuationsClassLoader
Preparable
ResourceBundleTextProvider
Result
TestNGXWorkTestCase
TextProvider
TextProviderFactory
TextProviderSupport
Unchainable
UnknownHandler
Validateable
ValidationAware
ValidationAwareSupport
XWorkException
XWorkMessages
XWorkTestCase
package com.opensymphony.xwork2.config
Configuration
ConfigurationException
ConfigurationManager
ConfigurationProvider
ConfigurationUtil
ReferenceResolverException
RuntimeConfiguration
package com.opensymphony.xwork2.config.entities
ActionConfig
ExceptionMappingConfig
InterceptorConfig
InterceptorListHolder
InterceptorMapping
InterceptorStackConfig
PackageConfig
Parameterizable
ResultConfig
ResultTypeConfig
package com.opensymphony.xwork2.config.providers
InterceptorBuilder
XmlConfigurationProvider
XmlHelper
package com.opensymphony.xwork2.conversion.annotations
Conversion
ConversionRule
ConversionType
TypeConversion
package com.opensymphony.xwork2.conversion.metadata
ConversionDescription
package com.opensymphony.xwork2.inject
ConstructionContext
ConstructionContext.DelegatingInvocationHandler
Container
ContainerBuilder
ContainerBuilder.Command
ContainerImpl
ContainerImpl.ConstructorInjector
ContainerImpl.ContextualCallable
ContainerImpl.FieldInjector
ContainerImpl.Injector
ContainerImpl.InjectorFactory
ContainerImpl.MethodInjector
ContainerImpl.MissingDependencyException
ContainerImpl.ParameterInjector
Context
DependencyException
ExternalContext
Factory
Inject
InternalContext
InternalFactory
Key
Scope
Scope.Strategy
Scoped
package com.opensymphony.xwork2.inject.util
FinalizablePhantomReference
FinalizableReference
FinalizableReferenceQueue
FinalizableSoftReference
FinalizableWeakReference
Function
ReferenceCache
ReferenceCache.CallableCreate
ReferenceMap
ReferenceMap.Entry
ReferenceMap.InternalReference
ReferenceMap.KeyReferenceAwareWrapper
ReferenceMap.PutStrategy
ReferenceMap.ReferenceAwareWrapper
ReferenceMap.SoftKeyReference
ReferenceMap.SoftValueReference
ReferenceMap.Strategy
ReferenceMap.WeakKeyReference
ReferenceMap.WeakValueReference
ReferenceType
Strings
package com.opensymphony.xwork2.interceptor
AbstractInterceptor
AliasInterceptor
ChainingInterceptor
ConversionErrorInterceptor
DefaultWorkflowInterceptor
ExceptionHolder
ExceptionMappingInterceptor
I18nInterceptor
Interceptor
LoggingInterceptor
MethodFilterInterceptor
MethodFilterInterceptorUtil
ModelDrivenInterceptor
NoParameters
ParameterFilterInterceptor
ParameterNameAware
ParameterRemoverInterceptor
ParametersInterceptor
PrefixMethodInvocationUtil
PrepareInterceptor
PreResultListener
ScopedModelDriven
ScopedModelDrivenInterceptor
StaticParametersInterceptor
TimerInterceptor
package com.opensymphony.xwork2.interceptor.annotations
After
AnnotationWorkflowInterceptor
Before
BeforeResult
package com.opensymphony.xwork2.mock
MockActionInvocation
MockActionProxy
MockInterceptor
MockObjectTypeDeterminer
MockResult
package com.opensymphony.xwork2.spring
SpringObjectFactory
SpringProxyableObjectFactory
package com.opensymphony.xwork2.spring.interceptor
ActionAutowiringInterceptor
package com.opensymphony.xwork2.util
AnnotationUtils
AnnotationXWorkConverter
ClassLoaderUtil
ClassLoaderUtil.AggregateIterator
ClearableValueStack
CompoundRoot
CompoundRootAccessor
CompoundRootAccessor.MethodCall
CreateIfNull
DefaultObjectTypeDeterminer
DomHelper
DomHelper.DOMBuilder
DomHelper.StartHandler
Element
EnumTypeConverter
FileManager
FileManager.FileRevision
GenericsObjectTypeDeterminer
InstantiatingNullHandler
KeyProperty
LocalizedTextUtil
LocalizedTextUtil.GetDefaultMessageReturnArg
LocalizedTextUtil.MessageFormatKey
MemberAccessValueStack
ObjectProxy
ObjectProxyPropertyAccessor
ObjectTypeDeterminer
ObjectTypeDeterminerFactory
OgnlContextState
OgnlUtil
OgnlValueStack
OgnlValueStack.ObjectAccessor
OgnlValueStackFactory
PropertiesReader
ResolverUtil
ResolverUtil.AnnotatedWith
ResolverUtil.IsA
ResolverUtil.NameEndsWith
ResolverUtil.Test
SecurityMemberAccess
SurrugateList
TextParseUtil
TextParseUtil.ParsedValueEvaluator
TextUtils
TypeConversionException
ValueStack
ValueStackFactory
WildcardHelper
XWorkBasicConverter
XWorkCollectionPropertyAccessor
XWorkConverter
XWorkEnumerationAcccessor
XWorkIteratorPropertyAccessor
XWorkList
XWorkListPropertyAccessor
XWorkMap
XWorkMapPropertyAccessor
XWorkMethodAccessor
XWorkObjectPropertyAccessor
XWorkTestCaseHelper
package com.opensymphony.xwork2.util.location
Locatable
LocatableProperties
Located
Location
LocationAttributes
LocationAttributes.Pipe
LocationImpl
LocationUtils
LocationUtils.LocationFinder
package com.opensymphony.xwork2.util.profiling
ObjectProfiler
ProfilingTimerBean
TimerInvocationHandler
UtilTimerStack
UtilTimerStack.ProfilingBlock
package com.opensymphony.xwork2.validator
ActionValidatorManager
ActionValidatorManagerFactory
AnnotationActionValidatorManager
AnnotationValidationConfigurationBuilder
DefaultActionValidatorManager
DelegatingValidatorContext
DelegatingValidatorContext.ActionContextLocaleProvider
DelegatingValidatorContext.LoggingValidationAware
FieldValidator
ShortCircuitableValidator
ValidationException
ValidationInterceptor
Validator
ValidatorConfig
ValidatorContext
ValidatorFactory
ValidatorFileParser
package com.opensymphony.xwork2.validator.annotations
CustomValidator
UrlValidator
Validation
ValidationParameter
Validations
ValidatorType
package com.opensymphony.xwork2.validator.metadata
AbstractFieldValidatorDescription
ConversionErrorFieldValidatorDescription
DateRangeFieldValidatorDescription
DoubleRangeFieldValidatorDescription
EmailValidatorDescription
ExpressionValidatorDescription
FieldExpressionValidatorDescription
IntRangeFieldValidatorDescription
RequiredFieldValidatorDescription
RequiredStringValidatorDescription
StringLengthFieldValidatorDescription
URLValidatorDescription
ValidatorDescription
VisitorFieldValidatorDescription
package com.opensymphony.xwork2.validator.validators
AbstractRangeValidator
ConversionErrorFieldValidator
DateRangeFieldValidator
DoubleRangeFieldValidator
EmailValidator
ExpressionValidator
FieldExpressionValidator
FieldValidatorSupport
IntRangeFieldValidator
RegexFieldValidator
RepopulateConversionErrorFieldValidatorSupport
RequiredFieldValidator
RequiredStringValidator
StringLengthFieldValidator
URLValidator
ValidatorSupport
VisitorFieldValidator
VisitorFieldValidator.AppendingValidatorContext
to the top
Generated on Mon Jan 17 19:39:34 2011 for XWork by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API