public class SimplePropertiesDelegate extends Object implements org.glassfish.jersey.internal.PropertiesDelegate
| Constructor and Description |
|---|
SimplePropertiesDelegate() |
SimplePropertiesDelegate(Map<String,Object> store) |
SimplePropertiesDelegate(org.glassfish.jersey.internal.PropertiesDelegate that) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
void |
removeProperty(String name) |
void |
setProperty(String name,
Object value) |
public SimplePropertiesDelegate()
public SimplePropertiesDelegate(org.glassfish.jersey.internal.PropertiesDelegate that)
public Object getProperty(String name)
getProperty in interface org.glassfish.jersey.internal.PropertiesDelegatepublic Collection<String> getPropertyNames()
getPropertyNames in interface org.glassfish.jersey.internal.PropertiesDelegatepublic void setProperty(String name, Object value)
setProperty in interface org.glassfish.jersey.internal.PropertiesDelegatepublic void removeProperty(String name)
removeProperty in interface org.glassfish.jersey.internal.PropertiesDelegate