public class Upper extends Object
Upper()
String
toUpper(String param)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Upper()
@Path(value="rest/upper/{param}") @GET public String toUpper(@PathParam(value="param") String param)
Copyright © 2018 OSGi Alliance. All rights reserved.