@Path(value="") public class JerseyResource extends Object
private static final org.slf4j.Logger LOG
public static final String PATH
public static final String OP
public JerseyResource()
@GET
 @Path(value="{path:.*}")
 @Produces(value="application/json")
public javax.ws.rs.core.Response get(@PathParam(value="path") @DefaultValue(value="UNKNOWN_path")
                                                                                                         String path,
                                                                                                         @QueryParam(value="op") @DefaultValue(value="UNKNOWN_op")
                                                                                                         String op)
                                                                                                  throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.