|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.PortalContext.RelativePath
PortalFilePath
.
public static class PortalContext.RelativePath
Represents a relative file path.
Constructor Summary | |
---|---|
PortalContext.RelativePath(PortalContext.RelativePathType type,
String path)
Deprecated. |
Method Summary | |
---|---|
static PortalContext.RelativePath |
convertAbsolutePath(String absolutePath)
Deprecated. Converts the given absolute file path to a relative file path, of one of the known tipes ( WWW , Def or Data ). |
String |
getPath()
Deprecated. |
PortalContext.RelativePathType |
getType()
Deprecated. |
void |
setPath(String path)
Deprecated. |
void |
setType(PortalContext.RelativePathType type)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortalContext.RelativePath(PortalContext.RelativePathType type, String path)
Method Detail |
---|
public static PortalContext.RelativePath convertAbsolutePath(String absolutePath)
WWW
, Def
or Data
). If the absolute path does not correspond to any of there relative path types, null is returned.
absolutePath
- absolute path to be converted to relative
public String getPath()
public void setPath(String path)
public PortalContext.RelativePathType getType()
public void setType(PortalContext.RelativePathType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |