|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lenya.cms.publication.URLInformation
public class URLInformation
This class resolves all Lenya-specific information from a webapp URL.
Constructor Summary | |
---|---|
URLInformation(java.lang.String webappUrl)
Ctor. |
Method Summary | |
---|---|
protected java.lang.String |
extractBeforeSlash(java.lang.String remaining)
|
java.lang.String |
getArea()
Returns the area (without the "webdav" prefix). |
java.lang.String |
getCompleteArea()
Returns the complete area (including the "webdav" prefix). |
java.lang.String |
getDocumentUrl()
Returns the document URL. |
java.lang.String |
getPublicationId()
Returns the publication ID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLInformation(java.lang.String webappUrl)
webappUrl
- A webapp URL (without context prefix).Method Detail |
---|
public java.lang.String getArea()
public java.lang.String getCompleteArea()
public java.lang.String getDocumentUrl()
public java.lang.String getPublicationId()
protected java.lang.String extractBeforeSlash(java.lang.String remaining)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |