org.glassfish.jersey.server.wadl.internal
Class WadlResource
java.lang.Object
org.glassfish.jersey.server.wadl.internal.WadlResource
@Singleton
@Path(value="application.wadl")
public final class WadlResource
- extends Object
- Author:
- Paul Sandoz (paul.sandoz at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPDATEFORMAT
public static final String HTTPDATEFORMAT
- See Also:
- Constant Field Values
WadlResource
public WadlResource()
getWadl
@Produces(value={"application/vnd.sun.wadl+xml","application/xml"})
@GET
public Response getWadl(@Context
UriInfo uriInfo)
geExternalGrammar
@Produces(value="application/xml")
@GET
@Path(value="{path}")
public Response geExternalGrammar(@Context
UriInfo uriInfo,
@PathParam(value="path")
String path)
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.