Package org.ametys.runtime.cocoon
Class TraxTransformer.SourceResolverWrapper
- java.lang.Object
 - 
- org.ametys.runtime.cocoon.TraxTransformer.SourceResolverWrapper
 
 
- 
- All Implemented Interfaces:
 Component,SourceResolver,SourceResolver
- Enclosing class:
 - TraxTransformer
 
class TraxTransformer.SourceResolverWrapper extends Object implements SourceResolver
 
- 
- 
Field Summary
Fields Modifier and Type Field Description (package private) SourceResolver_res- 
Fields inherited from interface org.apache.excalibur.source.SourceResolver
METHOD, ROLE, URI_ENCODING, URI_PARAMETERS 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SourceResolverWrapper(SourceResolver res)Create a wrapper 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrelease(Source eSource)Sourceresolve(String systemID)SourceresolveURI(String location)SourceresolveURI(String location, String base, Map sParameters) 
 - 
 
- 
- 
Field Detail
- 
_res
SourceResolver _res
 
 - 
 
- 
Constructor Detail
- 
SourceResolverWrapper
public SourceResolverWrapper(SourceResolver res)
Create a wrapper- Parameters:
 res- The resolver to wrap
 
 - 
 
- 
Method Detail
- 
resolve
public Source resolve(String systemID) throws ProcessingException, SAXException, IOException
- Specified by:
 resolvein interfaceSourceResolver- Throws:
 ProcessingExceptionSAXExceptionIOException
 
- 
release
public void release(Source eSource)
- Specified by:
 releasein interfaceSourceResolver
 
- 
resolveURI
public Source resolveURI(String location) throws MalformedURLException, IOException
- Specified by:
 resolveURIin interfaceSourceResolver- Throws:
 MalformedURLExceptionIOException
 
- 
resolveURI
public Source resolveURI(String location, String base, Map sParameters) throws MalformedURLException, IOException
- Specified by:
 resolveURIin interfaceSourceResolver- Throws:
 MalformedURLExceptionIOException
 
 - 
 
 -