Serializable
, Supplier<List<ParameterFactory<? extends Parameter>>>
ParameterFactoryRegistry
@Deprecated public class ParameterFactoryImpl extends AbstractContentFactory<ParameterFactory<? extends Parameter>>
factoryLoader
Modifier | Constructor | Description |
---|---|---|
protected |
ParameterFactoryImpl() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
Parameter |
createParameter(String name,
String value) |
Deprecated.
Creates a parameter.
|
protected boolean |
factorySupports(ParameterFactory factory,
String key) |
Deprecated.
|
allowIllegalNames, get, getFactory, registerExtendedFactory
protected boolean factorySupports(ParameterFactory factory, String key)
factorySupports
in class AbstractContentFactory<ParameterFactory<? extends Parameter>>
public Parameter createParameter(String name, String value) throws URISyntaxException
name
- name of the parametervalue
- a parameter valueURISyntaxException
- thrown when the specified string is not a valid representation of a URI for selected
parameters