public class ShareRemoteResourcesHandler
extends org.springframework.extensions.surf.RemoteResourcesHandler
This class extends the default Surf RemoteResourcesHandler to process the supplied path.
It has been provided primarily to provide support for AMD requests. It converts the AMD path
to a location in the Data Dictionary.
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER
This represents the filter that MUST be on the path in order for the request to
have reached this handler (this is the default Spring configured filter - if its
changed then this will need to be updated)
TODO: Can we get this value from the Surf or Share configuration?
It should be possible to look up the "alfresco" package in the Surf configuration
|
static int |
FILTER_LENGTH |
| Constructor and Description |
|---|
ShareRemoteResourcesHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRepositoryPrefix() |
protected String |
processPath(String path) |
void |
setRepositoryPrefix(String repositoryPrefix) |
public static final String FILTER
public static final int FILTER_LENGTH
Copyright © 2005–2014 Alfresco Software. All rights reserved.