|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolRegistrationStrategy | |
|---|---|
| org.foray.common.url | Classes useful for URL management, including a custom protocol registration scheme. |
| Uses of ProtocolRegistrationStrategy in org.foray.common.url |
|---|
| Classes in org.foray.common.url that implement ProtocolRegistrationStrategy | |
|---|---|
class |
AbstractProtocolRegistration
Abstract implementation of ProtocolRegistrationStrategy. |
class |
FactoryProtocolRegistration
An implementation of {#link ProtocolHandlerRegistry} which does not attempt to use the "java.protocol.handler.pkgs" property to register new URLStreamHandlers, but instead attempts to use only a URLStreamHandlerFactory. |
class |
PropertyProtocolRegistration
An implementation of {#link ProtocolHandlerRegistry} which does not attempt to use a URLStreamHandlerFactory, but instead modifies the
"java.protocol.handler.pkgs" property to register new URLStreamHandlers. |
class |
UniversalProtocolRegistration
Registers URL protocols in a universal manner, attempting first to register using a URLStreamHandlerFactory, then using the Java properties
method as a fallback. |
| Methods in org.foray.common.url that return ProtocolRegistrationStrategy | |
|---|---|
static ProtocolRegistrationStrategy |
ProtocolRegistrationBroker.getRegistrationStrategy()
Provides access to the chosen protocol registration strategy, or to a default one if none has been set. |
| Methods in org.foray.common.url with parameters of type ProtocolRegistrationStrategy | |
|---|---|
static void |
ProtocolRegistrationBroker.setRegistrationStrategy(ProtocolRegistrationStrategy strategy)
Sets the strategy which will be used within the application for registering custom URL protocol handlers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||