@Provider @Path(value="/workspaces") public class WorkspacesController extends Object
| Constructor and Description |
|---|
WorkspacesController() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.Response |
createLayer(javax.ws.rs.core.SecurityContext sec,
javax.servlet.ServletContext ctx)
Generic response for OPTIONS request currently does not support
setting and CORS headers.
|
@OPTIONS
@Path(value="")
public static javax.ws.rs.core.Response createLayer(@Context
javax.ws.rs.core.SecurityContext sec,
@Context
javax.servlet.ServletContext ctx)
throws Exception
sec - ctx - ExceptionCopyright © 2020. All rights reserved.