java.lang.Object
com.RuntimeCollective.webapps.bean.BeanFileFolder
com.RuntimeCollective.webapps.bean.WebFolder
- All Implemented Interfaces:
- java.io.Serializable
- public class WebFolder
- extends BeanFileFolder
Object that represents the webfolder of a user -- a directory that sits on the server and can be accessed using WebDav.
This requires the following RuntimeParameters to be set:
webfolderPath -- the fully-resolved path of the
root directory for the webfolders (excluding trailing "/"). The
webfolder for the user with id=0 would then be webfolderPath/0
etc.
webfolderURL -- the fully-resolved URL of the root
directory for the webfolders (including trailing "/", and leading
"http://"). The webfolder for the user with id=0 would then be
webfolderUrl/0 etc.
|
Constructor Summary |
WebFolder(User user)
Get the webfolder for this user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ivUrl
private java.lang.String ivUrl
- The URL of the webfolders
WebFolder
public WebFolder(User user)
- Get the webfolder for this user. If no such directory exists on
the file system, then one will be created.
getUrl
public java.lang.String getUrl()
- The URL of the webfolders (Not including trailing "/")
setUrl
public void setUrl(java.lang.String url)
- Set the url for the webfolder.