org.apache.cocoon.environment
Interface SourceResolver
- All Superinterfaces:
- SourceResolver
- All Known Subinterfaces:
- Environment
- All Known Implementing Classes:
- AbstractCommandLineEnvironment, AbstractEnvironment, BackgroundEnvironment, EnvironmentWrapper, FileSavingEnvironment, HttpEnvironment, LinkSamplingEnvironment, MutableEnvironmentFacade, PortletEnvironment
public interface SourceResolver
- extends SourceResolver
Base interface for resolving a source by system identifiers. This
component is a special extension of the Avalon Excalibur
SourceResolver
that is only
used for Cocoon sitemap components.
- Version:
- CVS $Id: SourceResolver.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Carsten Ziegeler
resolve
Source resolve(String systemID)
throws ProcessingException,
SAXException,
IOException
- Deprecated. Use the resolveURI methods instead
- Resolve the source.
- Parameters:
systemID
- This is either a system identifier
(java.net.URL
or a local file.
- Throws:
ProcessingException
SAXException
IOException
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.