Classes:
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
REMOVED (!) public abstract interface org.apache.commons.chain.Catalogtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | public static final | java.lang.String (!) | CATALOG_KEY |
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public abstract | n.a. | void | addCommand(java.lang.String,
| n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | org.apache.commons.chain.Command | getCommand(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Iterator | getNames() | n.a. |
|
|
REMOVED (!) public abstract class org.apache.commons.chain.CatalogFactorytop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | public static final | java.lang.String (!) | DELIMITER |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | CatalogFactory() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public abstract | n.a. | void | addCatalog(java.lang.String,
| n.a. |
|
|
||||||
REMOVED (!) | static public | n.a. | void | clear() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | org.apache.commons.chain.Catalog | getCatalog() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | org.apache.commons.chain.Catalog | getCatalog(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | org.apache.commons.chain.Command | getCommand(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | static public | n.a. | org.apache.commons.chain.CatalogFactory | getInstance() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Iterator | getNames() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | void | setCatalog(org.apache.commons.chain.Catalog) | n.a. |
|
|
REMOVED (!) public abstract interface org.apache.commons.chain.Chaintop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED (!) | public abstract | n.a. | void | addCommand(org.apache.commons.chain.Command) | n.a. |
|
|
||||||||
REMOVED | public abstract | n.a. | boolean | execute(org.apache.commons.chain.Context) |
| n.a. |
|
REMOVED (!) public abstract interface org.apache.commons.chain.Commandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | public static final | boolean (!) | CONTINUE_PROCESSING |
|
||
REMOVED (!) | public static final | boolean (!) | PROCESSING_COMPLETE |
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
REMOVED (!) | public abstract | n.a. | boolean | execute(org.apache.commons.chain.Context) |
|
|
|
REMOVED (!) public class org.apache.commons.chain.config.ConfigParsertop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ConfigParser() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
REMOVED (!) | public | n.a. | org.apache.commons.digester.Digester | getDigester() | n.a. |
|
|
||||||||||
REMOVED (!) | public | n.a. | org.apache.commons.digester.RuleSet | getRuleSet() | n.a. |
|
|
||||||||||
REMOVED (!) | public | n.a. | boolean | getUseContextClassLoader() | n.a. |
|
|
||||||||||
REMOVED (!) | public | n.a. | void | parse(org.apache.commons.chain.Catalog,
|
|
|
|
||||||||||
REMOVED (!) | public | n.a. | void | parse(java.net.URL) |
|
|
|
||||||||||
REMOVED (!) | public | n.a. | void | setRuleSet(org.apache.commons.digester.RuleSet) | n.a. |
|
|
||||||||||
REMOVED (!) | public | n.a. | void | setUseContextClassLoader(boolean) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.config.ConfigRuleSettop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.digester.RuleSetBase |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.digester.RuleSet |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ConfigRuleSet() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | void | addRuleInstances(org.apache.commons.digester.Digester) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getCatalogClass() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getCatalogElement() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getChainClass() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getChainElement() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getClassAttribute() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getCommandElement() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getDefineElement() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getNameAttribute() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setCatalogClass(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setCatalogElement(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setChainClass(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setChainElement(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setClassAttribute(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setCommandElement(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setDefineElement(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setNameAttribute(java.lang.String) | n.a. |
|
|
REMOVED (!) public abstract interface org.apache.commons.chain.Contexttop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.util.Map |
|
REMOVED (!) public abstract interface org.apache.commons.chain.Filtertop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public abstract | n.a. | boolean | postprocess(org.apache.commons.chain.Context,
| n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.generic.CopyCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | CopyCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | n.a. | boolean | execute(org.apache.commons.chain.Context) |
| n.a. |
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getFromKey() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getToKey() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getValue() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setFromKey(java.lang.String) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setToKey(java.lang.String) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setValue(java.lang.String) | n.a. |
|
|
REMOVED (!) public abstract class org.apache.commons.chain.generic.DispatchCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | protected static final | java.lang.Class[] (!) | DEFAULT_SIGNATURE |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | DispatchCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
REMOVED (!) | protected | n.a. | boolean | evaluateResult(java.lang.Object) | n.a. |
|
|
||||||||||
REMOVED | public | n.a. | boolean | execute(org.apache.commons.chain.Context) |
| n.a. |
|
||||||||||
REMOVED (!) | protected | n.a. | java.lang.reflect.Method | extractMethod(org.apache.commons.chain.Context) |
|
|
|
||||||||||
REMOVED (!) | protected | n.a. | java.lang.Object[] | getArguments(org.apache.commons.chain.Context) | n.a. |
|
|
||||||||||
REMOVED (!) | public | n.a. | java.lang.String | getMethod() | n.a. |
|
|
||||||||||
REMOVED (!) | public | n.a. | java.lang.String | getMethodKey() | n.a. |
|
|
||||||||||
REMOVED (!) | protected | n.a. | java.lang.Class[] | getSignature() | n.a. |
|
|
||||||||||
REMOVED (!) | public | n.a. | void | setMethod(java.lang.String) | n.a. |
|
|
||||||||||
REMOVED (!) | public | n.a. | void | setMethodKey(java.lang.String) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.generic.DispatchLookupCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.generic.LookupCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
||
REMOVED (!) | org.apache.commons.chain.Filter |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | DispatchLookupCommand(org.apache.commons.chain.CatalogFactory) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | DispatchLookupCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | n.a. | boolean | execute(org.apache.commons.chain.Context) |
| n.a. |
|
||||||||
REMOVED (!) | protected | n.a. | java.lang.Object[] | getArguments(org.apache.commons.chain.Context) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getMethod() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getMethodKey() | n.a. |
|
|
||||||||
REMOVED (!) | protected | n.a. | java.lang.Class[] | getSignature() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setMethod(java.lang.String) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setMethodKey(java.lang.String) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.generic.LookupCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
||
REMOVED (!) | org.apache.commons.chain.Filter |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | LookupCommand(org.apache.commons.chain.CatalogFactory) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | LookupCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | n.a. | boolean | execute(org.apache.commons.chain.Context) |
| n.a. |
|
||||||||
REMOVED (!) | protected | n.a. | org.apache.commons.chain.Catalog | getCatalog(org.apache.commons.chain.Context) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | org.apache.commons.chain.CatalogFactory | getCatalogFactory() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getCatalogName() | n.a. |
|
|
||||||||
REMOVED (!) | protected | n.a. | org.apache.commons.chain.Command | getCommand(org.apache.commons.chain.Context) | n.a. |
|
|
||||||||
REMOVED (!) | protected | n.a. | java.lang.String | getCommandName(org.apache.commons.chain.Context) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getName() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getNameKey() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | boolean | isIgnoreExecuteResult() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | boolean | isIgnorePostprocessResult() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | boolean | isOptional() | n.a. |
|
|
||||||||
REMOVED | public | n.a. | boolean | postprocess(org.apache.commons.chain.Context,
| n.a. | n.a. |
|
||||||||
REMOVED (!) | public | n.a. | void | setCatalogFactory(org.apache.commons.chain.CatalogFactory) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setCatalogName(java.lang.String) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setIgnoreExecuteResult(boolean) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setIgnorePostprocessResult(boolean) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setName(java.lang.String) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setNameKey(java.lang.String) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setOptional(boolean) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.generic.RemoveCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | RemoveCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | n.a. | boolean | execute(org.apache.commons.chain.Context) |
| n.a. |
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getFromKey() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setFromKey(java.lang.String) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.impl.CatalogBasetop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Catalog |
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | protected | java.util.Map (!) | commands |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | CatalogBase() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | CatalogBase(java.util.Map) | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED | public | n.a. | void | addCommand(java.lang.String,
| n.a. | n.a. |
|
||||||
REMOVED | public | n.a. | org.apache.commons.chain.Command | getCommand(java.lang.String) | n.a. | n.a. |
|
||||||
REMOVED | public | n.a. | java.util.Iterator | getNames() | n.a. | n.a. |
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | toString() | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.impl.CatalogFactoryBasetop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.CatalogFactory |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | CatalogFactoryBase() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | void | addCatalog(java.lang.String,
| n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | org.apache.commons.chain.Catalog | getCatalog() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | org.apache.commons.chain.Catalog | getCatalog(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Iterator | getNames() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setCatalog(org.apache.commons.chain.Catalog) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.impl.ChainBasetop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Chain |
|
||
REMOVED (!) | org.apache.commons.chain.Command |
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | protected | org.apache.commons.chain.Command[] (!) | commands |
|
||
REMOVED (!) | protected | boolean (!) | frozen |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ChainBase(org.apache.commons.chain.Command[]) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | ChainBase(java.util.Collection) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | ChainBase(org.apache.commons.chain.Command) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | ChainBase() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | n.a. | void | addCommand(org.apache.commons.chain.Command) | n.a. | n.a. |
|
||||||||
REMOVED | public | n.a. | boolean | execute(org.apache.commons.chain.Context) |
| n.a. |
|
REMOVED (!) (Serializable incompatible(!): class removed) public class org.apache.commons.chain.impl.ContextBasetop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.util.HashMap |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.io.Serializable |
|
||
REMOVED (!) | java.lang.Cloneable |
|
||
REMOVED (!) | java.util.Map |
|
||
REMOVED (!) | org.apache.commons.chain.Context |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -2482145117370708259 | n.a. |
New | false | n.a. | n.a. |
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ContextBase() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | ContextBase(java.util.Map) | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | void | clear() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | boolean | containsValue(java.lang.Object) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Set | entrySet() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.Object | get(java.lang.Object) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | boolean | isEmpty() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Set | keySet() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.Object | put(java.lang.Object,
| n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | putAll(java.util.Map) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.Object | remove(java.lang.Object) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Collection | values() | n.a. |
|
|
REMOVED (!) public abstract class org.apache.commons.chain.web.AbstractGetLocaleCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | AbstractGetLocaleCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | n.a. | boolean | execute(org.apache.commons.chain.Context) |
| n.a. |
|
||||||||
REMOVED (!) | protected abstract | n.a. | java.util.Locale | getLocale(org.apache.commons.chain.Context) | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getLocaleKey() | n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setLocaleKey(java.lang.String) | n.a. |
|
|
REMOVED (!) public abstract class org.apache.commons.chain.web.AbstractSetLocaleCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | AbstractSetLocaleCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | n.a. | boolean | execute(org.apache.commons.chain.Context) |
| n.a. |
|
||||||||
REMOVED (!) | public | n.a. | java.lang.String | getLocaleKey() | n.a. |
|
|
||||||||
REMOVED (!) | protected abstract | n.a. | void | setLocale(org.apache.commons.chain.Context,
| n.a. |
|
|
||||||||
REMOVED (!) | public | n.a. | void | setLocaleKey(java.lang.String) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.web.ChainListenertop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.util.EventListener |
|
||
REMOVED (!) | javax.servlet.ServletContextListener |
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | public static final | java.lang.String (!) | CONFIG_ATTR |
|
||
REMOVED (!) | public static final | java.lang.String (!) | CONFIG_CLASS_RESOURCE |
|
||
REMOVED (!) | public static final | java.lang.String (!) | CONFIG_WEB_RESOURCE |
|
||
REMOVED (!) | public static final | java.lang.String (!) | RULE_SET |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ChainListener() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | void | contextDestroyed(javax.servlet.ServletContextEvent) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | contextInitialized(javax.servlet.ServletContextEvent) | n.a. |
|
|
REMOVED (!) (Serializable incompatible(!): class removed) public class org.apache.commons.chain.web.ChainServlettop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | javax.servlet.http.HttpServlet |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.io.Serializable |
|
||
REMOVED (!) | javax.servlet.Servlet |
|
||
REMOVED (!) | javax.servlet.ServletConfig |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 4833344945293509188 | n.a. |
New | false | n.a. | n.a. |
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | public static final | java.lang.String (!) | CONFIG_ATTR |
|
||
REMOVED (!) | public static final | java.lang.String (!) | CONFIG_CLASS_RESOURCE |
|
||
REMOVED (!) | public static final | java.lang.String (!) | CONFIG_WEB_RESOURCE |
|
||
REMOVED (!) | public static final | java.lang.String (!) | RULE_SET |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ChainServlet() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
REMOVED (!) | public | n.a. | void | destroy() | n.a. |
|
|
||||||||||||
REMOVED (!) | public | n.a. | void | init() |
|
|
|
||||||||||||
REMOVED (!) | public | n.a. | void | service(javax.servlet.http.HttpServletRequest,
|
|
|
|
REMOVED (!) public class org.apache.commons.chain.web.faces.FacesGetLocaleCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.AbstractGetLocaleCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | FacesGetLocaleCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | protected | n.a. | java.util.Locale | getLocale(org.apache.commons.chain.Context) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.web.faces.FacesSetLocaleCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.AbstractSetLocaleCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | FacesSetLocaleCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | protected | n.a. | void | setLocale(org.apache.commons.chain.Context,
| n.a. |
|
|
REMOVED (!) (Serializable incompatible(!): class removed) public class org.apache.commons.chain.web.faces.FacesWebContexttop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.WebContext |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.io.Serializable |
|
||
REMOVED (!) | java.lang.Cloneable |
|
||
REMOVED (!) | java.util.Map |
|
||
REMOVED (!) | org.apache.commons.chain.Context |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -1429681424077509130 | n.a. |
New | false | n.a. | n.a. |
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | FacesWebContext() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | FacesWebContext(javax.faces.context.FacesContext) | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | java.util.Map | getApplicationScope() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | javax.faces.context.FacesContext | getContext() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getCookies() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getHeader() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getHeaderValues() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getInitParam() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getParam() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getParamValues() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getRequestScope() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getSessionScope() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | initialize(javax.faces.context.FacesContext) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | release() | n.a. |
|
|
NEW public class org.apache.commons.chain.web.jakarta.faces.FacesGetLocaleCommandtop
Compatibility Changes:
Change |
INTERFACE_ADDED |
Superclass:
Status | Superclass | Compatibility Changes |
NEW | org.apache.commons.chain.web.jakarta.GetLocaleCommand | n.a. |
Interfaces:
Status | Interface | Compatibility Changes |
NEW | org.apache.commons.chain.Command | n.a. |
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | FacesGetLocaleCommand() | n.a. | n.a. |
|
NEW public class org.apache.commons.chain.web.jakarta.faces.FacesSetLocaleCommandtop
Compatibility Changes:
Change |
INTERFACE_ADDED |
Superclass:
Status | Superclass | Compatibility Changes |
NEW | org.apache.commons.chain.web.jakarta.SetLocaleCommand | n.a. |
Interfaces:
Status | Interface | Compatibility Changes |
NEW | org.apache.commons.chain.Command | n.a. |
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | FacesSetLocaleCommand() | n.a. | n.a. |
|
NEW (Serializable compatible) public class org.apache.commons.chain.web.jakarta.faces.FacesWebContexttop
Compatibility Changes:
Change |
INTERFACE_ADDED |
Superclass:
Status | Superclass | Compatibility Changes |
NEW | org.apache.commons.chain.web.jakarta.WebContext | n.a. |
Interfaces:
Status | Interface | Compatibility Changes |
NEW | java.io.Serializable | n.a. |
NEW | java.lang.Cloneable | n.a. |
NEW | java.util.Map | n.a. |
NEW | org.apache.commons.chain.Context | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | -7471095643756844000 | -1429681424077509130 |
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | FacesWebContext() | n.a. | n.a. |
|
||||
NEW | public | n.a. | FacesWebContext(jakarta.faces.context.FacesContext) | n.a. | n.a. |
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||
NEW | public | n.a. | java.util.Map
<..>
| getApplicationScope() | n.a. |
|
|
|||||||||
NEW | public | n.a. | jakarta.faces.context.FacesContext | getContext() | n.a. |
|
|
|||||||||
NEW | public | n.a. | java.util.Map
<..>
| getCookies() | n.a. |
|
|
|||||||||
NEW | public | n.a. | java.util.Map
<..>
| getHeader() | n.a. |
|
|
|||||||||
NEW | public | n.a. | java.util.Map
<..>
| getHeaderValues() | n.a. |
|
|
|||||||||
NEW | public | n.a. | java.util.Map
<..>
| getInitParam() | n.a. |
|
|
|||||||||
NEW | public | n.a. | java.util.Map
<..>
| getParam() | n.a. |
|
|
|||||||||
NEW | public | n.a. | java.util.Map
<..>
| getParamValues() | n.a. |
|
|
|||||||||
NEW | public | n.a. | java.util.Map
<..>
| getRequestScope() | n.a. |
|
|
|||||||||
NEW | public | n.a. | java.util.Map
<..>
| getSessionScope() | n.a. |
|
|
|||||||||
NEW | public | n.a. | void | initialize(jakarta.faces.context.FacesContext) | n.a. |
|
|
|||||||||
NEW | public | n.a. | void | release() | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.web.MapEntrytop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | java.lang.Object |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.util.Map$Entry |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | MapEntry(java.lang.Object,
| n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.Object | getKey() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.Object | getValue() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | int | hashCode() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.Object | setValue(java.lang.Object) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.AbstractGetLocaleCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | PortletGetLocaleCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | protected | n.a. | java.util.Locale | getLocale(org.apache.commons.chain.Context) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.web.portlet.PortletSetLocaleCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.AbstractSetLocaleCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | PortletSetLocaleCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | protected | n.a. | void | setLocale(org.apache.commons.chain.Context,
| n.a. |
|
|
REMOVED (!) (Serializable incompatible(!): class removed) public class org.apache.commons.chain.web.portlet.PortletWebContexttop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.WebContext |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.io.Serializable |
|
||
REMOVED (!) | java.lang.Cloneable |
|
||
REMOVED (!) | java.util.Map |
|
||
REMOVED (!) | org.apache.commons.chain.Context |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 7590757017994210786 | n.a. |
New | false | n.a. | n.a. |
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | protected | javax.portlet.PortletContext (!) | context |
|
||
REMOVED (!) | protected | javax.portlet.PortletRequest (!) | request |
|
||
REMOVED (!) | protected | javax.portlet.PortletResponse (!) | response |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | PortletWebContext(javax.portlet.PortletContext,
| n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | PortletWebContext() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | java.util.Map | getApplicationScope() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | javax.portlet.PortletContext | getContext() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getCookies() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getHeader() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getHeaderValues() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getInitParam() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getParam() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getParamValues() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | javax.portlet.PortletRequest | getRequest() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getRequestScope() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | javax.portlet.PortletResponse | getResponse() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getSessionScope() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | initialize(javax.portlet.PortletContext,
| n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | release() | n.a. |
|
|
REMOVED (!) (Serializable incompatible(!): class removed) public class org.apache.commons.chain.web.servlet.ChainProcessortop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.ChainServlet |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.io.Serializable |
|
||
REMOVED (!) | javax.servlet.Servlet |
|
||
REMOVED (!) | javax.servlet.ServletConfig |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6817532768031279260 | n.a. |
New | false | n.a. | n.a. |
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | public static final | java.lang.String (!) | CATALOG |
|
||
REMOVED (!) | public static final | java.lang.String (!) | CATALOG_DEFAULT |
|
||
REMOVED (!) | public static final | java.lang.String (!) | COMMAND |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ChainProcessor() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
REMOVED (!) | public | n.a. | void | destroy() | n.a. |
|
|
||||||||||||
REMOVED (!) | public | n.a. | void | init() |
|
|
|
||||||||||||
REMOVED (!) | public | n.a. | void | service(javax.servlet.http.HttpServletRequest,
|
|
|
|
REMOVED (!) public class org.apache.commons.chain.web.servlet.PathInfoMappertop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.generic.LookupCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
||
REMOVED (!) | org.apache.commons.chain.Filter |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | PathInfoMapper() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | protected | n.a. | org.apache.commons.chain.Catalog | getCatalog(org.apache.commons.chain.Context) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getCatalogKey() | n.a. |
|
|
||||||
REMOVED (!) | protected | n.a. | java.lang.String | getCommandName(org.apache.commons.chain.Context) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setCatalogKey(java.lang.String) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.web.servlet.RequestParameterMappertop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.generic.LookupCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
||
REMOVED (!) | org.apache.commons.chain.Filter |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | RequestParameterMapper() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | protected | n.a. | org.apache.commons.chain.Catalog | getCatalog(org.apache.commons.chain.Context) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getCatalogKey() | n.a. |
|
|
||||||
REMOVED (!) | protected | n.a. | java.lang.String | getCommandName(org.apache.commons.chain.Context) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getParameter() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setCatalogKey(java.lang.String) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setParameter(java.lang.String) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.AbstractGetLocaleCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ServletGetLocaleCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | protected | n.a. | java.util.Locale | getLocale(org.apache.commons.chain.Context) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.web.servlet.ServletPathMappertop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.generic.LookupCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
||
REMOVED (!) | org.apache.commons.chain.Filter |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ServletPathMapper() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | protected | n.a. | org.apache.commons.chain.Catalog | getCatalog(org.apache.commons.chain.Context) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.lang.String | getCatalogKey() | n.a. |
|
|
||||||
REMOVED (!) | protected | n.a. | java.lang.String | getCommandName(org.apache.commons.chain.Context) | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | setCatalogKey(java.lang.String) | n.a. |
|
|
REMOVED (!) public class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandtop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.AbstractSetLocaleCommand |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.Command |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ServletSetLocaleCommand() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | protected | n.a. | void | setLocale(org.apache.commons.chain.Context,
| n.a. |
|
|
REMOVED (!) (Serializable incompatible(!): class removed) public class org.apache.commons.chain.web.servlet.ServletWebContexttop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.web.WebContext |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.io.Serializable |
|
||
REMOVED (!) | java.lang.Cloneable |
|
||
REMOVED (!) | java.util.Map |
|
||
REMOVED (!) | org.apache.commons.chain.Context |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5302874006663111922 | n.a. |
New | false | n.a. | n.a. |
Fields:
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | protected | javax.servlet.ServletContext (!) | context |
|
||
REMOVED (!) | protected | javax.servlet.http.HttpServletRequest (!) | request |
|
||
REMOVED (!) | protected | javax.servlet.http.HttpServletResponse (!) | response |
|
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | ServletWebContext(javax.servlet.ServletContext,
| n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | ServletWebContext() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | java.util.Map | getApplicationScope() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | javax.servlet.ServletContext | getContext() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getCookies() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getHeader() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getHeaderValues() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getInitParam() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getParam() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getParamValues() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | javax.servlet.http.HttpServletRequest | getRequest() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getRequestScope() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | javax.servlet.http.HttpServletResponse | getResponse() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | java.util.Map | getSessionScope() | n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | initialize(javax.servlet.ServletContext,
| n.a. |
|
|
||||||
REMOVED (!) | public | n.a. | void | release() | n.a. |
|
|
REMOVED (!) (Serializable incompatible(!): class removed) public abstract class org.apache.commons.chain.web.WebContexttop
Compatibility Changes:
Change |
CLASS_REMOVED |
Superclass:
Status | Superclass | Compatibility Changes | ||
REMOVED (!) | org.apache.commons.chain.impl.ContextBase |
|
Interfaces:
Status | Interface | Compatibility Changes | ||
REMOVED (!) | java.io.Serializable |
|
||
REMOVED (!) | java.lang.Cloneable |
|
||
REMOVED (!) | java.util.Map |
|
||
REMOVED (!) | org.apache.commons.chain.Context |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 6804961872140299027 | n.a. |
New | false | n.a. | n.a. |
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | n.a. | WebContext() | n.a. |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public abstract | n.a. | java.util.Map | getApplicationScope() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Map | getCookies() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Map | getHeader() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Map | getHeaderValues() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Map | getInitParam() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Map | getParam() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Map | getParamValues() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Map | getRequestScope() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | n.a. | java.util.Map | getSessionScope() | n.a. |
|
|