org.glassfish.jersey.examples.sysprops
Interface PropertyResource

All Known Implementing Classes:
PropertyResourceImpl

@Produces(value="text/plain")
@Consumes(value="text/plain")
public interface PropertyResource

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

Method Summary
 String get()
           
 String set(String value)
           
 

Method Detail

get

@GET
String get()

set

@PUT
String set(String value)


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.