|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.web.jcr.webdav.DefaultRequestResolver
SingleRepositoryRequestResolver instead for the same functionality
@Deprecated public class DefaultRequestResolver

RequestResolver implementation that exists for backward compatibility.
| Field Summary | |
|---|---|
static String |
INIT_REPOSITORY_NAME
Deprecated. |
static String |
INIT_WORKSPACE_NAME
Deprecated. |
| Constructor Summary | |
|---|---|
DefaultRequestResolver()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
initialize(javax.servlet.ServletContext context)
Deprecated. Initialize the resolver based on the provided context |
ResolvedRequest |
resolve(javax.servlet.http.HttpServletRequest request,
String relativePath)
Deprecated. Resolve the given request to the repository, workspace, and path of the node |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INIT_REPOSITORY_NAME
public static final String INIT_WORKSPACE_NAME
| Constructor Detail |
|---|
public DefaultRequestResolver()
| Method Detail |
|---|
public void initialize(javax.servlet.ServletContext context)
RequestResolver
initialize in interface RequestResolvercontext - the servlet context for this servlet
public ResolvedRequest resolve(javax.servlet.http.HttpServletRequest request,
String relativePath)
RequestResolver
resolve in interface RequestResolverrequest - the request to be resolvedrelativePath - the requested relative path; never null or empty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||