|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.repository.server.webapp.URIConversionHelper
public class URIConversionHelper
Helps to convert request URIs into filename.
Method Summary | |
---|---|
static java.lang.String |
convertURIToPath(java.lang.String repositoryPath,
java.lang.String shortURI)
Decode request URI to file path. |
static java.lang.String |
getShortURI(javax.servlet.http.HttpServletRequest request)
Internal method for retrieving short URI from the whole request URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getShortURI(javax.servlet.http.HttpServletRequest request)
request
- HTTP request
public static java.lang.String convertURIToPath(java.lang.String repositoryPath, java.lang.String shortURI)
shortURI
- request URI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |