| org.apache.cocoon.components.url.SourceProtocolHandler
SourceProtocolHandler | public class SourceProtocolHandler extends AbstractParsedURLProtocolHandler (Code) | | A Batik protocol handler that handles all Cocoon sources. This allows
<svg:image xlink:href="..."/> to use any of the protocols handled by Cocoon.
author: Sylvain Wallez version: CVS $Id: SourceProtocolHandler.java 433543 2006-08-22 06:22:54Z crossley $ |
Inner Class :static class SourceParsedURLData extends ParsedURLData | |
Method Summary | |
public static SourceResolver | getSourceResolver() Get the thread-local resolver. | public ParsedURLData | parseURL(ParsedURL baseURL, String urlStr) | public ParsedURLData | parseURL(String urlStr) | public static void | setup(SourceResolver resolver) Set the resolver to be used within the current thread. |
defaultHandler | final protected static ParsedURLProtocolHandler defaultHandler(Code) | | Batik's original default handler
|
SourceProtocolHandler | public SourceProtocolHandler(String protocol)(Code) | | |
getSourceResolver | public static SourceResolver getSourceResolver()(Code) | | Get the thread-local resolver.
|
parseURL | public ParsedURLData parseURL(ParsedURL baseURL, String urlStr)(Code) | | |
setup | public static void setup(SourceResolver resolver)(Code) | | Set the resolver to be used within the current thread.
|
|
|