Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
commons-collections | commons-collections | 3.2 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
org.apache.avalon.framework | avalon-framework-impl | 4.3.1 | - | jar | |
org.apache.cocoon | cocoon-pipeline-api | 1.0.0 | - | jar |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
javax.servlet | servlet-api | 2.4 | - | jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
commons-lang | commons-lang | 2.3 | - | jar | |
log4j | log4j | 1.2.14 | - | jar | |
org.apache.avalon.framework | avalon-framework-api | 4.3.1 | - | jar | |
org.apache.excalibur.components | excalibur-sourceresolve | 2.2.3 | - | jar | |
org.apache.excalibur.components | excalibur-xmlutil | 2.2.1 | - | jar |
Project Dependency Graph
Dependency Tree
Dependency Listings
Interfaces for the sitemap: Processor, actions, modules, flow, matching, selection and some support interfaces for classloading, notification, processing and various support interfaces.
http://cocoon.apache.org/2.2/core-modules/sitemap-api/1.0/
Unnamed - javax.servlet:servlet-api:jar:2.4
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Avalon Framework Implementation
Avalon Framework Implementation
http://www.apache.org/excalibur/avalon-framework/avalon-framework-impl
Interfaces for SAX pipelines: ProcessingPipeline, sitemap components and basic XML interfaces, the environment abstraction, caching interfaces and needed exceptions.
http://cocoon.apache.org/2.2/core-modules/pipeline-api/1.0/
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/lang/
Excalibur's XML Utilities provide simplified wrappers for XML parsers, transformers and XPath evaluators. It also provides interfaces and classes useful for constructing a pipeline of XML components by defining interfaces for consuming and producing XML in either SAX or DOM formats.
http://www.apache.org/excalibur/excalibur-components-modules/excalibur-xmlutil
A very common problem is resolving a source, which means finding a source using a URI. The source resolver of Avalon Excalibur is a component helping you in this task. It resolves sources from a given URI. The URI can use all available protocols of the JRE. In addition own protocols can be plugged-in. So using the standard protocols like HTTP, FTP or file can be handled in the same way, like dealing with custom, self-build protocols such as myxmldatabase://root/documents/test.xml.
http://www.apache.org/excalibur/excalibur-sourceresolve
Avalon Framework API
http://www.apache.org/excalibur/avalon-framework/avalon-framework-api
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Log4j