public class IdentityResultURIConverterFactory extends Object implements ContextResultURIConverterFactory
ContextResultURIConverterFactory that simply returns given ResultURIConverter,
regardless of usage context.
This class is better called Context Independent rather than Identity.
| Modifier and Type | Field and Description |
|---|---|
protected ResultURIConverter |
converter |
| Constructor and Description |
|---|
IdentityResultURIConverterFactory()
constructor for returning
ProxyHttpsResultURIConverter. |
IdentityResultURIConverterFactory(ResultURIConverter converter)
constructor for returning
converter. |
protected ResultURIConverter converter
public IdentityResultURIConverterFactory()
ProxyHttpsResultURIConverter.public IdentityResultURIConverterFactory(ResultURIConverter converter)
converter.converter - pre-built ResultURIConverter to be returned.public ResultURIConverter getContextConverter(String flags)
getContextConverter in interface ContextResultURIConverterFactoryCopyright © 2005–2015 IIPC. All rights reserved.