| |
|
| java.lang.Object org.apache.lenya.cms.publication.URLInformation
URLInformation | public class URLInformation (Code) | | This class resolves all Lenya-specific information from a webapp URL.
|
URLInformation | public URLInformation(String webappUrl)(Code) | | Ctor.
Parameters: webappUrl - A webapp URL (without context prefix). |
getArea | public String getArea()(Code) | | Returns the area (without the "webdav" prefix).
A string. |
getCompleteArea | public String getCompleteArea()(Code) | | Returns the complete area (including the "webdav" prefix).
A string. |
getDocumentUrl | public String getDocumentUrl()(Code) | | Returns the document URL.
A string. |
getPublicationId | public String getPublicationId()(Code) | | Returns the publication ID.
A string. |
|
|
|