| Constructor and Description |
|---|
ResteasyWadlDefaultResource() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ResteasyWadlServiceRegistry> |
getServices() |
ResteasyWadlWriter |
getWadlWriter() |
javax.ws.rs.core.Response |
grammars(String path,
ResteasyDeployment deployment) |
String |
output(ResteasyDeployment deployment) |
public Map<String,ResteasyWadlServiceRegistry> getServices()
public ResteasyWadlWriter getWadlWriter()
@GET @Path(value="/application.xml") @Produces(value="application/xml") public String output(@Context ResteasyDeployment deployment)
@GET
@Path(value="/wadl-extended/{path}")
@Produces(value="application/xml")
public javax.ws.rs.core.Response grammars(@PathParam(value="path")
String path,
@Context
ResteasyDeployment deployment)
Copyright © 2021 JBoss by Red Hat. All rights reserved.