|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.postupload.shared.CmsPostUploadDialogBean
public class CmsPostUploadDialogBean
Runtime data bean for prefetching.
| Field Summary | |
|---|---|
static java.lang.String |
DICT_NAME
Name of the used js variable. |
| Constructor Summary | |
|---|---|
CmsPostUploadDialogBean()
Default constructor for serialization. |
|
CmsPostUploadDialogBean(java.util.Map<CmsUUID,java.lang.String> resources)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.util.Map<CmsUUID,java.lang.String> |
getResources()
Returns the list of resource paths. |
boolean |
isUsePropertyConfiguration()
Returns true if the property configurations should be used. |
void |
setResources(java.util.Map<CmsUUID,java.lang.String> resources)
Sets the map of resources for which the properties should be uploaded. |
void |
setUsePropertyConfiguration(boolean useConfiguration)
Enables/disables use of the property configuration. |
| 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 CmsPostUploadDialogBean()
public CmsPostUploadDialogBean(java.util.Map<CmsUUID,java.lang.String> resources)
resources - the map of resources for which the properties should be uploaded| Method Detail |
|---|
public java.util.Map<CmsUUID,java.lang.String> getResources()
public boolean isUsePropertyConfiguration()
public void setResources(java.util.Map<CmsUUID,java.lang.String> resources)
resources - the map of resources for which the properties should be uploadedpublic void setUsePropertyConfiguration(boolean useConfiguration)
useConfiguration - true if the property configuration should be used
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||