org.glassfish.jersey.examples.sysprops
Interface PropertyNamesResource

All Known Implementing Classes:
PropertyNamesResourceImpl

@Path(value="properties")
@Produces(value="text/plain")
@Consumes(value="text/plain")
public interface PropertyNamesResource

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

Method Summary
 PropertyResource getProperty(String name)
           
 Set<String> getPropertyNames()
           
 

Method Detail

getPropertyNames

@GET
Set<String> getPropertyNames()

getProperty

@Path(value="{name}")
PropertyResource getProperty(@PathParam(value="name")
                                  String name)


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