public class DirectoryCacheRestlet extends BaseNuxeoRestlet
Warning: this restlet can only be used on the JVM that hosts the DirectoryService instance since it is using non-remotable API. This means this restlet will not work with the multi machine setups of Nuxeo.
Modifier and Type | Field and Description |
---|---|
static String |
DIRECTORY_NAME_QUERY_PARAM |
Constructor and Description |
---|
DirectoryCacheRestlet() |
Modifier and Type | Method and Description |
---|---|
void |
handle(org.restlet.data.Request req,
org.restlet.data.Response res) |
getHttpRequest, getHttpResponse, getQueryParamValue, getRestletFullUrl, getUserPrincipal, handleError, handleError, handleError, handleError, setEntityToBlobOutput
getContext, getLogger, init, isStarted, isStopped, setContext, start, stop
public static final String DIRECTORY_NAME_QUERY_PARAM
public DirectoryCacheRestlet()
public void handle(org.restlet.data.Request req, org.restlet.data.Response res)
handle
in class org.restlet.Restlet
Copyright © 2015 Nuxeo SA. All rights reserved.