public class AbstractResource extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
parentPath |
protected String |
path |
protected javax.servlet.http.HttpServletRequest |
request |
Modifier | Constructor and Description |
---|---|
protected |
AbstractResource(String path,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
static String |
getNameFromPath(String path) |
static String |
getParentPath(String path) |
javax.ws.rs.core.Response |
options() |
protected String parentPath
protected javax.servlet.http.HttpServletRequest request
protected AbstractResource(String path, javax.servlet.http.HttpServletRequest request)
public static String getParentPath(String path)
public static String getNameFromPath(String path)
public javax.ws.rs.core.Response options()
Copyright © 2017 Nuxeo. All rights reserved.