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