| A component that uses catalogs for resolving entities.
This component simply inherits from the excalibur implementation and
adds the context: protocol to each relative uri.
The catalog is by default loaded from "WEB-INF/entities/catalog".
This can be configured by the "catalog" parameter in the cocoon.xconf:
<entity-resolver>
<parameter name="catalog" value="mycatalog"/>
</entity-resolver>
author: Carsten Ziegeler version: CVS $Id: DefaultResolver.java 433543 2006-08-22 06:22:54Z crossley $ since: 2.1 |