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
public Response getWadl(@Context
UriInfo uriInfo,
@Context
WadlApplicationContext wadlContext)
geExternalGrammar
@Path(value="{path}")
public Response geExternalGrammar(@Context
UriInfo uriInfo,
@Context
WadlApplicationContext wadlContext,
String path)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.