Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps.bean
Class WebFolder  view WebFolder download WebFolder.java

java.lang.Object
  extended bycom.RuntimeCollective.webapps.bean.BeanFileFolder
      extended bycom.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:


Field Summary
private  java.lang.String ivUrl
          The URL of the webfolders
 
Fields inherited from class com.RuntimeCollective.webapps.bean.BeanFileFolder
ivBaseContext, ivContext, ivDirBase
 
Constructor Summary
WebFolder(User user)
          Get the webfolder for this user.
 
Method Summary
 java.lang.String getUrl()
          The URL of the webfolders (Not including trailing "/")
 void setUrl(java.lang.String url)
          Set the url for the webfolder.
 
Methods inherited from class com.RuntimeCollective.webapps.bean.BeanFileFolder
delete, deleteAllFiles, getAllFiles, getContext, getDirUrl, getFilePath, getPath, getResource, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ivUrl

private java.lang.String ivUrl
The URL of the webfolders

Constructor Detail

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.

Method Detail

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.