|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.core.Path
public final class Path
Utility class to retrieve files or directory used by Magnolia. Examples: cache directory, tmp files, ..
Field Summary | |
---|---|
static String |
SELECTOR_DELIMITER
|
Method Summary | |
---|---|
static String |
getAbsoluteFileSystemPath(String path)
Gets absolute filesystem path, adds application root if path is not absolute. |
static String |
getAbsolutePath(String path)
|
static String |
getAbsolutePath(String path,
String label)
|
static File |
getAppRootDir()
Gets the root directory for the magnolia web application. |
static File |
getCacheDirectory()
|
static String |
getCacheDirectoryPath()
Gets the cache directory path (cms.cache.startdir) as set with Java options while startup or in web.xml. |
static File |
getHistoryFile()
|
static String |
getHistoryFilePath()
Gets cms.exchange.history file location as set with Java options while startup or in web.xml. |
static String |
getNodePath(String path)
Deprecated. since 4.0 - untested and unused |
static String |
getNodePath(String path,
String label)
Deprecated. since 4.0 - untested and unused |
static String |
getParentPath(String path)
Deprecated. since 4.0 - untested and unused |
static File |
getRepositoriesConfigFile()
|
static String |
getRepositoriesConfigFilePath()
Gets repositories file location as set with Java options while startup or in web.xml. |
static File |
getTempDirectory()
|
static String |
getTempDirectoryPath()
Gets the temporary directory path (cms.upload.tmpdir) as set with Java options while startup or in web.xml. |
static String |
getUniqueLabel(Content parent,
String label)
|
static String |
getUniqueLabel(HierarchyManager hierarchyManager,
String parent,
String label)
|
static String |
getUniqueLabel(javax.jcr.Session session,
String parent,
String label)
|
static String |
getValidatedLabel(String label)
Replace illegal characters based on system property magnolia.ut8.enabled. |
static String |
getValidatedLabel(String label,
String charset)
If charset equals UTF-8 , replaces the following characters with a dash - : |
static boolean |
isAbsolute(String path)
|
static boolean |
isCharValid(int charCode,
String charset)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SELECTOR_DELIMITER
Method Detail |
---|
public static String getCacheDirectoryPath()
public static File getCacheDirectory()
public static String getTempDirectoryPath()
public static File getTempDirectory()
public static String getHistoryFilePath()
public static File getHistoryFile()
public static String getRepositoriesConfigFilePath()
public static File getRepositoriesConfigFile()
public static File getAppRootDir()
public static String getAbsoluteFileSystemPath(String path)
public static String getUniqueLabel(HierarchyManager hierarchyManager, String parent, String label)
public static String getUniqueLabel(javax.jcr.Session session, String parent, String label) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public static String getUniqueLabel(Content parent, String label)
public static boolean isAbsolute(String path)
public static String getValidatedLabel(String label)
label
- label to validate
public static String getValidatedLabel(String label, String charset)
UTF-8
, replaces the following characters with a dash -
:
Jackrabbit not allowed 32: [ ] 91: [[] 93: []] 42: [*] 34: ["] 58 [:] 92: [\] 39 :[']
URL not valid 59: [;] 47: [/] 63: [?] 43: [+] 37: [%] 33: [!] 35:[#] 94: [^]
.
Otherwise, replaces illegal characters with a dash -
except for [_] [0-9], [A-Z], [a-z], [-], [_], [.]
.
Please notice that a valid label can not begin with dot or period [.]
.
public static boolean isCharValid(int charCode, String charset)
charCode
- char codecharset
- charset (ex. UTF-8)
public static String getAbsolutePath(String path, String label)
public static String getAbsolutePath(String path)
@Deprecated public static String getNodePath(String path, String label)
@Deprecated public static String getNodePath(String path)
@Deprecated public static String getParentPath(String path)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |