Binary compatibility report for the Cocoon library between 2.1.7 and 2.1.8 versions
Test Info
Library Name | Cocoon |
Version #1 | 2.1.7 |
Version #2 | 2.1.8 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 4731 / 686 |
---|
Verdict | Incompatible (6.7%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 391 |
---|
Removed Methods | High | 43 |
---|
Problems with Data Types | High | 27 |
---|
Medium | 7 |
Low | 33 |
Problems with Methods | High | 4 |
---|
Medium | 0 |
Low | 9 |
Other Changes in Data Types | - | 43 |
Added Methods (391)
cocoon-2.1.8.jar, AbstractAction.class
package org.apache.cocoon.acting
AbstractAction.act ( Redirector p1, SourceResolver p2, Map p3, String p4, Parameters p5 ) [abstract] : Map
[mangled: org/apache/cocoon/acting/AbstractAction.act:(Lorg/apache/cocoon/environment/Redirector;Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/util/Map;]
cocoon-2.1.8.jar, AbstractCocoonRunnable.class
package org.apache.cocoon.components
CocoonComponentManager.AbstractCocoonRunnable.CocoonComponentManager.AbstractCocoonRunnable ( )
[mangled: org/apache/cocoon/components/CocoonComponentManager.AbstractCocoonRunnable."<init>":()V]
CocoonComponentManager.AbstractCocoonRunnable.doRun ( ) [abstract] : void
[mangled: org/apache/cocoon/components/CocoonComponentManager.AbstractCocoonRunnable.doRun:()V]
CocoonComponentManager.AbstractCocoonRunnable.run ( ) : void
[mangled: org/apache/cocoon/components/CocoonComponentManager.AbstractCocoonRunnable.run:()V]
cocoon-2.1.8.jar, AbstractDOMFragment.class
package org.apache.cocoon.xml
AbstractDOMFragment.toDOM ( Node p1 ) [abstract] : void
[mangled: org/apache/cocoon/xml/AbstractDOMFragment.toDOM:(Lorg/w3c/dom/Node;)V]
cocoon-2.1.8.jar, AbstractEnvironment.class
package org.apache.cocoon.environment
AbstractEnvironment.getContentType ( ) [abstract] : String
[mangled: org/apache/cocoon/environment/AbstractEnvironment.getContentType:()Ljava/lang/String;]
AbstractEnvironment.isExternal ( ) [abstract] : boolean
[mangled: org/apache/cocoon/environment/AbstractEnvironment.isExternal:()Z]
AbstractEnvironment.setContentLength ( int p1 ) [abstract] : void
[mangled: org/apache/cocoon/environment/AbstractEnvironment.setContentLength:(I)V]
AbstractEnvironment.setContentType ( String x0 ) [abstract] : void
[mangled: org/apache/cocoon/environment/AbstractEnvironment.setContentType:(Ljava/lang/String;)V]
cocoon-2.1.8.jar, AbstractGenerator.class
package org.apache.cocoon.generation
AbstractGenerator.generate ( ) [abstract] : void
[mangled: org/apache/cocoon/generation/AbstractGenerator.generate:()V]
cocoon-2.1.8.jar, AbstractInterpreter.class
package org.apache.cocoon.components.flow
AbstractInterpreter.callFunction ( String p1, List p2, Redirector p3 ) [abstract] : void
[mangled: org/apache/cocoon/components/flow/AbstractInterpreter.callFunction:(Ljava/lang/String;Ljava/util/List;Lorg/apache/cocoon/environment/Redirector;)V]
AbstractInterpreter.handleContinuation ( String p1, List p2, Redirector p3 ) [abstract] : void
[mangled: org/apache/cocoon/components/flow/AbstractInterpreter.handleContinuation:(Ljava/lang/String;Ljava/util/List;Lorg/apache/cocoon/environment/Redirector;)V]
cocoon-2.1.8.jar, AbstractOutputModule.class
package org.apache.cocoon.components.modules.output
AbstractOutputModule.commit ( Configuration p1, Map p2 ) [abstract] : void
[mangled: org/apache/cocoon/components/modules/output/AbstractOutputModule.commit:(Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)V]
AbstractOutputModule.rollback ( Configuration p1, Map p2, Exception p3 ) [abstract] : void
[mangled: org/apache/cocoon/components/modules/output/AbstractOutputModule.rollback:(Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;Ljava/lang/Exception;)V]
AbstractOutputModule.setAttribute ( Configuration p1, Map p2, String p3, Object p4 ) [abstract] : void
[mangled: org/apache/cocoon/components/modules/output/AbstractOutputModule.setAttribute:(Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;Ljava/lang/String;Ljava/lang/Object;)V]
cocoon-2.1.8.jar, AbstractPreparableMatcher.class
package org.apache.cocoon.matching
AbstractPreparableMatcher.preparedMatch ( Object p1, Map p2, Parameters p3 ) [abstract] : Map
[mangled: org/apache/cocoon/matching/AbstractPreparableMatcher.preparedMatch:(Ljava/lang/Object;Ljava/util/Map;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/util/Map;]
AbstractPreparableMatcher.preparePattern ( String p1 ) [abstract] : Object
[mangled: org/apache/cocoon/matching/AbstractPreparableMatcher.preparePattern:(Ljava/lang/String;)Ljava/lang/Object;]
cocoon-2.1.8.jar, AbstractProcessingNode.class
package org.apache.cocoon.components.treeprocessor
AbstractProcessingNode.getLocation ( ) : Location
[mangled: org/apache/cocoon/components/treeprocessor/AbstractProcessingNode.getLocation:()Lorg/apache/cocoon/util/location/Location;]
AbstractProcessingNode.invoke ( Environment p1, InvokeContext p2 ) [abstract] : boolean
[mangled: org/apache/cocoon/components/treeprocessor/AbstractProcessingNode.invoke:(Lorg/apache/cocoon/environment/Environment;Lorg/apache/cocoon/components/treeprocessor/InvokeContext;)Z]
AbstractProcessingNode.setLocation ( Location location ) : void
[mangled: org/apache/cocoon/components/treeprocessor/AbstractProcessingNode.setLocation:(Lorg/apache/cocoon/util/location/Location;)V]
cocoon-2.1.8.jar, AbstractProcessingNodeBuilder.class
package org.apache.cocoon.components.treeprocessor
AbstractProcessingNodeBuilder.buildNode ( Configuration p1 ) [abstract] : ProcessingNode
[mangled: org/apache/cocoon/components/treeprocessor/AbstractProcessingNodeBuilder.buildNode:(Lorg/apache/avalon/framework/configuration/Configuration;)Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;]
cocoon-2.1.8.jar, AbstractProcessingPipeline.class
package org.apache.cocoon.components.pipeline
AbstractProcessingPipeline.getLocation ( Parameters param ) : Location
[mangled: org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.getLocation:(Lorg/apache/avalon/framework/parameters/Parameters;)Lorg/apache/cocoon/util/location/Location;]
cocoon-2.1.8.jar, AbstractReader.class
package org.apache.cocoon.reading
AbstractReader.generate ( ) [abstract] : void
[mangled: org/apache/cocoon/reading/AbstractReader.generate:()V]
cocoon-2.1.8.jar, AbstractSAXFragment.class
package org.apache.cocoon.xml
AbstractSAXFragment.toSAX ( ContentHandler p1 ) [abstract] : void
[mangled: org/apache/cocoon/xml/AbstractSAXFragment.toSAX:(Lorg/xml/sax/ContentHandler;)V]
cocoon-2.1.8.jar, AbstractSAXTransformer.class
package org.apache.cocoon.transformation
AbstractSAXTransformer.dispose ( ) : void
[mangled: org/apache/cocoon/transformation/AbstractSAXTransformer.dispose:()V]
AbstractSAXTransformer.findPrefixMapping ( String uri ) : String
[mangled: org/apache/cocoon/transformation/AbstractSAXTransformer.findPrefixMapping:(Ljava/lang/String;)Ljava/lang/String;]
AbstractSAXTransformer.getMutableAttributes ( Attributes a ) : AttributesImpl
[mangled: org/apache/cocoon/transformation/AbstractSAXTransformer.getMutableAttributes:(Lorg/xml/sax/Attributes;)Lorg/apache/cocoon/xml/AttributesImpl;]
cocoon-2.1.8.jar, AbstractTransformer.class
package org.apache.cocoon.transformation
AbstractTransformer.setup ( SourceResolver p1, Map p2, String p3, Parameters p4 ) [abstract] : void
[mangled: org/apache/cocoon/transformation/AbstractTransformer.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
cocoon-2.1.8.jar, AttributesImpl.class
package org.apache.cocoon.xml
AttributesImpl.addCDATAAttribute ( String namespace, String localName, String value ) : void
[mangled: org/apache/cocoon/xml/AttributesImpl.addCDATAAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cocoon-2.1.8.jar, BufferedOutputStream.class
package org.apache.cocoon.util
BufferedOutputStream.getCount ( ) : int
[mangled: org/apache/cocoon/util/BufferedOutputStream.getCount:()I]
cocoon-2.1.8.jar, ChainedConfiguration.class
package org.apache.cocoon.components
ChainedConfiguration.getAttributeAsDouble ( String name ) : double
[mangled: org/apache/cocoon/components/ChainedConfiguration.getAttributeAsDouble:(Ljava/lang/String;)D]
ChainedConfiguration.getAttributeAsDouble ( String name, double value ) : double
[mangled: org/apache/cocoon/components/ChainedConfiguration.getAttributeAsDouble:(Ljava/lang/String;D)D]
ChainedConfiguration.getValueAsDouble ( ) : double
[mangled: org/apache/cocoon/components/ChainedConfiguration.getValueAsDouble:()D]
ChainedConfiguration.getValueAsDouble ( double value ) : double
[mangled: org/apache/cocoon/components/ChainedConfiguration.getValueAsDouble:(D)D]
cocoon-2.1.8.jar, ClassLoaderManagerImpl.class
package org.apache.cocoon.components.classloader
ClassLoaderManagerImpl.dispose ( ) : void
[mangled: org/apache/cocoon/components/classloader/ClassLoaderManagerImpl.dispose:()V]
cocoon-2.1.8.jar, Cocoon.class
package org.apache.cocoon
Cocoon.enableLogging ( Logger logger ) : void
[mangled: org/apache/cocoon/Cocoon.enableLogging:(Lorg/apache/avalon/framework/logger/Logger;)V]
Cocoon.getSystemProperty ( String property, String value ) [static] : String
[mangled: org/apache/cocoon/Cocoon.getSystemProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
cocoon-2.1.8.jar, CocoonRunnable.class
package org.apache.cocoon.environment
CocoonRunnable.CocoonRunnable ( )
[mangled: org/apache/cocoon/environment/CocoonRunnable."<init>":()V]
CocoonRunnable.CocoonRunnable ( Runnable target )
[mangled: org/apache/cocoon/environment/CocoonRunnable."<init>":(Ljava/lang/Runnable;)V]
CocoonRunnable.doRun ( ) : void
[mangled: org/apache/cocoon/environment/CocoonRunnable.doRun:()V]
cocoon-2.1.8.jar, CocoonWrapper.class
package org.apache.cocoon.bean
CocoonWrapper.setUseExistingCocoon ( boolean useExistingCocoon ) : void
[mangled: org/apache/cocoon/bean/CocoonWrapper.setUseExistingCocoon:(Z)V]
cocoon-2.1.8.jar, CommandLineRequest.class
package org.apache.cocoon.environment.commandline
CommandLineRequest.getSitemapURIPrefix ( ) : String
[mangled: org/apache/cocoon/environment/commandline/CommandLineRequest.getSitemapURIPrefix:()Ljava/lang/String;]
cocoon-2.1.8.jar, ContinuationsManager.class
package org.apache.cocoon.components.flow
ContinuationsManager.getWebContinuationsDataBeanList ( ) [abstract] : List
[mangled: org/apache/cocoon/components/flow/ContinuationsManager.getWebContinuationsDataBeanList:()Ljava/util/List;]
cocoon-2.1.8.jar, ContinuationsManagerImpl.class
package org.apache.cocoon.components.flow
ContinuationsManagerImpl.getWebContinuationsDataBeanList ( ) : List
[mangled: org/apache/cocoon/components/flow/ContinuationsManagerImpl.getWebContinuationsDataBeanList:()Ljava/util/List;]
ContinuationsManagerImpl.handleLeafContinuationExpiration ( WebContinuation wk ) : void
[mangled: org/apache/cocoon/components/flow/ContinuationsManagerImpl.handleLeafContinuationExpiration:(Lorg/apache/cocoon/components/flow/WebContinuation;)V]
ContinuationsManagerImpl.handleParentContinuationExpiration ( WebContinuation parent ) : void
[mangled: org/apache/cocoon/components/flow/ContinuationsManagerImpl.handleParentContinuationExpiration:(Lorg/apache/cocoon/components/flow/WebContinuation;)V]
cocoon-2.1.8.jar, CookieModule.class
package org.apache.cocoon.components.modules.input
CookieModule.CookieModule ( )
[mangled: org/apache/cocoon/components/modules/input/CookieModule."<init>":()V]
CookieModule.getAttribute ( String name, Configuration modeConf, Map objectModel ) : Object
[mangled: org/apache/cocoon/components/modules/input/CookieModule.getAttribute:(Ljava/lang/String;Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)Ljava/lang/Object;]
CookieModule.getAttributeNames ( Configuration modeConf, Map objectModel ) : Iterator
[mangled: org/apache/cocoon/components/modules/input/CookieModule.getAttributeNames:(Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)Ljava/util/Iterator;]
CookieModule.getAttributeValues ( String name, Configuration modeConf, Map objectModel ) : Object[ ]
[mangled: org/apache/cocoon/components/modules/input/CookieModule.getAttributeValues:(Ljava/lang/String;Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)[Ljava/lang/Object;]
CookieModule.getCookieMap ( Map objectModel ) : Map
[mangled: org/apache/cocoon/components/modules/input/CookieModule.getCookieMap:(Ljava/util/Map;)Ljava/util/Map;]
cocoon-2.1.8.jar, CSVGenerator.class
package org.apache.cocoon.generation
CSVGenerator.CSVGenerator ( )
[mangled: org/apache/cocoon/generation/CSVGenerator."<init>":()V]
CSVGenerator.generate ( ) : void
[mangled: org/apache/cocoon/generation/CSVGenerator.generate:()V]
CSVGenerator.getKey ( ) : Serializable
[mangled: org/apache/cocoon/generation/CSVGenerator.getKey:()Ljava/io/Serializable;]
CSVGenerator.recycle ( ) : void
[mangled: org/apache/cocoon/generation/CSVGenerator.recycle:()V]
CSVGenerator.setup ( SourceResolver resolver, Map object_model, String source, Parameters parameters ) : void
[mangled: org/apache/cocoon/generation/CSVGenerator.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
cocoon-2.1.8.jar, DefaultLexicalHandler.class
package org.apache.cocoon.xml
DefaultLexicalHandler.comment ( char[ ] ch, int start, int length ) : void
[mangled: org/apache/cocoon/xml/DefaultLexicalHandler.comment:([CII)V]
DefaultLexicalHandler.DefaultLexicalHandler ( )
[mangled: org/apache/cocoon/xml/DefaultLexicalHandler."<init>":()V]
DefaultLexicalHandler.endCDATA ( ) : void
[mangled: org/apache/cocoon/xml/DefaultLexicalHandler.endCDATA:()V]
DefaultLexicalHandler.endDTD ( ) : void
[mangled: org/apache/cocoon/xml/DefaultLexicalHandler.endDTD:()V]
DefaultLexicalHandler.endEntity ( String name ) : void
[mangled: org/apache/cocoon/xml/DefaultLexicalHandler.endEntity:(Ljava/lang/String;)V]
DefaultLexicalHandler.startCDATA ( ) : void
[mangled: org/apache/cocoon/xml/DefaultLexicalHandler.startCDATA:()V]
DefaultLexicalHandler.startDTD ( String name, String publicId, String systemId ) : void
[mangled: org/apache/cocoon/xml/DefaultLexicalHandler.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DefaultLexicalHandler.startEntity ( String name ) : void
[mangled: org/apache/cocoon/xml/DefaultLexicalHandler.startEntity:(Ljava/lang/String;)V]
cocoon-2.1.8.jar, DefaultTreeBuilder.class
package org.apache.cocoon.components.treeprocessor
DefaultTreeBuilder.getLocation ( Configuration config ) : LocationImpl
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.getLocation:(Lorg/apache/avalon/framework/configuration/Configuration;)Lorg/apache/cocoon/util/location/LocationImpl;]
DefaultTreeBuilder.getParameters ( Configuration config, Location location ) : Map
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.getParameters:(Lorg/apache/avalon/framework/configuration/Configuration;Lorg/apache/cocoon/util/location/Location;)Ljava/util/Map;]
DefaultTreeBuilder.registerNode ( String name, ProcessingNode node ) : boolean
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.registerNode:(Ljava/lang/String;Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;)Z]
cocoon-2.1.8.jar, DOMBuilder.class
package org.apache.cocoon.xml.dom
DOMBuilder.DOMBuilder ( SAXTransformerFactory factory )
[mangled: org/apache/cocoon/xml/dom/DOMBuilder."<init>":(Ljavax/xml/transform/sax/SAXTransformerFactory;)V]
DOMBuilder.DOMBuilder ( SAXTransformerFactory factory, DOMBuilder.Listener listener, Node parentNode )
[mangled: org/apache/cocoon/xml/dom/DOMBuilder."<init>":(Ljavax/xml/transform/sax/SAXTransformerFactory;Lorg/apache/cocoon/xml/dom/DOMBuilder$Listener;Lorg/w3c/dom/Node;)V]
cocoon-2.1.8.jar, ExceptionGenerator.class
package org.apache.cocoon.generation
ExceptionGenerator.ExceptionGenerator ( )
[mangled: org/apache/cocoon/generation/ExceptionGenerator."<init>":()V]
ExceptionGenerator.generate ( ) : void
[mangled: org/apache/cocoon/generation/ExceptionGenerator.generate:()V]
ExceptionGenerator.setup ( SourceResolver resolver, Map objectModel, String src, Parameters par ) : void
[mangled: org/apache/cocoon/generation/ExceptionGenerator.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
ExceptionGenerator.toSAX ( Throwable thr, ContentHandler handler ) [static] : void
[mangled: org/apache/cocoon/generation/ExceptionGenerator.toSAX:(Ljava/lang/Throwable;Lorg/xml/sax/ContentHandler;)V]
cocoon-2.1.8.jar, FOM_WebContinuation.class
package org.apache.cocoon.components.flow.javascript.fom
FOM_WebContinuation.jsFunction_getAttribute ( String name ) : Object
[mangled: org/apache/cocoon/components/flow/javascript/fom/FOM_WebContinuation.jsFunction_getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
FOM_WebContinuation.jsFunction_getAttributeNames ( ) : Object
[mangled: org/apache/cocoon/components/flow/javascript/fom/FOM_WebContinuation.jsFunction_getAttributeNames:()Ljava/lang/Object;]
FOM_WebContinuation.jsFunction_removeAttribute ( String name ) : void
[mangled: org/apache/cocoon/components/flow/javascript/fom/FOM_WebContinuation.jsFunction_removeAttribute:(Ljava/lang/String;)V]
FOM_WebContinuation.jsFunction_setAttribute ( String name, Object value ) : void
[mangled: org/apache/cocoon/components/flow/javascript/fom/FOM_WebContinuation.jsFunction_setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V]
cocoon-2.1.8.jar, FragmentExtractorGenerator.class
package org.apache.cocoon.generation
FragmentExtractorGenerator.FragmentExtractorGenerator ( )
[mangled: org/apache/cocoon/generation/FragmentExtractorGenerator."<init>":()V]
FragmentExtractorGenerator.generate ( ) : void
[mangled: org/apache/cocoon/generation/FragmentExtractorGenerator.generate:()V]
FragmentExtractorGenerator.getKey ( ) : Serializable
[mangled: org/apache/cocoon/generation/FragmentExtractorGenerator.getKey:()Ljava/io/Serializable;]
FragmentExtractorGenerator.getValidity ( ) : SourceValidity
[mangled: org/apache/cocoon/generation/FragmentExtractorGenerator.getValidity:()Lorg/apache/excalibur/source/SourceValidity;]
cocoon-2.1.8.jar, FragmentExtractorTransformer.class
package org.apache.cocoon.transformation
FragmentExtractorTransformer.characters ( char[ ] c, int start, int len ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.characters:([CII)V]
FragmentExtractorTransformer.comment ( char[ ] ch, int start, int len ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.comment:([CII)V]
FragmentExtractorTransformer.configure ( Configuration conf ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
FragmentExtractorTransformer.dispose ( ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.dispose:()V]
FragmentExtractorTransformer.endCDATA ( ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.endCDATA:()V]
FragmentExtractorTransformer.endDTD ( ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.endDTD:()V]
FragmentExtractorTransformer.endElement ( String uri, String loc, String raw ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
FragmentExtractorTransformer.endEntity ( String name ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.endEntity:(Ljava/lang/String;)V]
FragmentExtractorTransformer.endPrefixMapping ( String prefix ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.endPrefixMapping:(Ljava/lang/String;)V]
FragmentExtractorTransformer.FragmentExtractorTransformer ( )
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer."<init>":()V]
FragmentExtractorTransformer.getKey ( ) : Serializable
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.getKey:()Ljava/io/Serializable;]
FragmentExtractorTransformer.getValidity ( ) : SourceValidity
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.getValidity:()Lorg/apache/excalibur/source/SourceValidity;]
FragmentExtractorTransformer.ignorableWhitespace ( char[ ] c, int start, int len ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.ignorableWhitespace:([CII)V]
FragmentExtractorTransformer.processingInstruction ( String target, String data ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
FragmentExtractorTransformer.recycle ( ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.recycle:()V]
FragmentExtractorTransformer.service ( ServiceManager manager ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.service:(Lorg/apache/avalon/framework/service/ServiceManager;)V]
FragmentExtractorTransformer.setup ( SourceResolver resolver, Map objectModel, String src, Parameters parameters ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
FragmentExtractorTransformer.skippedEntity ( String name ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.skippedEntity:(Ljava/lang/String;)V]
FragmentExtractorTransformer.startCDATA ( ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.startCDATA:()V]
FragmentExtractorTransformer.startDTD ( String name, String publicId, String systemId ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
FragmentExtractorTransformer.startElement ( String uri, String loc, String raw, Attributes a ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
FragmentExtractorTransformer.startEntity ( String name ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.startEntity:(Ljava/lang/String;)V]
FragmentExtractorTransformer.startPrefixMapping ( String prefix, String uri ) : void
[mangled: org/apache/cocoon/transformation/FragmentExtractorTransformer.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
cocoon-2.1.8.jar, HttpRequest.class
package org.apache.cocoon.environment.http
HttpRequest.getSitemapURIPrefix ( ) : String
[mangled: org/apache/cocoon/environment/http/HttpRequest.getSitemapURIPrefix:()Ljava/lang/String;]
cocoon-2.1.8.jar, IdentifierCacheKey.class
package org.apache.cocoon.caching
IdentifierCacheKey.equals ( Object object ) : boolean
[mangled: org/apache/cocoon/caching/IdentifierCacheKey.equals:(Ljava/lang/Object;)Z]
IdentifierCacheKey.getKey ( ) : String
[mangled: org/apache/cocoon/caching/IdentifierCacheKey.getKey:()Ljava/lang/String;]
IdentifierCacheKey.hashCode ( ) : int
[mangled: org/apache/cocoon/caching/IdentifierCacheKey.hashCode:()I]
IdentifierCacheKey.IdentifierCacheKey ( String key, boolean external )
[mangled: org/apache/cocoon/caching/IdentifierCacheKey."<init>":(Ljava/lang/String;Z)V]
IdentifierCacheKey.toString ( ) : String
[mangled: org/apache/cocoon/caching/IdentifierCacheKey.toString:()Ljava/lang/String;]
cocoon-2.1.8.jar, ImageReader.class
package org.apache.cocoon.reading
ImageReader.recycle ( ) : void
[mangled: org/apache/cocoon/reading/ImageReader.recycle:()V]
cocoon-2.1.8.jar, ImmutableAttributesImpl.class
package org.apache.cocoon.xml
ImmutableAttributesImpl.addAttribute ( String uri, String localName, String qName, String type, String value ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ImmutableAttributesImpl.clear ( ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.clear:()V]
ImmutableAttributesImpl.ImmutableAttributesImpl ( )
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl."<init>":()V]
ImmutableAttributesImpl.ImmutableAttributesImpl ( Attributes attrs )
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl."<init>":(Lorg/xml/sax/Attributes;)V]
ImmutableAttributesImpl.removeAttribute ( int index ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.removeAttribute:(I)V]
ImmutableAttributesImpl.setAttribute ( int index, String uri, String localName, String qName, String type, String value ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.setAttribute:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ImmutableAttributesImpl.setAttributes ( Attributes atts ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.setAttributes:(Lorg/xml/sax/Attributes;)V]
ImmutableAttributesImpl.setLocalName ( int index, String localName ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.setLocalName:(ILjava/lang/String;)V]
ImmutableAttributesImpl.setQName ( int index, String qName ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.setQName:(ILjava/lang/String;)V]
ImmutableAttributesImpl.setType ( int index, String type ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.setType:(ILjava/lang/String;)V]
ImmutableAttributesImpl.setURI ( int index, String uri ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.setURI:(ILjava/lang/String;)V]
ImmutableAttributesImpl.setValue ( int index, String value ) : void
[mangled: org/apache/cocoon/xml/ImmutableAttributesImpl.setValue:(ILjava/lang/String;)V]
cocoon-2.1.8.jar, IncludeTransformer.class
package org.apache.cocoon.transformation
IncludeTransformer.configure ( Configuration configuration ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
IncludeTransformer.enableLogging ( Logger logger ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.enableLogging:(Lorg/apache/avalon/framework/logger/Logger;)V]
IncludeTransformer.endDocument ( ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.endDocument:()V]
IncludeTransformer.endPrefixMapping ( String prefix ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.endPrefixMapping:(Ljava/lang/String;)V]
IncludeTransformer.getKey ( ) : Serializable
[mangled: org/apache/cocoon/transformation/IncludeTransformer.getKey:()Ljava/io/Serializable;]
IncludeTransformer.getValidity ( ) : SourceValidity
[mangled: org/apache/cocoon/transformation/IncludeTransformer.getValidity:()Lorg/apache/excalibur/source/SourceValidity;]
IncludeTransformer.IncludeTransformer ( )
[mangled: org/apache/cocoon/transformation/IncludeTransformer."<init>":()V]
IncludeTransformer.recycle ( ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.recycle:()V]
IncludeTransformer.service ( ServiceManager manager ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.service:(Lorg/apache/avalon/framework/service/ServiceManager;)V]
IncludeTransformer.setConsumer ( XMLConsumer consumer ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.setConsumer:(Lorg/apache/cocoon/xml/XMLConsumer;)V]
IncludeTransformer.setContentHandler ( ContentHandler handler ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.setContentHandler:(Lorg/xml/sax/ContentHandler;)V]
IncludeTransformer.setLexicalHandler ( LexicalHandler handler ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.setLexicalHandler:(Lorg/xml/sax/ext/LexicalHandler;)V]
IncludeTransformer.setup ( SourceResolver resolver, Map om, String src, Parameters parameters ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
IncludeTransformer.startDocument ( ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.startDocument:()V]
IncludeTransformer.startPrefixMapping ( String prefix, String nsuri ) : void
[mangled: org/apache/cocoon/transformation/IncludeTransformer.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
cocoon-2.1.8.jar, InvokeContext.class
package org.apache.cocoon.components.treeprocessor
InvokeContext.setErrorHandler ( SitemapErrorHandler handler ) : void
[mangled: org/apache/cocoon/components/treeprocessor/InvokeContext.setErrorHandler:(Lorg/apache/cocoon/sitemap/SitemapErrorHandler;)V]
cocoon-2.1.8.jar, JXPathHelper.class
package org.apache.cocoon.components.modules.input
JXPathHelper.setup ( Configuration config ) [static] : JXPathHelperConfiguration
[mangled: org/apache/cocoon/components/modules/input/JXPathHelper.setup:(Lorg/apache/avalon/framework/configuration/Configuration;)Lorg/apache/cocoon/components/modules/input/JXPathHelperConfiguration;]
cocoon-2.1.8.jar, JXPathHelperConfiguration.class
package org.apache.cocoon.components.modules.input
JXPathHelperConfiguration.getNamespaces ( ) : Map
[mangled: org/apache/cocoon/components/modules/input/JXPathHelperConfiguration.getNamespaces:()Ljava/util/Map;]
JXPathHelperConfiguration.JXPathHelperConfiguration ( Configuration config )
[mangled: org/apache/cocoon/components/modules/input/JXPathHelperConfiguration."<init>":(Lorg/apache/avalon/framework/configuration/Configuration;)V]
JXPathHelperConfiguration.JXPathHelperConfiguration ( JXPathHelperConfiguration global, Configuration config )
[mangled: org/apache/cocoon/components/modules/input/JXPathHelperConfiguration."<init>":(Lorg/apache/cocoon/components/modules/input/JXPathHelperConfiguration;Lorg/apache/avalon/framework/configuration/Configuration;)V]
cocoon-2.1.8.jar, LocaleMatcher.class
package org.apache.cocoon.matching
LocaleMatcher.dispose ( ) : void
[mangled: org/apache/cocoon/matching/LocaleMatcher.dispose:()V]
cocoon-2.1.8.jar, Locatable.class
package org.apache.cocoon.util.location
Locatable.getLocation ( ) [abstract] : Location
[mangled: org/apache/cocoon/util/location/Locatable.getLocation:()Lorg/apache/cocoon/util/location/Location;]
cocoon-2.1.8.jar, LocatableException.class
package org.apache.cocoon.util.location
LocatableException.getRawMessage ( ) [abstract] : String
[mangled: org/apache/cocoon/util/location/LocatableException.getRawMessage:()Ljava/lang/String;]
cocoon-2.1.8.jar, LocatedException.class
package org.apache.cocoon.util.location
LocatedException.addCauseLocations ( MultiLocatable self, Throwable cause ) [static] : void
[mangled: org/apache/cocoon/util/location/LocatedException.addCauseLocations:(Lorg/apache/cocoon/util/location/MultiLocatable;Ljava/lang/Throwable;)V]
LocatedException.addLocation ( Location loc ) : void
[mangled: org/apache/cocoon/util/location/LocatedException.addLocation:(Lorg/apache/cocoon/util/location/Location;)V]
LocatedException.ensureCauseChainIsSet ( Throwable thr ) [static] : void
[mangled: org/apache/cocoon/util/location/LocatedException.ensureCauseChainIsSet:(Ljava/lang/Throwable;)V]
LocatedException.getLocation ( ) : Location
[mangled: org/apache/cocoon/util/location/LocatedException.getLocation:()Lorg/apache/cocoon/util/location/Location;]
LocatedException.getLocations ( ) : List
[mangled: org/apache/cocoon/util/location/LocatedException.getLocations:()Ljava/util/List;]
LocatedException.getMessage ( ) : String
[mangled: org/apache/cocoon/util/location/LocatedException.getMessage:()Ljava/lang/String;]
LocatedException.getMessage ( String message, List locations ) [static] : String
[mangled: org/apache/cocoon/util/location/LocatedException.getMessage:(Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;]
LocatedException.getRawMessage ( ) : String
[mangled: org/apache/cocoon/util/location/LocatedException.getRawMessage:()Ljava/lang/String;]
LocatedException.LocatedException ( String message )
[mangled: org/apache/cocoon/util/location/LocatedException."<init>":(Ljava/lang/String;)V]
LocatedException.LocatedException ( String message, Location location )
[mangled: org/apache/cocoon/util/location/LocatedException."<init>":(Ljava/lang/String;Lorg/apache/cocoon/util/location/Location;)V]
LocatedException.LocatedException ( String message, Throwable cause )
[mangled: org/apache/cocoon/util/location/LocatedException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
LocatedException.LocatedException ( String message, Throwable cause, Location location )
[mangled: org/apache/cocoon/util/location/LocatedException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Lorg/apache/cocoon/util/location/Location;)V]
cocoon-2.1.8.jar, LocatedHashMap.class
package org.apache.cocoon.sitemap
SitemapParameters.LocatedHashMap.getLocation ( ) : Location
[mangled: org/apache/cocoon/sitemap/SitemapParameters.LocatedHashMap.getLocation:()Lorg/apache/cocoon/util/location/Location;]
SitemapParameters.LocatedHashMap.SitemapParameters.LocatedHashMap ( Location loc )
[mangled: org/apache/cocoon/sitemap/SitemapParameters.LocatedHashMap."<init>":(Lorg/apache/cocoon/util/location/Location;)V]
SitemapParameters.LocatedHashMap.SitemapParameters.LocatedHashMap ( Location loc, int size )
[mangled: org/apache/cocoon/sitemap/SitemapParameters.LocatedHashMap."<init>":(Lorg/apache/cocoon/util/location/Location;I)V]
cocoon-2.1.8.jar, LocatedRuntimeException.class
package org.apache.cocoon.util.location
LocatedRuntimeException.addLocation ( Location loc ) : void
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException.addLocation:(Lorg/apache/cocoon/util/location/Location;)V]
LocatedRuntimeException.getLocation ( ) : Location
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException.getLocation:()Lorg/apache/cocoon/util/location/Location;]
LocatedRuntimeException.getLocations ( ) : List
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException.getLocations:()Ljava/util/List;]
LocatedRuntimeException.getMessage ( ) : String
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException.getMessage:()Ljava/lang/String;]
LocatedRuntimeException.getRawMessage ( ) : String
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException.getRawMessage:()Ljava/lang/String;]
LocatedRuntimeException.LocatedRuntimeException ( String message )
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException."<init>":(Ljava/lang/String;)V]
LocatedRuntimeException.LocatedRuntimeException ( String message, Location location )
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException."<init>":(Ljava/lang/String;Lorg/apache/cocoon/util/location/Location;)V]
LocatedRuntimeException.LocatedRuntimeException ( String message, Throwable cause )
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
LocatedRuntimeException.LocatedRuntimeException ( String message, Throwable cause, Location location )
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Lorg/apache/cocoon/util/location/Location;)V]
LocatedRuntimeException.LocatedRuntimeException ( String message, Throwable cause, Location location, boolean rethrowLocated )
[mangled: org/apache/cocoon/util/location/LocatedRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Lorg/apache/cocoon/util/location/Location;Z)V]
cocoon-2.1.8.jar, Location.class
package org.apache.cocoon.util.location
Location.getColumnNumber ( ) [abstract] : int
[mangled: org/apache/cocoon/util/location/Location.getColumnNumber:()I]
Location.getDescription ( ) [abstract] : String
[mangled: org/apache/cocoon/util/location/Location.getDescription:()Ljava/lang/String;]
Location.getLineNumber ( ) [abstract] : int
[mangled: org/apache/cocoon/util/location/Location.getLineNumber:()I]
Location.getURI ( ) [abstract] : String
[mangled: org/apache/cocoon/util/location/Location.getURI:()Ljava/lang/String;]
cocoon-2.1.8.jar, LocationAttributes.class
package org.apache.cocoon.util.location
LocationAttributes.addLocationAttributes ( Locator locator, Attributes attrs ) [static] : Attributes
[mangled: org/apache/cocoon/util/location/LocationAttributes.addLocationAttributes:(Lorg/xml/sax/Locator;Lorg/xml/sax/Attributes;)Lorg/xml/sax/Attributes;]
LocationAttributes.getColumn ( Attributes attrs ) [static] : int
[mangled: org/apache/cocoon/util/location/LocationAttributes.getColumn:(Lorg/xml/sax/Attributes;)I]
LocationAttributes.getColumn ( Element elem ) [static] : int
[mangled: org/apache/cocoon/util/location/LocationAttributes.getColumn:(Lorg/w3c/dom/Element;)I]
LocationAttributes.getLine ( Attributes attrs ) [static] : int
[mangled: org/apache/cocoon/util/location/LocationAttributes.getLine:(Lorg/xml/sax/Attributes;)I]
LocationAttributes.getLine ( Element elem ) [static] : int
[mangled: org/apache/cocoon/util/location/LocationAttributes.getLine:(Lorg/w3c/dom/Element;)I]
LocationAttributes.getLocation ( Attributes attrs, String description ) [static] : Location
[mangled: org/apache/cocoon/util/location/LocationAttributes.getLocation:(Lorg/xml/sax/Attributes;Ljava/lang/String;)Lorg/apache/cocoon/util/location/Location;]
LocationAttributes.getLocation ( Element elem ) [static] : Location
[mangled: org/apache/cocoon/util/location/LocationAttributes.getLocation:(Lorg/w3c/dom/Element;)Lorg/apache/cocoon/util/location/Location;]
LocationAttributes.getLocation ( Element elem, String description ) [static] : Location
[mangled: org/apache/cocoon/util/location/LocationAttributes.getLocation:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/apache/cocoon/util/location/Location;]
LocationAttributes.getLocationString ( Attributes attrs ) [static] : String
[mangled: org/apache/cocoon/util/location/LocationAttributes.getLocationString:(Lorg/xml/sax/Attributes;)Ljava/lang/String;]
LocationAttributes.getLocationString ( Element elem ) [static] : String
[mangled: org/apache/cocoon/util/location/LocationAttributes.getLocationString:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
LocationAttributes.getURI ( Attributes attrs ) [static] : String
[mangled: org/apache/cocoon/util/location/LocationAttributes.getURI:(Lorg/xml/sax/Attributes;)Ljava/lang/String;]
LocationAttributes.getURI ( Element elem ) [static] : String
[mangled: org/apache/cocoon/util/location/LocationAttributes.getURI:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
LocationAttributes.remove ( Element elem, boolean recurse ) [static] : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.remove:(Lorg/w3c/dom/Element;Z)V]
cocoon-2.1.8.jar, LocationFacade.class
package org.apache.cocoon.generation
JXTemplateGenerator.LocationFacade.getColumnNumber ( ) : int
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocationFacade.getColumnNumber:()I]
JXTemplateGenerator.LocationFacade.getLineNumber ( ) : int
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocationFacade.getLineNumber:()I]
JXTemplateGenerator.LocationFacade.getPublicId ( ) : String
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocationFacade.getPublicId:()Ljava/lang/String;]
JXTemplateGenerator.LocationFacade.getSystemId ( ) : String
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocationFacade.getSystemId:()Ljava/lang/String;]
JXTemplateGenerator.LocationFacade.JXTemplateGenerator.LocationFacade ( Location initialLocation )
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocationFacade."<init>":(Lorg/apache/cocoon/util/location/Location;)V]
JXTemplateGenerator.LocationFacade.setDocumentLocation ( Location newLocation ) : void
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocationFacade.setDocumentLocation:(Lorg/apache/cocoon/util/location/Location;)V]
cocoon-2.1.8.jar, LocationFinder.class
package org.apache.cocoon.util.location
LocationUtils.LocationFinder.getLocation ( Object p1, String p2 ) [abstract] : Location
[mangled: org/apache/cocoon/util/location/LocationUtils.LocationFinder.getLocation:(Ljava/lang/Object;Ljava/lang/String;)Lorg/apache/cocoon/util/location/Location;]
cocoon-2.1.8.jar, LocationImpl.class
package org.apache.cocoon.util.location
LocationImpl.equals ( Object obj ) : boolean
[mangled: org/apache/cocoon/util/location/LocationImpl.equals:(Ljava/lang/Object;)Z]
LocationImpl.get ( Location location ) [static] : LocationImpl
[mangled: org/apache/cocoon/util/location/LocationImpl.get:(Lorg/apache/cocoon/util/location/Location;)Lorg/apache/cocoon/util/location/LocationImpl;]
LocationImpl.getColumnNumber ( ) : int
[mangled: org/apache/cocoon/util/location/LocationImpl.getColumnNumber:()I]
LocationImpl.getDescription ( ) : String
[mangled: org/apache/cocoon/util/location/LocationImpl.getDescription:()Ljava/lang/String;]
LocationImpl.getLineNumber ( ) : int
[mangled: org/apache/cocoon/util/location/LocationImpl.getLineNumber:()I]
LocationImpl.getURI ( ) : String
[mangled: org/apache/cocoon/util/location/LocationImpl.getURI:()Ljava/lang/String;]
LocationImpl.hashCode ( ) : int
[mangled: org/apache/cocoon/util/location/LocationImpl.hashCode:()I]
LocationImpl.LocationImpl ( Location location )
[mangled: org/apache/cocoon/util/location/LocationImpl."<init>":(Lorg/apache/cocoon/util/location/Location;)V]
LocationImpl.LocationImpl ( String description, Location location )
[mangled: org/apache/cocoon/util/location/LocationImpl."<init>":(Ljava/lang/String;Lorg/apache/cocoon/util/location/Location;)V]
LocationImpl.LocationImpl ( String description, String uri )
[mangled: org/apache/cocoon/util/location/LocationImpl."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
LocationImpl.LocationImpl ( String description, String uri, int line, int column )
[mangled: org/apache/cocoon/util/location/LocationImpl."<init>":(Ljava/lang/String;Ljava/lang/String;II)V]
LocationImpl.toString ( ) : String
[mangled: org/apache/cocoon/util/location/LocationImpl.toString:()Ljava/lang/String;]
cocoon-2.1.8.jar, LocationTrackingDebugger.class
package org.apache.cocoon.components.flow.javascript
LocationTrackingDebugger.enterFrame ( Context cx, Scriptable scope, Scriptable thisObj, Object[ ] args, DebuggableScript fnOrScript ) : DebugFrame
[mangled: org/apache/cocoon/components/flow/javascript/LocationTrackingDebugger.enterFrame:(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;Lorg/mozilla/javascript/debug/DebuggableScript;)Lorg/mozilla/javascript/debug/DebugFrame;]
LocationTrackingDebugger.getException ( String description, Exception originalException ) : Exception
[mangled: org/apache/cocoon/components/flow/javascript/LocationTrackingDebugger.getException:(Ljava/lang/String;Ljava/lang/Exception;)Ljava/lang/Exception;]
LocationTrackingDebugger.getFrame ( Context cx, DebuggableScript fnOrScript ) : DebugFrame
[mangled: org/apache/cocoon/components/flow/javascript/LocationTrackingDebugger.getFrame:(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/debug/DebuggableScript;)Lorg/mozilla/javascript/debug/DebugFrame;]
LocationTrackingDebugger.handleCompilationDone ( Context cx, DebuggableScript fnOrScript, String source ) : void
[mangled: org/apache/cocoon/components/flow/javascript/LocationTrackingDebugger.handleCompilationDone:(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/debug/DebuggableScript;Ljava/lang/String;)V]
LocationTrackingDebugger.handleCompilationDone ( Context cx, DebuggableScript fnOrScript, StringBuffer source ) : void
[mangled: org/apache/cocoon/components/flow/javascript/LocationTrackingDebugger.handleCompilationDone:(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/debug/DebuggableScript;Ljava/lang/StringBuffer;)V]
LocationTrackingDebugger.LocationTrackingDebugger ( )
[mangled: org/apache/cocoon/components/flow/javascript/LocationTrackingDebugger."<init>":()V]
cocoon-2.1.8.jar, LocationUtils.class
package org.apache.cocoon.util.location
LocationUtils.addFinder ( LocationUtils.LocationFinder finder ) [static] : void
[mangled: org/apache/cocoon/util/location/LocationUtils.addFinder:(Lorg/apache/cocoon/util/location/LocationUtils$LocationFinder;)V]
LocationUtils.getLocation ( Object obj ) [static] : Location
[mangled: org/apache/cocoon/util/location/LocationUtils.getLocation:(Ljava/lang/Object;)Lorg/apache/cocoon/util/location/Location;]
LocationUtils.getLocation ( Object obj, String description ) [static] : Location
[mangled: org/apache/cocoon/util/location/LocationUtils.getLocation:(Ljava/lang/Object;Ljava/lang/String;)Lorg/apache/cocoon/util/location/Location;]
LocationUtils.isKnown ( Location location ) [static] : boolean
[mangled: org/apache/cocoon/util/location/LocationUtils.isKnown:(Lorg/apache/cocoon/util/location/Location;)Z]
LocationUtils.isUnknown ( Location location ) [static] : boolean
[mangled: org/apache/cocoon/util/location/LocationUtils.isUnknown:(Lorg/apache/cocoon/util/location/Location;)Z]
LocationUtils.parse ( String text ) [static] : LocationImpl
[mangled: org/apache/cocoon/util/location/LocationUtils.parse:(Ljava/lang/String;)Lorg/apache/cocoon/util/location/LocationImpl;]
LocationUtils.toString ( Location location ) [static] : String
[mangled: org/apache/cocoon/util/location/LocationUtils.toString:(Lorg/apache/cocoon/util/location/Location;)Ljava/lang/String;]
cocoon-2.1.8.jar, MultiLocatable.class
package org.apache.cocoon.util.location
MultiLocatable.addLocation ( Location p1 ) [abstract] : void
[mangled: org/apache/cocoon/util/location/MultiLocatable.addLocation:(Lorg/apache/cocoon/util/location/Location;)V]
MultiLocatable.getLocations ( ) [abstract] : List
[mangled: org/apache/cocoon/util/location/MultiLocatable.getLocations:()Ljava/util/List;]
cocoon-2.1.8.jar, MyTransformerHandlerAndValidity.class
package org.apache.cocoon.components.xslt
TraxProcessor.MyTransformerHandlerAndValidity.TraxProcessor.MyTransformerHandlerAndValidity ( TransformerHandler handler, SourceValidity validity )
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.MyTransformerHandlerAndValidity."<init>":(Ljavax/xml/transform/sax/TransformerHandler;Lorg/apache/excalibur/source/SourceValidity;)V]
cocoon-2.1.8.jar, NamedPatternsSelector.class
package org.apache.cocoon.selection
NamedPatternsSelector.configure ( Configuration p1 ) [abstract] : void
[mangled: org/apache/cocoon/selection/NamedPatternsSelector.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
NamedPatternsSelector.select ( String p1, Map p2, Parameters p3 ) [abstract] : boolean
[mangled: org/apache/cocoon/selection/NamedPatternsSelector.select:(Ljava/lang/String;Ljava/util/Map;Lorg/apache/avalon/framework/parameters/Parameters;)Z]
cocoon-2.1.8.jar, NamespacesTable.class
package org.apache.cocoon.xml
NamespacesTable.clear ( ) : void
[mangled: org/apache/cocoon/xml/NamespacesTable.clear:()V]
NamespacesTable.enterScope ( ) : void
[mangled: org/apache/cocoon/xml/NamespacesTable.enterScope:()V]
NamespacesTable.enterScope ( ContentHandler handler ) : void
[mangled: org/apache/cocoon/xml/NamespacesTable.enterScope:(Lorg/xml/sax/ContentHandler;)V]
NamespacesTable.getCurrentScopeDeclarations ( ) : NamespacesTable.Declaration[ ]
[mangled: org/apache/cocoon/xml/NamespacesTable.getCurrentScopeDeclarations:()[Lorg/apache/cocoon/xml/NamespacesTable$Declaration;]
NamespacesTable.leaveScope ( ) : void
[mangled: org/apache/cocoon/xml/NamespacesTable.leaveScope:()V]
NamespacesTable.leaveScope ( ContentHandler handler ) : void
[mangled: org/apache/cocoon/xml/NamespacesTable.leaveScope:(Lorg/xml/sax/ContentHandler;)V]
cocoon-2.1.8.jar, NamespacesTablePointer.class
package org.apache.cocoon.util.jxpath
NamespacesTablePointer.compareChildNodePointers ( NodePointer arg0, NodePointer arg1 ) : int
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.compareChildNodePointers:(Lorg/apache/commons/jxpath/ri/model/NodePointer;Lorg/apache/commons/jxpath/ri/model/NodePointer;)I]
NamespacesTablePointer.getBaseValue ( ) : Object
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.getBaseValue:()Ljava/lang/Object;]
NamespacesTablePointer.getDefaultNamespaceURI ( ) : String
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.getDefaultNamespaceURI:()Ljava/lang/String;]
NamespacesTablePointer.getImmediateNode ( ) : Object
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.getImmediateNode:()Ljava/lang/Object;]
NamespacesTablePointer.getLength ( ) : int
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.getLength:()I]
NamespacesTablePointer.getName ( ) : QName
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.getName:()Lorg/apache/commons/jxpath/ri/QName;]
NamespacesTablePointer.getNamespaceURI ( String prefix ) : String
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
NamespacesTablePointer.isCollection ( ) : boolean
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.isCollection:()Z]
NamespacesTablePointer.isLeaf ( ) : boolean
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.isLeaf:()Z]
NamespacesTablePointer.namespaceIterator ( ) : NodeIterator
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.namespaceIterator:()Lorg/apache/commons/jxpath/ri/model/NodeIterator;]
NamespacesTablePointer.NamespacesTablePointer ( NamespacesTable namespaces )
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer."<init>":(Lorg/apache/cocoon/xml/NamespacesTable;)V]
NamespacesTablePointer.setValue ( Object value ) : void
[mangled: org/apache/cocoon/util/jxpath/NamespacesTablePointer.setValue:(Ljava/lang/Object;)V]
cocoon-2.1.8.jar, Part.class
package org.apache.cocoon.servlet.multipart
Part.copyToFile ( String filename ) : void
[mangled: org/apache/cocoon/servlet/multipart/Part.copyToFile:(Ljava/lang/String;)V]
Part.copyToSource ( ModifiableSource source ) : void
[mangled: org/apache/cocoon/servlet/multipart/Part.copyToSource:(Lorg/apache/excalibur/source/ModifiableSource;)V]
Part.dispose ( ) [abstract] : void
[mangled: org/apache/cocoon/servlet/multipart/Part.dispose:()V]
Part.isRejected ( ) : boolean
[mangled: org/apache/cocoon/servlet/multipart/Part.isRejected:()Z]
cocoon-2.1.8.jar, Pipe.class
package org.apache.cocoon.util.location
LocationAttributes.Pipe.characters ( char[ ] arg0, int arg1, int arg2 ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.characters:([CII)V]
LocationAttributes.Pipe.endDocument ( ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.endDocument:()V]
LocationAttributes.Pipe.endElement ( String arg0, String arg1, String arg2 ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
LocationAttributes.Pipe.endPrefixMapping ( String arg0 ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.endPrefixMapping:(Ljava/lang/String;)V]
LocationAttributes.Pipe.ignorableWhitespace ( char[ ] arg0, int arg1, int arg2 ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.ignorableWhitespace:([CII)V]
LocationAttributes.Pipe.LocationAttributes.Pipe ( )
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe."<init>":()V]
LocationAttributes.Pipe.LocationAttributes.Pipe ( ContentHandler next )
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe."<init>":(Lorg/xml/sax/ContentHandler;)V]
LocationAttributes.Pipe.processingInstruction ( String arg0, String arg1 ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
LocationAttributes.Pipe.setDocumentLocator ( Locator locator ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
LocationAttributes.Pipe.skippedEntity ( String arg0 ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.skippedEntity:(Ljava/lang/String;)V]
LocationAttributes.Pipe.startDocument ( ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.startDocument:()V]
LocationAttributes.Pipe.startElement ( String uri, String loc, String raw, Attributes attrs ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
LocationAttributes.Pipe.startPrefixMapping ( String arg0, String arg1 ) : void
[mangled: org/apache/cocoon/util/location/LocationAttributes.Pipe.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
cocoon-2.1.8.jar, ProcessingException.class
package org.apache.cocoon
ProcessingException.ProcessingException ( String message, Location location )
[mangled: org/apache/cocoon/ProcessingException."<init>":(Ljava/lang/String;Lorg/apache/cocoon/util/location/Location;)V]
ProcessingException.ProcessingException ( String message, Throwable t, Location location )
[mangled: org/apache/cocoon/ProcessingException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Lorg/apache/cocoon/util/location/Location;)V]
ProcessingException.throwLocated ( String message, Throwable thr, List locations ) [static] : ProcessingException
[mangled: org/apache/cocoon/ProcessingException.throwLocated:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/util/List;)Lorg/apache/cocoon/ProcessingException;]
ProcessingException.throwLocated ( String message, Throwable thr, Location location ) [static] : ProcessingException
[mangled: org/apache/cocoon/ProcessingException.throwLocated:(Ljava/lang/String;Ljava/lang/Throwable;Lorg/apache/cocoon/util/location/Location;)Lorg/apache/cocoon/ProcessingException;]
cocoon-2.1.8.jar, ProcessingNode.class
package org.apache.cocoon.components.treeprocessor
ProcessingNode.getLocation ( ) [abstract] : Location
[mangled: org/apache/cocoon/components/treeprocessor/ProcessingNode.getLocation:()Lorg/apache/cocoon/util/location/Location;]
cocoon-2.1.8.jar, ProjectPathModule.class
package org.apache.cocoon.components.modules.input
ProjectPathModule.configure ( Configuration conf ) : void
[mangled: org/apache/cocoon/components/modules/input/ProjectPathModule.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
ProjectPathModule.getAttribute ( String name, Configuration modeConf, Map objectModel ) : Object
[mangled: org/apache/cocoon/components/modules/input/ProjectPathModule.getAttribute:(Ljava/lang/String;Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)Ljava/lang/Object;]
ProjectPathModule.getAttributeNames ( Configuration modeConf, Map objectModel ) : Iterator
[mangled: org/apache/cocoon/components/modules/input/ProjectPathModule.getAttributeNames:(Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)Ljava/util/Iterator;]
ProjectPathModule.getAttributeValues ( String name, Configuration modeConf, Map objectModel ) : Object[ ]
[mangled: org/apache/cocoon/components/modules/input/ProjectPathModule.getAttributeValues:(Ljava/lang/String;Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)[Ljava/lang/Object;]
ProjectPathModule.ProjectPathModule ( )
[mangled: org/apache/cocoon/components/modules/input/ProjectPathModule."<init>":()V]
cocoon-2.1.8.jar, RedundantNamespacesFilter.class
package org.apache.cocoon.xml
RedundantNamespacesFilter.endElement ( String uri, String loc, String raw ) : void
[mangled: org/apache/cocoon/xml/RedundantNamespacesFilter.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
RedundantNamespacesFilter.endPrefixMapping ( String prefix ) : void
[mangled: org/apache/cocoon/xml/RedundantNamespacesFilter.endPrefixMapping:(Ljava/lang/String;)V]
RedundantNamespacesFilter.RedundantNamespacesFilter ( )
[mangled: org/apache/cocoon/xml/RedundantNamespacesFilter."<init>":()V]
RedundantNamespacesFilter.RedundantNamespacesFilter ( XMLConsumer consumer )
[mangled: org/apache/cocoon/xml/RedundantNamespacesFilter."<init>":(Lorg/apache/cocoon/xml/XMLConsumer;)V]
RedundantNamespacesFilter.startElement ( String uri, String loc, String raw, Attributes a ) : void
[mangled: org/apache/cocoon/xml/RedundantNamespacesFilter.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
RedundantNamespacesFilter.startPrefixMapping ( String prefix, String uri ) : void
[mangled: org/apache/cocoon/xml/RedundantNamespacesFilter.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
cocoon-2.1.8.jar, RejectedPart.class
package org.apache.cocoon.servlet.multipart
RejectedPart.dispose ( ) : void
[mangled: org/apache/cocoon/servlet/multipart/RejectedPart.dispose:()V]
RejectedPart.getContentLength ( ) : int
[mangled: org/apache/cocoon/servlet/multipart/RejectedPart.getContentLength:()I]
RejectedPart.getFileName ( ) : String
[mangled: org/apache/cocoon/servlet/multipart/RejectedPart.getFileName:()Ljava/lang/String;]
RejectedPart.getInputStream ( ) : InputStream
[mangled: org/apache/cocoon/servlet/multipart/RejectedPart.getInputStream:()Ljava/io/InputStream;]
RejectedPart.getMaxContentLength ( ) : int
[mangled: org/apache/cocoon/servlet/multipart/RejectedPart.getMaxContentLength:()I]
RejectedPart.getSize ( ) : int
[mangled: org/apache/cocoon/servlet/multipart/RejectedPart.getSize:()I]
RejectedPart.isRejected ( ) : boolean
[mangled: org/apache/cocoon/servlet/multipart/RejectedPart.isRejected:()Z]
RejectedPart.RejectedPart ( Map headers, int partSize, int contentLength, int maxContentLength )
[mangled: org/apache/cocoon/servlet/multipart/RejectedPart."<init>":(Ljava/util/Map;III)V]
cocoon-2.1.8.jar, RepositoryClassLoader.class
package org.apache.cocoon.components.classloader
RepositoryClassLoader.RepositoryClassLoader ( Collection repositories )
[mangled: org/apache/cocoon/components/classloader/RepositoryClassLoader."<init>":(Ljava/util/Collection;)V]
cocoon-2.1.8.jar, Request.class
package org.apache.cocoon.environment
Request.getSitemapURIPrefix ( ) [abstract] : String
[mangled: org/apache/cocoon/environment/Request.getSitemapURIPrefix:()Ljava/lang/String;]
cocoon-2.1.8.jar, RequestWrapper.class
package org.apache.cocoon.environment.wrapper
RequestWrapper.getSitemapURIPrefix ( ) : String
[mangled: org/apache/cocoon/environment/wrapper/RequestWrapper.getSitemapURIPrefix:()Ljava/lang/String;]
cocoon-2.1.8.jar, ResourceNotFoundException.class
package org.apache.cocoon
ResourceNotFoundException.ResourceNotFoundException ( String message, Location location )
[mangled: org/apache/cocoon/ResourceNotFoundException."<init>":(Ljava/lang/String;Lorg/apache/cocoon/util/location/Location;)V]
ResourceNotFoundException.ResourceNotFoundException ( String message, Throwable t, Location loc )
[mangled: org/apache/cocoon/ResourceNotFoundException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Lorg/apache/cocoon/util/location/Location;)V]
cocoon-2.1.8.jar, SetterAction.class
package org.apache.cocoon.acting
SetterAction.act ( Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters ) : Map
[mangled: org/apache/cocoon/acting/SetterAction.act:(Lorg/apache/cocoon/environment/Redirector;Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/util/Map;]
SetterAction.parameterize ( Parameters params ) : void
[mangled: org/apache/cocoon/acting/SetterAction.parameterize:(Lorg/apache/avalon/framework/parameters/Parameters;)V]
SetterAction.SetterAction ( )
[mangled: org/apache/cocoon/acting/SetterAction."<init>":()V]
cocoon-2.1.8.jar, SitemapParameters.class
package org.apache.cocoon.sitemap
SitemapParameters.getLocation ( ) : Location
[mangled: org/apache/cocoon/sitemap/SitemapParameters.getLocation:()Lorg/apache/cocoon/util/location/Location;]
SitemapParameters.getLocation ( Parameters param ) [static] : Location
[mangled: org/apache/cocoon/sitemap/SitemapParameters.getLocation:(Lorg/apache/avalon/framework/parameters/Parameters;)Lorg/apache/cocoon/util/location/Location;]
SitemapParameters.SitemapParameters ( Location location )
[mangled: org/apache/cocoon/sitemap/SitemapParameters."<init>":(Lorg/apache/cocoon/util/location/Location;)V]
cocoon-2.1.8.jar, SourceUtil.class
package org.apache.cocoon.components.source
SourceUtil.toCharacters ( Source source, String encoding, ContentHandler handler ) [static] : void
[mangled: org/apache/cocoon/components/source/SourceUtil.toCharacters:(Lorg/apache/excalibur/source/Source;Ljava/lang/String;Lorg/xml/sax/ContentHandler;)V]
SourceUtil.toSAX ( XMLizable source, ContentHandler handler ) [static] : void
[mangled: org/apache/cocoon/components/source/SourceUtil.toSAX:(Lorg/apache/excalibur/xml/sax/XMLizable;Lorg/xml/sax/ContentHandler;)V]
cocoon-2.1.8.jar, StatusGenerator.class
package org.apache.cocoon.generation
StatusGenerator.configure ( Configuration configuration ) : void
[mangled: org/apache/cocoon/generation/StatusGenerator.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
StatusGenerator.contextualize ( Context context ) : void
[mangled: org/apache/cocoon/generation/StatusGenerator.contextualize:(Lorg/apache/avalon/framework/context/Context;)V]
StatusGenerator.setup ( SourceResolver resolver, Map objectModel, String src, Parameters par ) : void
[mangled: org/apache/cocoon/generation/StatusGenerator.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
cocoon-2.1.8.jar, TeeTransformer.class
package org.apache.cocoon.transformation
TeeTransformer.characters ( char[ ] ch, int start, int len ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.characters:([CII)V]
TeeTransformer.comment ( char[ ] ch, int start, int len ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.comment:([CII)V]
TeeTransformer.configure ( Configuration configuration ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
TeeTransformer.endCDATA ( ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.endCDATA:()V]
TeeTransformer.endDocument ( ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.endDocument:()V]
TeeTransformer.endDTD ( ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.endDTD:()V]
TeeTransformer.endElement ( String uri, String loc, String raw ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
TeeTransformer.endEntity ( String name ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.endEntity:(Ljava/lang/String;)V]
TeeTransformer.endPrefixMapping ( String prefix ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.endPrefixMapping:(Ljava/lang/String;)V]
TeeTransformer.ignorableWhitespace ( char[ ] ch, int start, int len ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.ignorableWhitespace:([CII)V]
TeeTransformer.processingInstruction ( String target, String data ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
TeeTransformer.recycle ( ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.recycle:()V]
TeeTransformer.setDocumentLocator ( Locator locator ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
TeeTransformer.setup ( SourceResolver resolver, Map objectModel, String src, Parameters parameters ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
TeeTransformer.skippedEntity ( String name ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.skippedEntity:(Ljava/lang/String;)V]
TeeTransformer.startCDATA ( ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.startCDATA:()V]
TeeTransformer.startDocument ( ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.startDocument:()V]
TeeTransformer.startDTD ( String name, String publicId, String systemId ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
TeeTransformer.startElement ( String uri, String loc, String raw, Attributes a ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
TeeTransformer.startEntity ( String name ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.startEntity:(Ljava/lang/String;)V]
TeeTransformer.startPrefixMapping ( String prefix, String uri ) : void
[mangled: org/apache/cocoon/transformation/TeeTransformer.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
TeeTransformer.TeeTransformer ( )
[mangled: org/apache/cocoon/transformation/TeeTransformer."<init>":()V]
cocoon-2.1.8.jar, TextRecorder.class
package org.apache.cocoon.transformation.helpers
TextRecorder.getAllText ( ) : String
[mangled: org/apache/cocoon/transformation/helpers/TextRecorder.getAllText:()Ljava/lang/String;]
cocoon-2.1.8.jar, TraversableGenerator.class
package org.apache.cocoon.generation
TraversableGenerator.addAncestorPath ( TraversableSource source, Stack ancestors ) : void
[mangled: org/apache/cocoon/generation/TraversableGenerator.addAncestorPath:(Lorg/apache/excalibur/source/TraversableSource;Ljava/util/Stack;)V]
TraversableGenerator.addContent ( TraversableSource source ) : void
[mangled: org/apache/cocoon/generation/TraversableGenerator.addContent:(Lorg/apache/excalibur/source/TraversableSource;)V]
TraversableGenerator.addPath ( TraversableSource source, int depth ) : void
[mangled: org/apache/cocoon/generation/TraversableGenerator.addPath:(Lorg/apache/excalibur/source/TraversableSource;I)V]
TraversableGenerator.endNode ( String nodeName ) : void
[mangled: org/apache/cocoon/generation/TraversableGenerator.endNode:(Ljava/lang/String;)V]
TraversableGenerator.generate ( ) : void
[mangled: org/apache/cocoon/generation/TraversableGenerator.generate:()V]
TraversableGenerator.getAncestors ( TraversableSource source ) : Stack
[mangled: org/apache/cocoon/generation/TraversableGenerator.getAncestors:(Lorg/apache/excalibur/source/TraversableSource;)Ljava/util/Stack;]
TraversableGenerator.getKey ( ) : Serializable
[mangled: org/apache/cocoon/generation/TraversableGenerator.getKey:()Ljava/io/Serializable;]
TraversableGenerator.getValidity ( ) : SourceValidity
[mangled: org/apache/cocoon/generation/TraversableGenerator.getValidity:()Lorg/apache/excalibur/source/SourceValidity;]
TraversableGenerator.isExcluded ( TraversableSource source ) : boolean
[mangled: org/apache/cocoon/generation/TraversableGenerator.isExcluded:(Lorg/apache/excalibur/source/TraversableSource;)Z]
TraversableGenerator.isIncluded ( TraversableSource source ) : boolean
[mangled: org/apache/cocoon/generation/TraversableGenerator.isIncluded:(Lorg/apache/excalibur/source/TraversableSource;)Z]
TraversableGenerator.isRoot ( TraversableSource source ) : boolean
[mangled: org/apache/cocoon/generation/TraversableGenerator.isRoot:(Lorg/apache/excalibur/source/TraversableSource;)Z]
TraversableGenerator.recycle ( ) : void
[mangled: org/apache/cocoon/generation/TraversableGenerator.recycle:()V]
TraversableGenerator.setNodeAttributes ( TraversableSource source ) : void
[mangled: org/apache/cocoon/generation/TraversableGenerator.setNodeAttributes:(Lorg/apache/excalibur/source/TraversableSource;)V]
TraversableGenerator.setup ( SourceResolver resolver, Map objectModel, String src, Parameters par ) : void
[mangled: org/apache/cocoon/generation/TraversableGenerator.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
TraversableGenerator.startNode ( String nodeName, TraversableSource source ) : void
[mangled: org/apache/cocoon/generation/TraversableGenerator.startNode:(Ljava/lang/String;Lorg/apache/excalibur/source/TraversableSource;)V]
TraversableGenerator.TraversableGenerator ( )
[mangled: org/apache/cocoon/generation/TraversableGenerator."<init>":()V]
cocoon-2.1.8.jar, TraxErrorListener.class
package org.apache.cocoon.components.xslt
TraxErrorListener.error ( TransformerException ex ) : void
[mangled: org/apache/cocoon/components/xslt/TraxErrorListener.error:(Ljavax/xml/transform/TransformerException;)V]
TraxErrorListener.fatalError ( TransformerException ex ) : void
[mangled: org/apache/cocoon/components/xslt/TraxErrorListener.fatalError:(Ljavax/xml/transform/TransformerException;)V]
TraxErrorListener.getThrowable ( ) : Throwable
[mangled: org/apache/cocoon/components/xslt/TraxErrorListener.getThrowable:()Ljava/lang/Throwable;]
TraxErrorListener.TraxErrorListener ( Logger logger, String uri )
[mangled: org/apache/cocoon/components/xslt/TraxErrorListener."<init>":(Lorg/apache/avalon/framework/logger/Logger;Ljava/lang/String;)V]
TraxErrorListener.warning ( TransformerException ex ) : void
[mangled: org/apache/cocoon/components/xslt/TraxErrorListener.warning:(Ljavax/xml/transform/TransformerException;)V]
cocoon-2.1.8.jar, TraxProcessor.class
package org.apache.cocoon.components.xslt
TraxProcessor.dispose ( ) : void
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.dispose:()V]
TraxProcessor.getInputSource ( Source source ) : InputSource
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.getInputSource:(Lorg/apache/excalibur/source/Source;)Lorg/xml/sax/InputSource;]
TraxProcessor.getTransformerHandler ( Source stylesheet ) : TransformerHandler
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.getTransformerHandler:(Lorg/apache/excalibur/source/Source;)Ljavax/xml/transform/sax/TransformerHandler;]
TraxProcessor.getTransformerHandler ( Source stylesheet, XMLFilter filter ) : TransformerHandler
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.getTransformerHandler:(Lorg/apache/excalibur/source/Source;Lorg/xml/sax/XMLFilter;)Ljavax/xml/transform/sax/TransformerHandler;]
TraxProcessor.getTransformerHandlerAndValidity ( Source stylesheet ) : XSLTProcessor.TransformerHandlerAndValidity
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.getTransformerHandlerAndValidity:(Lorg/apache/excalibur/source/Source;)Lorg/apache/excalibur/xml/xslt/XSLTProcessor$TransformerHandlerAndValidity;]
TraxProcessor.getTransformerHandlerAndValidity ( Source stylesheet, XMLFilter filter ) : XSLTProcessor.TransformerHandlerAndValidity
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.getTransformerHandlerAndValidity:(Lorg/apache/excalibur/source/Source;Lorg/xml/sax/XMLFilter;)Lorg/apache/excalibur/xml/xslt/XSLTProcessor$TransformerHandlerAndValidity;]
TraxProcessor.initialize ( ) : void
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.initialize:()V]
TraxProcessor.parameterize ( Parameters params ) : void
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.parameterize:(Lorg/apache/avalon/framework/parameters/Parameters;)V]
TraxProcessor.recycle ( ) : void
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.recycle:()V]
TraxProcessor.resolve ( String href, String base ) : Source
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.resolve:(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/transform/Source;]
TraxProcessor.service ( ServiceManager manager ) : void
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.service:(Lorg/apache/avalon/framework/service/ServiceManager;)V]
TraxProcessor.setTransformerFactory ( String classname ) : void
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.setTransformerFactory:(Ljava/lang/String;)V]
TraxProcessor.sourceToSAX ( Source source, ContentHandler handler ) : void
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.sourceToSAX:(Lorg/apache/excalibur/source/Source;Lorg/xml/sax/ContentHandler;)V]
TraxProcessor.transform ( Source source, Source stylesheet, Parameters params, Result result ) : void
[mangled: org/apache/cocoon/components/xslt/TraxProcessor.transform:(Lorg/apache/excalibur/source/Source;Lorg/apache/excalibur/source/Source;Lorg/apache/avalon/framework/parameters/Parameters;Ljavax/xml/transform/Result;)V]
TraxProcessor.TraxProcessor ( )
[mangled: org/apache/cocoon/components/xslt/TraxProcessor."<init>":()V]
cocoon-2.1.8.jar, TreeBuilder.class
package org.apache.cocoon.components.treeprocessor
TreeBuilder.registerNode ( String p1, ProcessingNode p2 ) [abstract] : boolean
[mangled: org/apache/cocoon/components/treeprocessor/TreeBuilder.registerNode:(Ljava/lang/String;Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;)Z]
cocoon-2.1.8.jar, WebContinuation.class
package org.apache.cocoon.components.flow
WebContinuation.getAttribute ( String name ) : Object
[mangled: org/apache/cocoon/components/flow/WebContinuation.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
WebContinuation.getAttributeNames ( ) : Enumeration
[mangled: org/apache/cocoon/components/flow/WebContinuation.getAttributeNames:()Ljava/util/Enumeration;]
WebContinuation.removeAttribute ( String name ) : void
[mangled: org/apache/cocoon/components/flow/WebContinuation.removeAttribute:(Ljava/lang/String;)V]
WebContinuation.setAttribute ( String name, Object value ) : void
[mangled: org/apache/cocoon/components/flow/WebContinuation.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V]
cocoon-2.1.8.jar, WebContinuationDataBean.class
package org.apache.cocoon.components.flow
WebContinuationDataBean.get_children ( ) : List
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean.get_children:()Ljava/util/List;]
WebContinuationDataBean.getExpireTime ( ) : String
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean.getExpireTime:()Ljava/lang/String;]
WebContinuationDataBean.getId ( ) : String
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean.getId:()Ljava/lang/String;]
WebContinuationDataBean.getInterpreterId ( ) : String
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean.getInterpreterId:()Ljava/lang/String;]
WebContinuationDataBean.getLastAccessTime ( ) : String
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean.getLastAccessTime:()Ljava/lang/String;]
WebContinuationDataBean.getTimeToLive ( ) : String
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean.getTimeToLive:()Ljava/lang/String;]
WebContinuationDataBean.getTimeToLiveInMinutes ( ) : String
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean.getTimeToLiveInMinutes:()Ljava/lang/String;]
WebContinuationDataBean.getType ( ) : String
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean.getType:()Ljava/lang/String;]
WebContinuationDataBean.hasExpired ( ) : String
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean.hasExpired:()Ljava/lang/String;]
WebContinuationDataBean.WebContinuationDataBean ( WebContinuation wc )
[mangled: org/apache/cocoon/components/flow/WebContinuationDataBean."<init>":(Lorg/apache/cocoon/components/flow/WebContinuation;)V]
cocoon-2.1.8.jar, XIncludeTransformer.class
package org.apache.cocoon.transformation
XIncludeTransformer.getKey ( ) : Serializable
[mangled: org/apache/cocoon/transformation/XIncludeTransformer.getKey:()Ljava/io/Serializable;]
XIncludeTransformer.getValidity ( ) : SourceValidity
[mangled: org/apache/cocoon/transformation/XIncludeTransformer.getValidity:()Lorg/apache/excalibur/source/SourceValidity;]
cocoon-2.1.8.jar, XMLFileModule.class
package org.apache.cocoon.components.modules.input
XMLFileModule.flushCache ( ) : void
[mangled: org/apache/cocoon/components/modules/input/XMLFileModule.flushCache:()V]
cocoon-2.1.8.jar, XMLResourceBundle.class
package org.apache.cocoon.i18n
XMLResourceBundle.getSourceURI ( ) : String
[mangled: org/apache/cocoon/i18n/XMLResourceBundle.getSourceURI:()Ljava/lang/String;]
XMLResourceBundle.reload ( SourceResolver resolver, long interval ) : boolean
[mangled: org/apache/cocoon/i18n/XMLResourceBundle.reload:(Lorg/apache/excalibur/source/SourceResolver;J)Z]
XMLResourceBundle.XMLResourceBundle ( String sourceURI, Locale locale, Bundle parent )
[mangled: org/apache/cocoon/i18n/XMLResourceBundle."<init>":(Ljava/lang/String;Ljava/util/Locale;Lorg/apache/cocoon/i18n/Bundle;)V]
cocoon-2.1.8.jar, XMLResourceBundleFactory.class
package org.apache.cocoon.i18n
XMLResourceBundleFactory.getSourceURI ( String base, String name, Locale locale ) : String
[mangled: org/apache/cocoon/i18n/XMLResourceBundleFactory.getSourceURI:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;]
cocoon-2.1.8.jar, XMLUtils.class
package org.apache.cocoon.xml
XMLUtils.serialize ( XMLizable xml, Properties format ) [static] : String
[mangled: org/apache/cocoon/xml/XMLUtils.serialize:(Lorg/apache/excalibur/xml/sax/XMLizable;Ljava/util/Properties;)Ljava/lang/String;]
cocoon-2.1.8.jar, XPathTraversableGenerator.class
package org.apache.cocoon.generation
XPathTraversableGenerator.addContent ( TraversableSource source ) : void
[mangled: org/apache/cocoon/generation/XPathTraversableGenerator.addContent:(Lorg/apache/excalibur/source/TraversableSource;)V]
XPathTraversableGenerator.dispose ( ) : void
[mangled: org/apache/cocoon/generation/XPathTraversableGenerator.dispose:()V]
XPathTraversableGenerator.isXML ( TraversableSource path ) : boolean
[mangled: org/apache/cocoon/generation/XPathTraversableGenerator.isXML:(Lorg/apache/excalibur/source/TraversableSource;)Z]
XPathTraversableGenerator.performXPathQuery ( TraversableSource in ) : void
[mangled: org/apache/cocoon/generation/XPathTraversableGenerator.performXPathQuery:(Lorg/apache/excalibur/source/TraversableSource;)V]
XPathTraversableGenerator.recycle ( ) : void
[mangled: org/apache/cocoon/generation/XPathTraversableGenerator.recycle:()V]
XPathTraversableGenerator.service ( ServiceManager manager ) : void
[mangled: org/apache/cocoon/generation/XPathTraversableGenerator.service:(Lorg/apache/avalon/framework/service/ServiceManager;)V]
XPathTraversableGenerator.setup ( SourceResolver resolver, Map objectModel, String src, Parameters par ) : void
[mangled: org/apache/cocoon/generation/XPathTraversableGenerator.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
XPathTraversableGenerator.XPathTraversableGenerator ( )
[mangled: org/apache/cocoon/generation/XPathTraversableGenerator."<init>":()V]
cocoon-2.1.8.jar, ZipArchiveSerializer.class
package org.apache.cocoon.serialization
ZipArchiveSerializer.endPrefixMapping ( String prefix ) : void
[mangled: org/apache/cocoon/serialization/ZipArchiveSerializer.endPrefixMapping:(Ljava/lang/String;)V]
to the top
Removed Methods (43)
cocoon-2.1.7.jar, AbstractProcessingNode.class
package org.apache.cocoon.components.treeprocessor
AbstractProcessingNode.getLocation ( ) : String
[mangled: org/apache/cocoon/components/treeprocessor/AbstractProcessingNode.getLocation:()Ljava/lang/String;]
AbstractProcessingNode.setLocation ( String location ) : void
[mangled: org/apache/cocoon/components/treeprocessor/AbstractProcessingNode.setLocation:(Ljava/lang/String;)V]
cocoon-2.1.7.jar, AbstractProcessingNodeBuilder.class
package org.apache.cocoon.components.treeprocessor
AbstractProcessingNodeBuilder.getParameters ( Configuration config ) : Map
[mangled: org/apache/cocoon/components/treeprocessor/AbstractProcessingNodeBuilder.getParameters:(Lorg/apache/avalon/framework/configuration/Configuration;)Ljava/util/Map;]
cocoon-2.1.7.jar, AbstractProcessingPipeline.class
package org.apache.cocoon.components.pipeline
AbstractProcessingPipeline.getLocation ( Parameters param ) : String
[mangled: org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.getLocation:(Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/lang/String;]
cocoon-2.1.7.jar, CallStack.class
package org.apache.cocoon.util.log
CocoonLogFormatter.CallStack.CocoonLogFormatter.CallStack ( )
[mangled: org/apache/cocoon/util/log/CocoonLogFormatter.CallStack."<init>":()V]
cocoon-2.1.7.jar, DefaultTreeBuilder.class
package org.apache.cocoon.components.treeprocessor
DefaultTreeBuilder.getParameters ( Configuration config ) : Map
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.getParameters:(Lorg/apache/avalon/framework/configuration/Configuration;)Ljava/util/Map;]
DefaultTreeBuilder.registerNode ( String name, ProcessingNode node ) : void
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.registerNode:(Ljava/lang/String;Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;)V]
cocoon-2.1.7.jar, EventRecorder.class
package org.apache.cocoon.transformation.helpers
EventRecorder.clone ( ) [abstract] : Object
[mangled: org/apache/cocoon/transformation/helpers/EventRecorder.clone:()Ljava/lang/Object;]
EventRecorder.send ( ContentHandler p1 ) [abstract] : void
[mangled: org/apache/cocoon/transformation/helpers/EventRecorder.send:(Lorg/xml/sax/ContentHandler;)V]
cocoon-2.1.7.jar, ExtendedHashMap.class
package org.apache.cocoon.sitemap
SitemapParameters.ExtendedHashMap.getConfiguration ( ) : Configuration
[mangled: org/apache/cocoon/sitemap/SitemapParameters.ExtendedHashMap.getConfiguration:()Lorg/apache/avalon/framework/configuration/Configuration;]
SitemapParameters.ExtendedHashMap.getLocation ( ) : String
[mangled: org/apache/cocoon/sitemap/SitemapParameters.ExtendedHashMap.getLocation:()Ljava/lang/String;]
SitemapParameters.ExtendedHashMap.SitemapParameters.ExtendedHashMap ( Configuration conf )
[mangled: org/apache/cocoon/sitemap/SitemapParameters.ExtendedHashMap."<init>":(Lorg/apache/avalon/framework/configuration/Configuration;)V]
SitemapParameters.ExtendedHashMap.SitemapParameters.ExtendedHashMap ( Configuration conf, int capacity )
[mangled: org/apache/cocoon/sitemap/SitemapParameters.ExtendedHashMap."<init>":(Lorg/apache/avalon/framework/configuration/Configuration;I)V]
cocoon-2.1.7.jar, ImageReader.class
package org.apache.cocoon.reading
ImageReader.handleJVMBug ( ) : boolean
[mangled: org/apache/cocoon/reading/ImageReader.handleJVMBug:()Z]
cocoon-2.1.7.jar, JXPathHelper.class
package org.apache.cocoon.components.modules.input
JXPathHelper.setup ( Configuration config, boolean lenient ) [static] : JXPathHelperConfiguration
[mangled: org/apache/cocoon/components/modules/input/JXPathHelper.setup:(Lorg/apache/avalon/framework/configuration/Configuration;Z)Lorg/apache/cocoon/components/modules/input/JXPathHelperConfiguration;]
cocoon-2.1.7.jar, JXPathHelperConfiguration.class
package org.apache.cocoon.components.modules.input
JXPathHelperConfiguration.JXPathHelperConfiguration ( FunctionLibrary library, boolean lenient )
[mangled: org/apache/cocoon/components/modules/input/JXPathHelperConfiguration."<init>":(Lorg/apache/commons/jxpath/FunctionLibrary;Z)V]
cocoon-2.1.7.jar, LocatorFacade.class
package org.apache.cocoon.generation
JXTemplateGenerator.LocatorFacade.getColumnNumber ( ) : int
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocatorFacade.getColumnNumber:()I]
JXTemplateGenerator.LocatorFacade.getLineNumber ( ) : int
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocatorFacade.getLineNumber:()I]
JXTemplateGenerator.LocatorFacade.getPublicId ( ) : String
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocatorFacade.getPublicId:()Ljava/lang/String;]
JXTemplateGenerator.LocatorFacade.getSystemId ( ) : String
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocatorFacade.getSystemId:()Ljava/lang/String;]
JXTemplateGenerator.LocatorFacade.JXTemplateGenerator.LocatorFacade ( Locator initialLocator )
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocatorFacade."<init>":(Lorg/xml/sax/Locator;)V]
JXTemplateGenerator.LocatorFacade.setDocumentLocator ( Locator newLocator ) : void
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.LocatorFacade.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
cocoon-2.1.7.jar, ProcessingException.class
package org.apache.cocoon
ProcessingException.printStackTrace ( ) : void
[mangled: org/apache/cocoon/ProcessingException.printStackTrace:()V]
ProcessingException.printStackTrace ( PrintStream s ) : void
[mangled: org/apache/cocoon/ProcessingException.printStackTrace:(Ljava/io/PrintStream;)V]
ProcessingException.printStackTrace ( PrintWriter s ) : void
[mangled: org/apache/cocoon/ProcessingException.printStackTrace:(Ljava/io/PrintWriter;)V]
ProcessingException.toString ( ) : String
[mangled: org/apache/cocoon/ProcessingException.toString:()Ljava/lang/String;]
cocoon-2.1.7.jar, SitemapParameters.class
package org.apache.cocoon.sitemap
SitemapParameters.getStatementLocation ( ) : String
[mangled: org/apache/cocoon/sitemap/SitemapParameters.getStatementLocation:()Ljava/lang/String;]
SitemapParameters.setStatementLocation ( String value ) : void
[mangled: org/apache/cocoon/sitemap/SitemapParameters.setStatementLocation:(Ljava/lang/String;)V]
SitemapParameters.SitemapParameters ( )
[mangled: org/apache/cocoon/sitemap/SitemapParameters."<init>":()V]
cocoon-2.1.7.jar, TreeBuilder.class
package org.apache.cocoon.components.treeprocessor
TreeBuilder.registerNode ( String p1, ProcessingNode p2 ) [abstract] : void
[mangled: org/apache/cocoon/components/treeprocessor/TreeBuilder.registerNode:(Ljava/lang/String;Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;)V]
cocoon-2.1.7.jar, XMLResourceBundle.class
package org.apache.cocoon.i18n
XMLResourceBundle.dispose ( ) : void
[mangled: org/apache/cocoon/i18n/XMLResourceBundle.dispose:()V]
XMLResourceBundle.getName ( ) : String
[mangled: org/apache/cocoon/i18n/XMLResourceBundle.getName:()Ljava/lang/String;]
XMLResourceBundle.init ( String name, String sourceURL, Locale locale, Bundle parent ) : void
[mangled: org/apache/cocoon/i18n/XMLResourceBundle.init:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Lorg/apache/cocoon/i18n/Bundle;)V]
XMLResourceBundle.keySet ( ) : Set
[mangled: org/apache/cocoon/i18n/XMLResourceBundle.keySet:()Ljava/util/Set;]
XMLResourceBundle.load ( String sourceURL ) : void
[mangled: org/apache/cocoon/i18n/XMLResourceBundle.load:(Ljava/lang/String;)V]
XMLResourceBundle.service ( ServiceManager manager ) : void
[mangled: org/apache/cocoon/i18n/XMLResourceBundle.service:(Lorg/apache/avalon/framework/service/ServiceManager;)V]
XMLResourceBundle.update ( String sourceURL ) : void
[mangled: org/apache/cocoon/i18n/XMLResourceBundle.update:(Ljava/lang/String;)V]
XMLResourceBundle.XMLResourceBundle ( )
[mangled: org/apache/cocoon/i18n/XMLResourceBundle."<init>":()V]
cocoon-2.1.7.jar, XMLResourceBundleFactory.class
package org.apache.cocoon.i18n
XMLResourceBundleFactory.cacheAtStartup ( ) : boolean
[mangled: org/apache/cocoon/i18n/XMLResourceBundleFactory.cacheAtStartup:()Z]
XMLResourceBundleFactory.enableLogging ( Logger logger ) : void
[mangled: org/apache/cocoon/i18n/XMLResourceBundleFactory.enableLogging:(Lorg/apache/avalon/framework/logger/Logger;)V]
XMLResourceBundleFactory.getFileName ( String base, String name, Locale locale ) : String
[mangled: org/apache/cocoon/i18n/XMLResourceBundleFactory.getFileName:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;]
XMLResourceBundleFactory.getLogger ( ) : Logger
[mangled: org/apache/cocoon/i18n/XMLResourceBundleFactory.getLogger:()Lorg/apache/avalon/framework/logger/Logger;]
XMLResourceBundleFactory.isNotFoundBundle ( String fileName ) : boolean
[mangled: org/apache/cocoon/i18n/XMLResourceBundleFactory.isNotFoundBundle:(Ljava/lang/String;)Z]
to the top
Problems with Data Types, High Severity (27)
cocoon-2.1.7.jar
package org.apache.cocoon.components.classloader
[+] ClassLoaderManagerImpl (1)
| Change | Effect |
---|
1 | Non-constant field fileSet became non-static. | A client program may be interrupted by IncompatibleClassChangeError exception. |
[+] affected methods (4)
ClassLoaderManagerImpl ( )This constructor is from 'ClassLoaderManagerImpl' class.
addDirectory ( File )This method is from 'ClassLoaderManagerImpl' class.
loadClass ( String )This method is from 'ClassLoaderManagerImpl' class.
reinstantiate ( )This method is from 'ClassLoaderManagerImpl' class.
[+] NonStaticClassLoaderManager (2)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.thread.ThreadSafe. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Removed super-interface ClassLoaderManager. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (1)
NonStaticClassLoaderManager ( )This constructor is from 'NonStaticClassLoaderManager' class.
package org.apache.cocoon.components.treeprocessor
[+] AbstractProcessingNode (1)
| Change | Effect |
---|
1 | Type of field location has been changed from java.lang.String to org.apache.cocoon.util.location.Location. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (2)
AbstractProcessingNode ( )This constructor is from 'AbstractProcessingNode' abstract class.
getSourceResolver ( Map )This method is from 'AbstractProcessingNode' abstract class.
[+] TreeBuilder (1)
| Change | Effect |
---|
1 | Abstract method registerNode ( String, ProcessingNode ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (25)
AbstractProcessingNodeBuilder ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
checkNamespace ( Configuration )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
compose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
hasParameters ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
recompose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'treeBuilder' of this method has type 'TreeBuilder'.
getCategoryNode ( TreeBuilder, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
getNamedNode ( TreeBuilder, String, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'p1' of this abstract method has type 'TreeBuilder'.
build ( Configuration )This abstract method is from 'TreeBuilder' interface.
build ( Source )This abstract method is from 'TreeBuilder' interface.
createNodeBuilder ( Configuration )This abstract method is from 'TreeBuilder' interface.
...
[+] TreeProcessor (1)
| Change | Effect |
---|
1 | Field fileName of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
ConcreteTreeProcessor ( TreeProcessor )1st parameter 'wrappingProcessor' of this method has type 'TreeProcessor'.
getWrappingProcessor ( )Return value of this method has type 'TreeProcessor'.
MountNode ( VariableResolver, VariableResolver, TreeProcessor, boolean, boolean )3rd parameter 'parentProcessor' of this method has type 'TreeProcessor'.
TreeProcessor ( )This constructor is from 'TreeProcessor' class.
TreeProcessor ( TreeProcessor, ComponentManager )This constructor is from 'TreeProcessor' class.
buildPipeline ( Environment )This method is from 'TreeProcessor' class.
compose ( ComponentManager )This method is from 'TreeProcessor' class.
configure ( Configuration )This method is from 'TreeProcessor' class.
contextualize ( Context )This method is from 'TreeProcessor' class.
createChildProcessor ( ComponentManager, String, boolean )This method is from 'TreeProcessor' class.
dispose ( )This method is from 'TreeProcessor' class.
getComponentConfigurations ( )This method is from 'TreeProcessor' class.
...
package org.apache.cocoon.generation
[+] JXTemplateGenerator.LocatorFacade (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JXTemplateGenerator.LocatorFacade ( Locator )This constructor is from 'JXTemplateGenerator.LocatorFacade' class.
getColumnNumber ( )This method is from 'JXTemplateGenerator.LocatorFacade' class.
getLineNumber ( )This method is from 'JXTemplateGenerator.LocatorFacade' class.
getPublicId ( )This method is from 'JXTemplateGenerator.LocatorFacade' class.
getSystemId ( )This method is from 'JXTemplateGenerator.LocatorFacade' class.
setDocumentLocator ( Locator )This method is from 'JXTemplateGenerator.LocatorFacade' class.
[+] StatusGenerator (2)
| Change | Effect |
---|
1 | Field store_persistent of type org.apache.excalibur.store.Store has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field storejanitor of type org.apache.excalibur.store.StoreJanitor has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
StatusGenerator ( )This constructor is from 'StatusGenerator' class.
dispose ( )This method is from 'StatusGenerator' class.
generate ( )This method is from 'StatusGenerator' class.
service ( ServiceManager )This method is from 'StatusGenerator' class.
package org.apache.cocoon.i18n
[+] XMLResourceBundle (3)
| Change | Effect |
---|
1 | Type of field values has been changed from java.util.HashMap to java.util.Map. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Removed super-interface org.apache.avalon.framework.service.Serviceable. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Field manager of type org.apache.avalon.framework.service.ServiceManager has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
getLocale ( )This method is from 'XMLResourceBundle' class.
getObject ( String )This method is from 'XMLResourceBundle' class.
getString ( String )This method is from 'XMLResourceBundle' class.
getValidity ( )This method is from 'XMLResourceBundle' class.
selectCached ( String )Return value of this method has type 'XMLResourceBundle'.
updateCache ( String, XMLResourceBundle )2nd parameter 'bundle' of this method has type 'XMLResourceBundle'.
[+] XMLResourceBundleFactory (4)
| Change | Effect |
---|
1 | Access level of field directory has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Type of field cache has been changed from java.util.Map to org.apache.excalibur.store.Store. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field cacheAtStartup of type boolean has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Field cacheNotFound of type java.util.Map has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (15)
XMLResourceBundleFactory ( )This constructor is from 'XMLResourceBundleFactory' class.
configure ( Configuration )This method is from 'XMLResourceBundleFactory' class.
dispose ( )This method is from 'XMLResourceBundleFactory' class.
getCacheKey ( String[ ], int, String, Locale )This method is from 'XMLResourceBundleFactory' class.
getDirectory ( )This method is from 'XMLResourceBundleFactory' class.
getParentLocale ( Locale )This method is from 'XMLResourceBundleFactory' class.
release ( Bundle )This method is from 'XMLResourceBundleFactory' class.
select ( String[ ], String, Locale )This method is from 'XMLResourceBundleFactory' class.
select ( String, String )This method is from 'XMLResourceBundleFactory' class.
select ( String, String, String )This method is from 'XMLResourceBundleFactory' class.
select ( String, String, Locale )This method is from 'XMLResourceBundleFactory' class.
select ( String, Locale )This method is from 'XMLResourceBundleFactory' class.
...
package org.apache.cocoon.sitemap
[+] SitemapParameters (1)
| Change | Effect |
---|
1 | Field statementLocation of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (1)
getStatementLocation ( Parameters )This method is from 'SitemapParameters' class.
[+] SitemapParameters.ExtendedHashMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SitemapParameters.ExtendedHashMap ( Configuration )This constructor is from 'SitemapParameters.ExtendedHashMap' class.
SitemapParameters.ExtendedHashMap ( Configuration, int )This constructor is from 'SitemapParameters.ExtendedHashMap' class.
getConfiguration ( )This method is from 'SitemapParameters.ExtendedHashMap' class.
getLocation ( )This method is from 'SitemapParameters.ExtendedHashMap' class.
package org.apache.cocoon.transformation
[+] AbstractSAXTransformer (1)
| Change | Effect |
---|
1 | Type of field emptyAttributes has been changed from org.xml.sax.helpers.AttributesImpl to org.xml.sax.Attributes. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (50)
AbstractSAXTransformer ( )This constructor is from 'AbstractSAXTransformer' abstract class.
addRecorder ( XMLConsumer )This method is from 'AbstractSAXTransformer' abstract class.
characters ( char[ ], int, int )This method is from 'AbstractSAXTransformer' abstract class.
comment ( char[ ], int, int )This method is from 'AbstractSAXTransformer' abstract class.
configure ( Configuration )This method is from 'AbstractSAXTransformer' abstract class.
endCDATA ( )This method is from 'AbstractSAXTransformer' abstract class.
endDocument ( )This method is from 'AbstractSAXTransformer' abstract class.
endDTD ( )This method is from 'AbstractSAXTransformer' abstract class.
endElement ( String, String, String )This method is from 'AbstractSAXTransformer' abstract class.
endEntity ( String )This method is from 'AbstractSAXTransformer' abstract class.
endParametersRecording ( Parameters )This method is from 'AbstractSAXTransformer' abstract class.
endParametersRecording ( SourceParameters )This method is from 'AbstractSAXTransformer' abstract class.
...
[+] TraxTransformer (1)
| Change | Effect |
---|
1 | Removed super-interface Transformer. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (12)
TraxTransformer ( )This constructor is from 'TraxTransformer' class.
configure ( Configuration )This method is from 'TraxTransformer' class.
dispose ( )This method is from 'TraxTransformer' class.
endDocument ( )This method is from 'TraxTransformer' class.
getKey ( )This method is from 'TraxTransformer' class.
getLogicSheetParameters ( )This method is from 'TraxTransformer' class.
getValidity ( )This method is from 'TraxTransformer' class.
recycle ( )This method is from 'TraxTransformer' class.
service ( ServiceManager )This method is from 'TraxTransformer' class.
setConsumer ( XMLConsumer )This method is from 'TraxTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'TraxTransformer' class.
startDocument ( )This method is from 'TraxTransformer' class.
...
package org.apache.cocoon.transformation.helpers
[+] EventRecorder (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
clone ( )This abstract method is from 'EventRecorder' interface.
send ( ContentHandler )This abstract method is from 'EventRecorder' interface.
package org.apache.cocoon.util.log
[+] CocoonLogFormatter (3)
| Change | Effect |
---|
1 | Access level of field dateFormatter has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Type of field dateFormatter has been changed from java.text.SimpleDateFormat to org.apache.commons.lang.time.FastDateFormat. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Non-final field dateFormatter became static. | A client program may be interrupted by IncompatibleClassChangeError exception. |
[+] affected methods (6)
CocoonLogFormatter ( )This constructor is from 'CocoonLogFormatter' class.
CocoonLogFormatter ( int )This constructor is from 'CocoonLogFormatter' class.
formatPatternRun ( LogEvent, ExtensiblePatternFormatter.PatternRun )This method is from 'CocoonLogFormatter' class.
getStackTrace ( Throwable, String )This method is from 'CocoonLogFormatter' class.
getTime ( long, String )This method is from 'CocoonLogFormatter' class.
getTypeIdFor ( String )This method is from 'CocoonLogFormatter' class.
package org.apache.cocoon.xml
[+] XMLUtils (1)
| Change | Effect |
---|
1 | Type of field EMPTY_ATTRIBUTES has been changed from AttributesImpl to org.xml.sax.Attributes. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (30)
XMLUtils ( )This constructor is from 'XMLUtils' class.
createElement ( ContentHandler, String )This method is from 'XMLUtils' class.
createElement ( ContentHandler, String, String )This method is from 'XMLUtils' class.
createElement ( ContentHandler, String, Attributes )This method is from 'XMLUtils' class.
createElement ( ContentHandler, String, Attributes, String )This method is from 'XMLUtils' class.
createElementNS ( ContentHandler, String, String )This method is from 'XMLUtils' class.
createElementNS ( ContentHandler, String, String, String )This method is from 'XMLUtils' class.
createElementNS ( ContentHandler, String, String, Attributes )This method is from 'XMLUtils' class.
createElementNS ( ContentHandler, String, String, Attributes, String )This method is from 'XMLUtils' class.
createPropertiesForXML ( boolean )This method is from 'XMLUtils' class.
data ( ContentHandler, String )This method is from 'XMLUtils' class.
defaultSerializeToXMLFormat ( )This method is from 'XMLUtils' class.
...
package org.apache.cocoon.xml.dom
[+] DOMBuilder (1)
| Change | Effect |
---|
1 | Non-constant field factory became non-static. | A client program may be interrupted by IncompatibleClassChangeError exception. |
[+] affected methods (56)
AbstractDOMTransformer ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
characters ( char[ ], int, int )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
comment ( char[ ], int, int )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
compose ( ComponentManager )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
dispose ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endCDATA ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endDocument ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endDTD ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endElement ( String, String, String )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endEntity ( String )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endPrefixMapping ( String )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
ignorableWhitespace ( char[ ], int, int )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
...
[+] DOMStreamer (1)
| Change | Effect |
---|
1 | Field factory of type javax.xml.transform.TransformerFactory has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
DOMStreamer ( )This constructor is from 'DOMStreamer' class.
DOMStreamer ( XMLConsumer )This constructor is from 'DOMStreamer' class.
DOMStreamer ( ContentHandler )This constructor is from 'DOMStreamer' class.
DOMStreamer ( ContentHandler, LexicalHandler )This constructor is from 'DOMStreamer' class.
isNormalizeNamespaces ( )This method is from 'DOMStreamer' class.
recycle ( )This method is from 'DOMStreamer' class.
setConsumer ( XMLConsumer )This method is from 'DOMStreamer' class.
setContentHandler ( ContentHandler )This method is from 'DOMStreamer' class.
setLexicalHandler ( LexicalHandler )This method is from 'DOMStreamer' class.
setNormalizeNamespaces ( boolean )This method is from 'DOMStreamer' class.
stream ( Node )This method is from 'DOMStreamer' class.
...
to the top
Problems with Methods, High Severity (4)
cocoon-2.1.7.jar, DefaultTreeBuilder
package org.apache.cocoon.components.treeprocessor
[+] DefaultTreeBuilder.registerNode ( String name, ProcessingNode node ) : void (1)
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.registerNode:(Ljava/lang/String;Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to boolean.
| This method has been removed because the return type is part of the method signature. |
cocoon-2.1.7.jar, SourceUtil
package org.apache.cocoon.components.source
[+] SourceUtil.SourceUtil ( ) (1)
[mangled: org/apache/cocoon/components/source/SourceUtil."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
cocoon-2.1.7.jar, TreeBuilder
package org.apache.cocoon.components.treeprocessor
[+] TreeBuilder.registerNode ( String p1, ProcessingNode p2 ) [abstract] : void (1)
[mangled: org/apache/cocoon/components/treeprocessor/TreeBuilder.registerNode:(Ljava/lang/String;Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to boolean.
| This method has been removed because the return type is part of the method signature. |
cocoon-2.1.7.jar, XMLFileModule
package org.apache.cocoon.components.modules.input
[+] XMLFileModule.getAttribute ( String name, Configuration modeConf, Map objectModel, boolean getValues ) : Object (1)
[mangled: org/apache/cocoon/components/modules/input/XMLFileModule.getAttribute:(Ljava/lang/String;Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;Z)Ljava/lang/Object;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Medium Severity (7)
cocoon-2.1.7.jar
package org.apache.cocoon
[+] ProcessingException (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.avalon.framework.CascadingException to util.location.LocatedException. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (7)
prepareInternalErrorHandler ( Environment, ProcessingException )2nd parameter 'ex' of this method has type 'ProcessingException'.
processErrorHandler ( Environment, ProcessingException, XMLConsumer )2nd parameter 'e' of this method has type 'ProcessingException'.
handle ( String, SourceException )Return value of this method has type 'ProcessingException'.
handle ( SourceException )Return value of this method has type 'ProcessingException'.
ProcessingException ( Exception )This constructor is from 'ProcessingException' class.
ProcessingException ( String )This constructor is from 'ProcessingException' class.
ProcessingException ( String, Throwable )This constructor is from 'ProcessingException' class.
package org.apache.cocoon.components.treeprocessor
[+] ProcessingNode (1)
| Change | Effect |
---|
1 | Abstract method getLocation ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method linkNode ( ) and may not be implemented by old clients. |
[+] affected methods (44)
getNodeByName ( String )Return value of this method has type 'ProcessingNode'.
buildNode ( Configuration )Return value of this method has type 'ProcessingNode'.
getNamedNode ( TreeBuilder, String, String )Return value of this method has type 'ProcessingNode'.
setProcessorData ( ComponentManager, ProcessingNode, List )2nd parameter 'rootNode' of this method has type 'ProcessingNode'.
buildNode ( Configuration )Return value of this method has type 'ProcessingNode'.
build ( Configuration )Return value of this method has type 'ProcessingNode'.
build ( Source )Return value of this method has type 'ProcessingNode'.
createTree ( Configuration )Return value of this method has type 'ProcessingNode'.
getRegisteredNode ( String )Return value of this method has type 'ProcessingNode'.
setupNode ( ProcessingNode, Configuration )1st parameter 'node' of this method has type 'ProcessingNode'.
buildNode ( Configuration )Return value of this method has type 'ProcessingNode'.
buildNode ( Configuration )Return value of this method has type 'ProcessingNode'.
...
[+] TreeBuilder (1)
| Change | Effect |
---|
1 | Abstract method registerNode ( String, ProcessingNode ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method buildNode ( Configuration ) and may not be implemented by old clients. |
[+] affected methods (25)
AbstractProcessingNodeBuilder ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
checkNamespace ( Configuration )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
compose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
hasParameters ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
recompose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'treeBuilder' of this method has type 'TreeBuilder'.
getCategoryNode ( TreeBuilder, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
getNamedNode ( TreeBuilder, String, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'p1' of this abstract method has type 'TreeBuilder'.
build ( Configuration )This abstract method is from 'TreeBuilder' interface.
build ( Source )This abstract method is from 'TreeBuilder' interface.
createNodeBuilder ( Configuration )This abstract method is from 'TreeBuilder' interface.
...
package org.apache.cocoon.serialization
[+] AbstractTextSerializer (1)
| Change | Effect |
---|
1 | Field format became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (14)
AbstractTextSerializer ( )This constructor is from 'AbstractTextSerializer' abstract class.
configure ( Configuration )This method is from 'AbstractTextSerializer' abstract class.
contextualize ( Context )This method is from 'AbstractTextSerializer' abstract class.
endDocument ( )This method is from 'AbstractTextSerializer' abstract class.
getKey ( )This method is from 'AbstractTextSerializer' abstract class.
getTransformerFactory ( )This method is from 'AbstractTextSerializer' abstract class.
getTransformerHandler ( )This method is from 'AbstractTextSerializer' abstract class.
getValidity ( )This method is from 'AbstractTextSerializer' abstract class.
needsNamespacesAsAttributes ( )This method is from 'AbstractTextSerializer' abstract class.
recycle ( )This method is from 'AbstractTextSerializer' abstract class.
setConsumer ( XMLConsumer )This method is from 'AbstractTextSerializer' abstract class.
setContentHandler ( ContentHandler )This method is from 'AbstractTextSerializer' abstract class.
...
package org.apache.cocoon.servlet.multipart
[+] Part (1)
| Change | Effect |
---|
1 | Abstract method dispose ( ) has been added to this class. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method cleanup ( ) and may not be implemented by old clients. |
[+] affected methods (9)
Part ( Map )This constructor is from 'Part' abstract class.
disposeWithRequest ( )This method is from 'Part' abstract class.
getFileName ( )This abstract method is from 'Part' abstract class.
getHeaders ( )This method is from 'Part' abstract class.
getInputStream ( )This abstract method is from 'Part' abstract class.
getMimeType ( )This method is from 'Part' abstract class.
getSize ( )This abstract method is from 'Part' abstract class.
getUploadName ( )This method is from 'Part' abstract class.
setDisposeWithRequest ( boolean )This method is from 'Part' abstract class.
package org.apache.cocoon.transformation
[+] AbstractSAXTransformer (2)
| Change | Effect |
---|
1 | Field recorderStack became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
2 | Field stack became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (50)
AbstractSAXTransformer ( )This constructor is from 'AbstractSAXTransformer' abstract class.
addRecorder ( XMLConsumer )This method is from 'AbstractSAXTransformer' abstract class.
characters ( char[ ], int, int )This method is from 'AbstractSAXTransformer' abstract class.
comment ( char[ ], int, int )This method is from 'AbstractSAXTransformer' abstract class.
configure ( Configuration )This method is from 'AbstractSAXTransformer' abstract class.
endCDATA ( )This method is from 'AbstractSAXTransformer' abstract class.
endDocument ( )This method is from 'AbstractSAXTransformer' abstract class.
endDTD ( )This method is from 'AbstractSAXTransformer' abstract class.
endElement ( String, String, String )This method is from 'AbstractSAXTransformer' abstract class.
endEntity ( String )This method is from 'AbstractSAXTransformer' abstract class.
endParametersRecording ( Parameters )This method is from 'AbstractSAXTransformer' abstract class.
endParametersRecording ( SourceParameters )This method is from 'AbstractSAXTransformer' abstract class.
...
to the top
Problems with Data Types, Low Severity (33)
cocoon-2.1.7.jar
package org.apache.cocoon.acting
[+] AbstractAction (1)
| Change | Effect |
---|
1 | Method act ( Redirector, SourceResolver, Map, String, Parameters ) has been overridden by act ( Redirector, SourceResolver, Map, String, Parameters ) | Method act ( Redirector, SourceResolver, Map, String, Parameters ) will be called instead of act ( Redirector, SourceResolver, Map, String, Parameters ) in a client program. |
[+] affected methods (1)
act ( Redirector, SourceResolver, Map, String, Parameters )Method 'act ( Redirector, SourceResolver, Map, String, Parameters )' will be called instead of this method in a client program.
package org.apache.cocoon.components.classloader
[+] NonStaticClassLoaderManager (4)
| Change | Effect |
---|
1 | Added super-class ClassLoaderManagerImpl. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
2 | Method addDirectory ( File ) has been moved up type hierarchy to addDirectory ( File ) | Method addDirectory ( File ) will be called instead of addDirectory ( File ) in a client program. |
3 | Method loadClass ( String ) has been moved up type hierarchy to loadClass ( String ) | Method loadClass ( String ) will be called instead of loadClass ( String ) in a client program. |
4 | Method reinstantiate ( ) has been moved up type hierarchy to reinstantiate ( ) | Method reinstantiate ( ) will be called instead of reinstantiate ( ) in a client program. |
[+] affected methods (4)
NonStaticClassLoaderManager ( )This constructor is from 'NonStaticClassLoaderManager' class.
addDirectory ( File )Method 'addDirectory ( File )' will be called instead of this method in a client program.
loadClass ( String )Method 'loadClass ( String )' will be called instead of this method in a client program.
reinstantiate ( )Method 'reinstantiate ( )' will be called instead of this method in a client program.
package org.apache.cocoon.components.flow
[+] AbstractInterpreter (2)
| Change | Effect |
---|
1 | Method callFunction ( String, List, Redirector ) has been overridden by callFunction ( String, List, Redirector ) | Method callFunction ( String, List, Redirector ) will be called instead of callFunction ( String, List, Redirector ) in a client program. |
2 | Method handleContinuation ( String, List, Redirector ) has been overridden by handleContinuation ( String, List, Redirector ) | Method handleContinuation ( String, List, Redirector ) will be called instead of handleContinuation ( String, List, Redirector ) in a client program. |
[+] affected methods (2)
callFunction ( String, List, Redirector )Method 'callFunction ( String, List, Redirector )' will be called instead of this method in a client program.
handleContinuation ( String, List, Redirector )Method 'handleContinuation ( String, List, Redirector )' will be called instead of this method in a client program.
package org.apache.cocoon.components.modules.output
[+] AbstractOutputModule (3)
| Change | Effect |
---|
1 | Method commit ( Configuration, Map ) has been overridden by commit ( Configuration, Map ) | Method commit ( Configuration, Map ) will be called instead of commit ( Configuration, Map ) in a client program. |
2 | Method rollback ( Configuration, Map, Exception ) has been overridden by rollback ( Configuration, Map, Exception ) | Method rollback ( Configuration, Map, Exception ) will be called instead of rollback ( Configuration, Map, Exception ) in a client program. |
3 | Method setAttribute ( Configuration, Map, String, Object ) has been overridden by setAttribute ( Configuration, Map, String, Object ) | Method setAttribute ( Configuration, Map, String, Object ) will be called instead of setAttribute ( Configuration, Map, String, Object ) in a client program. |
[+] affected methods (3)
commit ( Configuration, Map )Method 'commit ( Configuration, Map )' will be called instead of this method in a client program.
rollback ( Configuration, Map, Exception )Method 'rollback ( Configuration, Map, Exception )' will be called instead of this method in a client program.
setAttribute ( Configuration, Map, String, Object )Method 'setAttribute ( Configuration, Map, String, Object )' will be called instead of this method in a client program.
package org.apache.cocoon.components.treeprocessor
[+] AbstractProcessingNode (1)
| Change | Effect |
---|
1 | Method invoke ( Environment, InvokeContext ) has been overridden by invoke ( Environment, InvokeContext ) | Method invoke ( Environment, InvokeContext ) will be called instead of invoke ( Environment, InvokeContext ) in a client program. |
[+] affected methods (1)
invoke ( Environment, InvokeContext )Method 'invoke ( Environment, InvokeContext )' will be called instead of this method in a client program.
[+] AbstractProcessingNodeBuilder (1)
| Change | Effect |
---|
1 | Method buildNode ( Configuration ) has been overridden by buildNode ( Configuration ) | Method buildNode ( Configuration ) will be called instead of buildNode ( Configuration ) in a client program. |
[+] affected methods (1)
buildNode ( Configuration )Method 'buildNode ( Configuration )' will be called instead of this method in a client program.
package org.apache.cocoon.environment
[+] AbstractEnvironment (4)
| Change | Effect |
---|
1 | Method getContentType ( ) has been overridden by getContentType ( ) | Method getContentType ( ) will be called instead of getContentType ( ) in a client program. |
2 | Method isExternal ( ) has been overridden by isExternal ( ) | Method isExternal ( ) will be called instead of isExternal ( ) in a client program. |
3 | Method setContentLength ( int ) has been overridden by setContentLength ( int ) | Method setContentLength ( int ) will be called instead of setContentLength ( int ) in a client program. |
4 | Method setContentType ( String ) has been overridden by setContentType ( String ) | Method setContentType ( String ) will be called instead of setContentType ( String ) in a client program. |
[+] affected methods (4)
getContentType ( )Method 'getContentType ( )' will be called instead of this method in a client program.
isExternal ( )Method 'isExternal ( )' will be called instead of this method in a client program.
setContentLength ( int )Method 'setContentLength ( int )' will be called instead of this method in a client program.
setContentType ( String )Method 'setContentType ( String )' will be called instead of this method in a client program.
package org.apache.cocoon.generation
[+] AbstractGenerator (1)
| Change | Effect |
---|
1 | Method generate ( ) has been overridden by generate ( ) | Method generate ( ) will be called instead of generate ( ) in a client program. |
[+] affected methods (1)
generate ( )Method 'generate ( )' will be called instead of this method in a client program.
[+] StatusGenerator (4)
| Change | Effect |
---|
1 | Method setup ( SourceResolver, Map, String, Parameters ) has been overridden by setup ( SourceResolver, Map, String, Parameters ) | Method setup ( SourceResolver, Map, String, Parameters ) will be called instead of setup ( SourceResolver, Map, String, Parameters ) in a client program. |
2 | Field xlinkNamespace (java.lang.String) with the compile-time constant value "http://www.w3.org/1999/xlink" has been removed from this class. | A client program may change behavior. |
3 | Field xlinkPrefix (java.lang.String) with the compile-time constant value "xlink" has been removed from this class. | A client program may change behavior. |
4 | Field namespace (java.lang.String) with the compile-time constant value "http://apache.org/cocoon/status/2.0" has been renamed to XLINK_PREFIX. | A client program may change behavior. |
[+] affected methods (5)
setup ( SourceResolver, Map, String, Parameters )Method 'setup ( SourceResolver, Map, String, Parameters )' will be called instead of this method in a client program.
StatusGenerator ( )This constructor is from 'StatusGenerator' class.
dispose ( )This method is from 'StatusGenerator' class.
generate ( )This method is from 'StatusGenerator' class.
service ( ServiceManager )This method is from 'StatusGenerator' class.
package org.apache.cocoon.i18n
[+] BundleFactory.ConfigurationKeys (1)
| Change | Effect |
---|
1 | Field CACHE_AT_STARTUP (java.lang.String) with the compile-time constant value "cache-at-startup" has been removed from this class. | A client program may change behavior. |
[+] affected methods (1)
BundleFactory.ConfigurationKeys ( )This constructor is from 'BundleFactory.ConfigurationKeys' class.
[+] XMLResourceBundleFactory (2)
| Change | Effect |
---|
1 | Added super-class org.apache.avalon.framework.logger.AbstractLogEnabled. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
2 | Field cache became non-final. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (15)
XMLResourceBundleFactory ( )This constructor is from 'XMLResourceBundleFactory' class.
configure ( Configuration )This method is from 'XMLResourceBundleFactory' class.
dispose ( )This method is from 'XMLResourceBundleFactory' class.
getCacheKey ( String[ ], int, String, Locale )This method is from 'XMLResourceBundleFactory' class.
getDirectory ( )This method is from 'XMLResourceBundleFactory' class.
getParentLocale ( Locale )This method is from 'XMLResourceBundleFactory' class.
release ( Bundle )This method is from 'XMLResourceBundleFactory' class.
select ( String[ ], String, Locale )This method is from 'XMLResourceBundleFactory' class.
select ( String, String )This method is from 'XMLResourceBundleFactory' class.
select ( String, String, String )This method is from 'XMLResourceBundleFactory' class.
select ( String, String, Locale )This method is from 'XMLResourceBundleFactory' class.
select ( String, Locale )This method is from 'XMLResourceBundleFactory' class.
...
package org.apache.cocoon.matching
[+] AbstractPreparableMatcher (2)
| Change | Effect |
---|
1 | Method preparePattern ( String ) has been overridden by preparePattern ( String ) | Method preparePattern ( String ) will be called instead of preparePattern ( String ) in a client program. |
2 | Method preparedMatch ( Object, Map, Parameters ) has been overridden by preparedMatch ( Object, Map, Parameters ) | Method preparedMatch ( Object, Map, Parameters ) will be called instead of preparedMatch ( Object, Map, Parameters ) in a client program. |
[+] affected methods (2)
preparedMatch ( Object, Map, Parameters )Method 'preparedMatch ( Object, Map, Parameters )' will be called instead of this method in a client program.
preparePattern ( String )Method 'preparePattern ( String )' will be called instead of this method in a client program.
package org.apache.cocoon.reading
[+] AbstractReader (1)
| Change | Effect |
---|
1 | Method generate ( ) has been overridden by generate ( ) | Method generate ( ) will be called instead of generate ( ) in a client program. |
[+] affected methods (1)
generate ( )Method 'generate ( )' will be called instead of this method in a client program.
[+] ImageReader (1)
| Change | Effect |
---|
1 | Method recycle ( ) has been overridden by recycle ( ) | Method recycle ( ) will be called instead of recycle ( ) in a client program. |
[+] affected methods (1)
recycle ( )Method 'recycle ( )' will be called instead of this method in a client program.
package org.apache.cocoon.selection
[+] NamedPatternsSelector (1)
| Change | Effect |
---|
1 | Method select ( String, Map, Parameters ) has been overridden by select ( String, Map, Parameters ) | Method select ( String, Map, Parameters ) will be called instead of select ( String, Map, Parameters ) in a client program. |
[+] affected methods (1)
select ( String, Map, Parameters )Method 'select ( String, Map, Parameters )' will be called instead of this method in a client program.
package org.apache.cocoon.serialization
[+] ZipArchiveSerializer (1)
| Change | Effect |
---|
1 | Method endPrefixMapping ( String ) has been overridden by endPrefixMapping ( String ) | Method endPrefixMapping ( String ) will be called instead of endPrefixMapping ( String ) in a client program. |
[+] affected methods (1)
endPrefixMapping ( String )Method 'endPrefixMapping ( String )' will be called instead of this method in a client program.
package org.apache.cocoon.transformation
[+] AbstractTransformer (1)
| Change | Effect |
---|
1 | Method setup ( SourceResolver, Map, String, Parameters ) has been overridden by setup ( SourceResolver, Map, String, Parameters ) | Method setup ( SourceResolver, Map, String, Parameters ) will be called instead of setup ( SourceResolver, Map, String, Parameters ) in a client program. |
[+] affected methods (1)
setup ( SourceResolver, Map, String, Parameters )Method 'setup ( SourceResolver, Map, String, Parameters )' will be called instead of this method in a client program.
package org.apache.cocoon.xml
[+] AbstractDOMFragment (1)
| Change | Effect |
---|
1 | Method toDOM ( Node ) has been overridden by toDOM ( Node ) | Method toDOM ( Node ) will be called instead of toDOM ( Node ) in a client program. |
[+] affected methods (1)
toDOM ( Node )Method 'toDOM ( Node )' will be called instead of this method in a client program.
package org.apache.cocoon.xml.dom
[+] DOMBuilder (1)
| Change | Effect |
---|
1 | Field factory became non-final. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (56)
AbstractDOMTransformer ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
characters ( char[ ], int, int )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
comment ( char[ ], int, int )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
compose ( ComponentManager )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
dispose ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endCDATA ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endDocument ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endDTD ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endElement ( String, String, String )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endEntity ( String )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endPrefixMapping ( String )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
ignorableWhitespace ( char[ ], int, int )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
...
to the top
Problems with Methods, Low Severity (9)
cocoon-2.1.7.jar, PartInMemory
package org.apache.cocoon.servlet.multipart
[+] PartInMemory.getInputStream ( ) : InputStream (2)
[mangled: org/apache/cocoon/servlet/multipart/PartInMemory.getInputStream:()Ljava/io/InputStream;]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added java.io.IOException exception thrown.
| A client program may be interrupted by added exception. |
cocoon-2.1.7.jar, PartOnDisk
package org.apache.cocoon.servlet.multipart
[+] PartOnDisk.getInputStream ( ) : InputStream (2)
[mangled: org/apache/cocoon/servlet/multipart/PartOnDisk.getInputStream:()Ljava/io/InputStream;]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added java.io.IOException exception thrown.
| A client program may be interrupted by added exception. |
cocoon-2.1.7.jar, StatusGenerator
package org.apache.cocoon.generation
[+] StatusGenerator.generate ( ) : void (1)
[mangled: org/apache/cocoon/generation/StatusGenerator.generate:()V]
| Change | Effect |
---|
1 | Added org.apache.cocoon.ProcessingException exception thrown.
| A client program may be interrupted by added exception. |
cocoon-2.1.7.jar, TextRecorder
package org.apache.cocoon.transformation.helpers
[+] TextRecorder.characters ( char[ ] ary, int start, int length ) : void (1)
[mangled: org/apache/cocoon/transformation/helpers/TextRecorder.characters:([CII)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cocoon-2.1.7.jar, XMLByteStreamCompiler
package org.apache.cocoon.components.sax
[+] XMLByteStreamCompiler.writeChars ( char[ ] ch, int start, int length ) : void (1)
[mangled: org/apache/cocoon/components/sax/XMLByteStreamCompiler.writeChars:([CII)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] XMLByteStreamCompiler.writeEvent ( int event ) : void (1)
[mangled: org/apache/cocoon/components/sax/XMLByteStreamCompiler.writeEvent:(I)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
cocoon-2.1.7.jar, XMLResourceBundleFactory
package org.apache.cocoon.i18n
[+] XMLResourceBundleFactory.getCacheKey ( String[ ] directories, int index, String name, Locale locale ) : String (1)
[mangled: org/apache/cocoon/i18n/XMLResourceBundleFactory.getCacheKey:([Ljava/lang/String;ILjava/lang/String;Ljava/util/Locale;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Added org.apache.avalon.framework.component.ComponentException exception thrown.
| A client program may be interrupted by added exception. |
to the top
Other Changes in Data Types (43)
cocoon-2.1.7.jar
package org.apache.cocoon.acting
[+] AbstractAction (1)
| Change | Effect |
---|
1 | Abstract method act ( Redirector, SourceResolver, Map, String, Parameters ) has been added to this class. | No effect. |
[+] affected methods (1)
AbstractAction ( )This constructor is from 'AbstractAction' abstract class.
package org.apache.cocoon.components.flow
[+] AbstractInterpreter (2)
| Change | Effect |
---|
1 | Abstract method callFunction ( String, List, Redirector ) has been added to this class. | No effect. |
2 | Abstract method handleContinuation ( String, List, Redirector ) has been added to this class. | No effect. |
[+] affected methods (10)
AbstractInterpreter ( )This constructor is from 'AbstractInterpreter' abstract class.
configure ( Configuration )This method is from 'AbstractInterpreter' abstract class.
contextualize ( Context )This method is from 'AbstractInterpreter' abstract class.
dispose ( )This method is from 'AbstractInterpreter' abstract class.
forwardTo ( String, Object, WebContinuation, Redirector )This method is from 'AbstractInterpreter' abstract class.
getInterpreterID ( )This method is from 'AbstractInterpreter' abstract class.
process ( String, Object, OutputStream )This method is from 'AbstractInterpreter' abstract class.
register ( String )This method is from 'AbstractInterpreter' abstract class.
service ( ServiceManager )This method is from 'AbstractInterpreter' abstract class.
setInterpreterID ( String )This method is from 'AbstractInterpreter' abstract class.
[+] ContinuationsManager (1)
| Change | Effect |
---|
1 | Abstract method getWebContinuationsDataBeanList ( ) has been added to this interface. | No effect. |
[+] affected methods (14)
AbstractInterpreter ( )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
configure ( Configuration )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
contextualize ( Context )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
dispose ( )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
forwardTo ( String, Object, WebContinuation, Redirector )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
getInterpreterID ( )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
process ( String, Object, OutputStream )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
register ( String )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
service ( ServiceManager )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
setInterpreterID ( String )Field 'this.continuationsMgr' in the object of this method has type 'ContinuationsManager'.
createWebContinuation ( Object, WebContinuation, int, String, ContinuationsDisposer )This abstract method is from 'ContinuationsManager' interface.
displayAllContinuations ( )This abstract method is from 'ContinuationsManager' interface.
...
package org.apache.cocoon.components.modules.output
[+] AbstractOutputModule (3)
| Change | Effect |
---|
1 | Abstract method commit ( Configuration, Map ) has been added to this class. | No effect. |
2 | Abstract method rollback ( Configuration, Map, Exception ) has been added to this class. | No effect. |
3 | Abstract method setAttribute ( Configuration, Map, String, Object ) has been added to this class. | No effect. |
[+] affected methods (7)
AbstractOutputModule ( )This constructor is from 'AbstractOutputModule' abstract class.
attributeExists ( Map, String, String )This method is from 'AbstractOutputModule' abstract class.
configure ( Configuration )This method is from 'AbstractOutputModule' abstract class.
dispose ( )This method is from 'AbstractOutputModule' abstract class.
prepareCommit ( Map, String )This method is from 'AbstractOutputModule' abstract class.
rollback ( Map, String )This method is from 'AbstractOutputModule' abstract class.
transientSetAttribute ( Map, String, String, Object )This method is from 'AbstractOutputModule' abstract class.
package org.apache.cocoon.components.treeprocessor
[+] AbstractProcessingNode (1)
| Change | Effect |
---|
1 | Abstract method invoke ( Environment, InvokeContext ) has been added to this class. | No effect. |
[+] affected methods (2)
AbstractProcessingNode ( )This constructor is from 'AbstractProcessingNode' abstract class.
getSourceResolver ( Map )This method is from 'AbstractProcessingNode' abstract class.
[+] AbstractProcessingNodeBuilder (1)
| Change | Effect |
---|
1 | Abstract method buildNode ( Configuration ) has been added to this class. | No effect. |
[+] affected methods (6)
AbstractProcessingNodeBuilder ( )This constructor is from 'AbstractProcessingNodeBuilder' abstract class.
checkNamespace ( Configuration )This method is from 'AbstractProcessingNodeBuilder' abstract class.
compose ( ComponentManager )This method is from 'AbstractProcessingNodeBuilder' abstract class.
hasParameters ( )This method is from 'AbstractProcessingNodeBuilder' abstract class.
recompose ( ComponentManager )This method is from 'AbstractProcessingNodeBuilder' abstract class.
setBuilder ( TreeBuilder )This method is from 'AbstractProcessingNodeBuilder' abstract class.
[+] InvokeContext (1)
| Change | Effect |
---|
1 | Field errorHandler has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (58)
invokeNodes ( ProcessingNode[ ], Environment, InvokeContext )3rd parameter 'context' of this method has type 'InvokeContext'.
invokeNodes ( ProcessingNode[ ], Environment, InvokeContext, String, Map )3rd parameter 'context' of this method has type 'InvokeContext'.
invoke ( Environment, InvokeContext )2nd parameter 'context' of this method has type 'InvokeContext'.
invokeByName ( String, Environment, InvokeContext )3rd parameter 'context' of this method has type 'InvokeContext'.
process ( Environment, InvokeContext )2nd parameter 'context' of this method has type 'InvokeContext'.
invoke ( Environment, InvokeContext )2nd parameter 'context' of this method has type 'InvokeContext'.
InvokeContext ( )This constructor is from 'InvokeContext' class.
InvokeContext ( boolean )This constructor is from 'InvokeContext' class.
compose ( ComponentManager )This method is from 'InvokeContext' class.
dispose ( )This method is from 'InvokeContext' class.
dumpParameters ( )This method is from 'InvokeContext' class.
getMapByAnchor ( String )This method is from 'InvokeContext' class.
...
[+] ProcessingNode (1)
| Change | Effect |
---|
1 | Added super-interface org.apache.cocoon.util.location.Locatable. | No effect. |
[+] affected methods (44)
getNodeByName ( String )Return value of this method has type 'ProcessingNode'.
buildNode ( Configuration )Return value of this method has type 'ProcessingNode'.
getNamedNode ( TreeBuilder, String, String )Return value of this method has type 'ProcessingNode'.
setProcessorData ( ComponentManager, ProcessingNode, List )2nd parameter 'rootNode' of this method has type 'ProcessingNode'.
buildNode ( Configuration )Return value of this method has type 'ProcessingNode'.
build ( Configuration )Return value of this method has type 'ProcessingNode'.
build ( Source )Return value of this method has type 'ProcessingNode'.
createTree ( Configuration )Return value of this method has type 'ProcessingNode'.
getRegisteredNode ( String )Return value of this method has type 'ProcessingNode'.
setupNode ( ProcessingNode, Configuration )1st parameter 'node' of this method has type 'ProcessingNode'.
buildNode ( Configuration )Return value of this method has type 'ProcessingNode'.
buildNode ( Configuration )Return value of this method has type 'ProcessingNode'.
...
package org.apache.cocoon.environment
[+] AbstractEnvironment (4)
| Change | Effect |
---|
1 | Abstract method getContentType ( ) has been added to this class. | No effect. |
2 | Abstract method isExternal ( ) has been added to this class. | No effect. |
3 | Abstract method setContentLength ( int ) has been added to this class. | No effect. |
4 | Abstract method setContentType ( String ) has been added to this class. | No effect. |
[+] affected methods (40)
AbstractEnvironment ( String, String, File )This constructor is from 'AbstractEnvironment' abstract class.
AbstractEnvironment ( String, String, File, String )This constructor is from 'AbstractEnvironment' abstract class.
AbstractEnvironment ( String, String, String, String )This constructor is from 'AbstractEnvironment' abstract class.
changeContext ( String, String )This method is from 'AbstractEnvironment' abstract class.
commitResponse ( )This method is from 'AbstractEnvironment' abstract class.
extractAction ( Request )This method is from 'AbstractEnvironment' abstract class.
extractView ( Request )This method is from 'AbstractEnvironment' abstract class.
finishingProcessing ( )This method is from 'AbstractEnvironment' abstract class.
getAction ( )This method is from 'AbstractEnvironment' abstract class.
getAttribute ( String )This method is from 'AbstractEnvironment' abstract class.
getAttributeNames ( )This method is from 'AbstractEnvironment' abstract class.
getContext ( )This method is from 'AbstractEnvironment' abstract class.
...
[+] Request (1)
| Change | Effect |
---|
1 | Abstract method getSitemapURIPrefix ( ) has been added to this interface. | No effect. |
[+] affected methods (155)
getRequest ( Context )Return value of this method has type 'Request'.
FOM_Cocoon.FOM_Request ( Scriptable, Request )2nd parameter 'request' of this method has type 'Request'.
getRequest ( )Return value of this method has type 'Request'.
extractAction ( Request )1st parameter 'req' of this method has type 'Request'.
extractView ( Request )1st parameter 'request' of this method has type 'Request'.
getRequest ( Map )Return value of this method has type 'Request'.
get ( String )This abstract method is from 'Request' interface.
getAttribute ( String )This abstract method is from 'Request' interface.
getAttributeNames ( )This abstract method is from 'Request' interface.
getAuthType ( )This abstract method is from 'Request' interface.
getCharacterEncoding ( )This abstract method is from 'Request' interface.
getContentLength ( )This abstract method is from 'Request' interface.
...
package org.apache.cocoon.generation
[+] AbstractGenerator (1)
| Change | Effect |
---|
1 | Abstract method generate ( ) has been added to this class. | No effect. |
[+] affected methods (3)
AbstractGenerator ( )This constructor is from 'AbstractGenerator' abstract class.
recycle ( )This method is from 'AbstractGenerator' abstract class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'AbstractGenerator' abstract class.
[+] CalendarGenerator (2)
| Change | Effect |
---|
1 | Field WEEKDAY_ATTR_NAME has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
2 | Field weekdays has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (7)
CalendarGenerator ( )This constructor is from 'CalendarGenerator' class.
addContent ( Calendar, Locale )This method is from 'CalendarGenerator' class.
generate ( )This method is from 'CalendarGenerator' class.
getKey ( )This method is from 'CalendarGenerator' class.
getValidity ( )This method is from 'CalendarGenerator' class.
recycle ( )This method is from 'CalendarGenerator' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'CalendarGenerator' class.
[+] DirectoryGenerator (1)
| Change | Effect |
---|
1 | Field directorySource has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (15)
DirectoryGenerator ( )This constructor is from 'DirectoryGenerator' class.
addAncestorPath ( File, Stack )This method is from 'DirectoryGenerator' class.
addPath ( File, int )This method is from 'DirectoryGenerator' class.
endNode ( String )This method is from 'DirectoryGenerator' class.
generate ( )This method is from 'DirectoryGenerator' class.
getAncestors ( File )This method is from 'DirectoryGenerator' class.
getKey ( )This method is from 'DirectoryGenerator' class.
getValidity ( )This method is from 'DirectoryGenerator' class.
isExcluded ( File )This method is from 'DirectoryGenerator' class.
isIncluded ( File )This method is from 'DirectoryGenerator' class.
isRoot ( File )This method is from 'DirectoryGenerator' class.
recycle ( )This method is from 'DirectoryGenerator' class.
...
[+] StatusGenerator (5)
| Change | Effect |
---|
1 | Field NAMESPACE has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
2 | Field XLINK_NS has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
3 | Field context has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
4 | Field storeJanitor has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
5 | Field storePersistent has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
StatusGenerator ( )This constructor is from 'StatusGenerator' class.
dispose ( )This method is from 'StatusGenerator' class.
generate ( )This method is from 'StatusGenerator' class.
service ( ServiceManager )This method is from 'StatusGenerator' class.
package org.apache.cocoon.i18n
[+] BundleFactory.ConfigurationKeys (2)
| Change | Effect |
---|
1 | Field RELOAD_INTERVAL has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
2 | Field STORE_ROLE has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
BundleFactory.ConfigurationKeys ( )This constructor is from 'BundleFactory.ConfigurationKeys' class.
package org.apache.cocoon.matching
[+] AbstractPreparableMatcher (2)
| Change | Effect |
---|
1 | Abstract method preparePattern ( String ) has been added to this class. | No effect. |
2 | Abstract method preparedMatch ( Object, Map, Parameters ) has been added to this class. | No effect. |
[+] affected methods (2)
AbstractPreparableMatcher ( )This constructor is from 'AbstractPreparableMatcher' abstract class.
match ( String, Map, Parameters )This method is from 'AbstractPreparableMatcher' abstract class.
package org.apache.cocoon.reading
[+] AbstractReader (1)
| Change | Effect |
---|
1 | Abstract method generate ( ) has been added to this class. | No effect. |
[+] affected methods (7)
AbstractReader ( )This constructor is from 'AbstractReader' abstract class.
getLastModified ( )This method is from 'AbstractReader' abstract class.
getMimeType ( )This method is from 'AbstractReader' abstract class.
recycle ( )This method is from 'AbstractReader' abstract class.
setOutputStream ( OutputStream )This method is from 'AbstractReader' abstract class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'AbstractReader' abstract class.
shouldSetContentLength ( )This method is from 'AbstractReader' abstract class.
package org.apache.cocoon.selection
[+] NamedPatternsSelector (2)
| Change | Effect |
---|
1 | Abstract method configure ( Configuration ) has been added to this class. | No effect. |
2 | Abstract method select ( String, Map, Parameters ) has been added to this class. | No effect. |
[+] affected methods (3)
NamedPatternsSelector ( )This constructor is from 'NamedPatternsSelector' abstract class.
checkPatterns ( String, String )This method is from 'NamedPatternsSelector' abstract class.
configure ( Configuration, String, String, String )This method is from 'NamedPatternsSelector' abstract class.
package org.apache.cocoon.transformation
[+] AbstractSAXTransformer (2)
| Change | Effect |
---|
1 | Added super-interface org.apache.avalon.framework.activity.Disposable. | No effect. |
2 | Field EMPTY_ATTRIBUTES has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (50)
AbstractSAXTransformer ( )This constructor is from 'AbstractSAXTransformer' abstract class.
addRecorder ( XMLConsumer )This method is from 'AbstractSAXTransformer' abstract class.
characters ( char[ ], int, int )This method is from 'AbstractSAXTransformer' abstract class.
comment ( char[ ], int, int )This method is from 'AbstractSAXTransformer' abstract class.
configure ( Configuration )This method is from 'AbstractSAXTransformer' abstract class.
endCDATA ( )This method is from 'AbstractSAXTransformer' abstract class.
endDocument ( )This method is from 'AbstractSAXTransformer' abstract class.
endDTD ( )This method is from 'AbstractSAXTransformer' abstract class.
endElement ( String, String, String )This method is from 'AbstractSAXTransformer' abstract class.
endEntity ( String )This method is from 'AbstractSAXTransformer' abstract class.
endParametersRecording ( Parameters )This method is from 'AbstractSAXTransformer' abstract class.
endParametersRecording ( SourceParameters )This method is from 'AbstractSAXTransformer' abstract class.
...
[+] AbstractTransformer (1)
| Change | Effect |
---|
1 | Abstract method setup ( SourceResolver, Map, String, Parameters ) has been added to this class. | No effect. |
[+] affected methods (2)
AbstractTransformer ( )This constructor is from 'AbstractTransformer' abstract class.
addPaginateTags ( Integer[ ], int, int, int, String, AbstractTransformer )6th parameter 'saxTransformer' of this method has type 'AbstractTransformer'.
package org.apache.cocoon.util.log
[+] CocoonLogFormatter (4)
| Change | Effect |
---|
1 | Field TYPE_QUERY has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
2 | Field TYPE_QUERY_STR has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
3 | Field TYPE_ROOTTHROWABLE has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
4 | Field TYPE_ROOTTHROWABLE_STR has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (6)
CocoonLogFormatter ( )This constructor is from 'CocoonLogFormatter' class.
CocoonLogFormatter ( int )This constructor is from 'CocoonLogFormatter' class.
formatPatternRun ( LogEvent, ExtensiblePatternFormatter.PatternRun )This method is from 'CocoonLogFormatter' class.
getStackTrace ( Throwable, String )This method is from 'CocoonLogFormatter' class.
getTime ( long, String )This method is from 'CocoonLogFormatter' class.
getTypeIdFor ( String )This method is from 'CocoonLogFormatter' class.
package org.apache.cocoon.xml
[+] AbstractDOMFragment (1)
| Change | Effect |
---|
1 | Abstract method toDOM ( Node ) has been added to this class. | No effect. |
[+] affected methods (2)
AbstractDOMFragment ( )This constructor is from 'AbstractDOMFragment' abstract class.
toSAX ( ContentHandler )This method is from 'AbstractDOMFragment' abstract class.
[+] AbstractSAXFragment (1)
| Change | Effect |
---|
1 | Abstract method toSAX ( ContentHandler ) has been added to this class. | No effect. |
[+] affected methods (2)
AbstractSAXFragment ( )This constructor is from 'AbstractSAXFragment' abstract class.
toDOM ( Node )This method is from 'AbstractSAXFragment' abstract class.
[+] AbstractXMLProducer (1)
| Change | Effect |
---|
1 | Field EMPTY_CONTENT_HANDLER has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
AbstractXMLProducer ( )This constructor is from 'AbstractXMLProducer' abstract class.
recycle ( )This method is from 'AbstractXMLProducer' abstract class.
setConsumer ( XMLConsumer )This method is from 'AbstractXMLProducer' abstract class.
setContentHandler ( ContentHandler )This method is from 'AbstractXMLProducer' abstract class.
setLexicalHandler ( LexicalHandler )This method is from 'AbstractXMLProducer' abstract class.
package org.apache.cocoon.xml.dom
[+] DOMBuilder (1)
| Change | Effect |
---|
1 | Field FACTORY has been added to this class. | No effect. NOTE: 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (56)
AbstractDOMTransformer ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
characters ( char[ ], int, int )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
comment ( char[ ], int, int )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
compose ( ComponentManager )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
dispose ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endCDATA ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endDocument ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endDTD ( )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endElement ( String, String, String )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endEntity ( String )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
endPrefixMapping ( String )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
ignorableWhitespace ( char[ ], int, int )Field 'this.builder' in the object of this method has type 'DOMBuilder'.
...
to the top
Java ARchives (1)
cocoon-2.1.7.jar
to the top