|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.upload.shared.CmsUploadData
public class CmsUploadData
Runtime data bean for prefetching.
| Field Summary | |
|---|---|
static java.lang.String |
DICT_NAME
Name of the used js variable. |
| Constructor Summary | |
|---|---|
CmsUploadData()
Default constructor. |
|
CmsUploadData(CmsUploadData clone)
Clone constructor. |
|
CmsUploadData(long uploadFileSizeLimit)
Constructor. |
|
| Method Summary | |
|---|---|
long |
getUploadFileSizeLimit()
Returns the uploadFileSizeLimit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DICT_NAME
| Constructor Detail |
|---|
public CmsUploadData()
public CmsUploadData(long uploadFileSizeLimit)
uploadFileSizeLimit - the upload file size limitpublic CmsUploadData(CmsUploadData clone)
clone - the instance to clone| Method Detail |
|---|
public long getUploadFileSizeLimit()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||