Hi, i have a implementation of an interface with method "getContentForPath(path)".
Now i could set a ParsedURLProtocolHandler for a custom protocol. But if i have 2 or more different implementations in one jvm this will not work, because AFAIK i can set this only in a global way. Sure i could set a different protocol per implementation, but there are also some limitations. What i need is something like an ParsedURLProtocolHandler for an SAXSVGDocumentFactory instance. So i can decide for each document, if i get references from cache, memory, different file spaces and so on. I dont know if i got the concept right. Maybe i look in the wrong direction. thank you --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
