org.glassfish.jersey.examples.sysprops.impl
Class PropertyResourceImpl

java.lang.Object
  extended by org.glassfish.jersey.examples.sysprops.impl.PropertyResourceImpl
All Implemented Interfaces:
PropertyResource

public class PropertyResourceImpl
extends Object
implements PropertyResource

Author:
Martin Matula (martin.matula at oracle.com)

Constructor Summary
PropertyResourceImpl(String name, UriInfo uriInfo)
           
 
Method Summary
 String get()
           
 String set(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyResourceImpl

public PropertyResourceImpl(String name,
                            UriInfo uriInfo)
Method Detail

get

public String get()
Specified by:
get in interface PropertyResource

set

public String set(String value)
Specified by:
set in interface PropertyResource


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.