@Role public interface ExtendedURLStreamHandler
URLStreamHandler
implementation to return the protocol it's managing. Note
that unfortunately we cannot extend URLStreamHandler
since it's an abstract class and not an
interface. Thus components implementing this interface need also to extend URLStreamHandler
and user
code need to cast looked up instance as URLStreamHandler
instances to use them as proper stream
handlers.Modifier and Type | Method and Description |
---|---|
String |
getProtocol() |
String getProtocol()
Copyright © 2004–2021 XWiki. All rights reserved.