org.glassfish.jersey.examples.sysprops
Interface PropertyNamesResource

All Known Implementing Classes:
PropertyNamesResourceImpl

@Path(value="properties")
public interface PropertyNamesResource

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

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

Method Detail

getPropertyNames

Set<String> getPropertyNames()

getProperty

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


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