Class PropertyResourceImpl
- java.lang.Object
-
- org.glassfish.jersey.examples.sysprops.impl.PropertyResourceImpl
-
- All Implemented Interfaces:
PropertyResource
public class PropertyResourceImpl extends Object implements PropertyResource
- Author:
- Martin Matula
-
-
Constructor Summary
Constructors Constructor Description PropertyResourceImpl(String name, UriInfo uriInfo)
-
-
-
Method Detail
-
get
public String get()
- Specified by:
getin interfacePropertyResource
-
set
public String set(String value)
- Specified by:
setin interfacePropertyResource
-
-