public class GetServlets
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
HL_NAMESPACE |
static String |
HOME_FOLDER |
static String |
JCR_NAMESPACE |
static String |
PATH_SEPARATOR |
static String |
REP_NAMESPACE |
static String |
SHARED_FOLDER |
| Constructor and Description |
|---|
GetServlets() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
isRoot(javax.jcr.Node node)
Check if the node is root in Jackrabbit
|
String |
isValidSearchResult(javax.jcr.Node node,
String login) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String PATH_SEPARATOR
public static final String HOME_FOLDER
public static final String SHARED_FOLDER
public static final String HL_NAMESPACE
public static final String JCR_NAMESPACE
public static final String REP_NAMESPACE
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic boolean isRoot(javax.jcr.Node node)
throws org.gcube.common.homelibrary.model.exceptions.InternalErrorException,
javax.jcr.RepositoryException
node - org.gcube.common.homelibrary.model.exceptions.InternalErrorExceptionjavax.jcr.ItemNotFoundExceptionjavax.jcr.RepositoryExceptionCopyright © 2016. All Rights Reserved.