public class CmsPostUploadDialogBean extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DICT_NAME
Name of the used js variable.
|
| Constructor and Description |
|---|
CmsPostUploadDialogBean()
Default constructor for serialization.
|
CmsPostUploadDialogBean(java.util.Map<CmsUUID,java.lang.String> resources)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CmsUUID,java.lang.String> |
getResources()
Returns the list of resource paths.
|
boolean |
isAddBasicProperties()
Returns true if the basic properties configured for the sitemap should be shown.
|
boolean |
isUsePropertyConfiguration()
Returns true if the property configurations should be used.
|
void |
setAddBasicProperties(boolean addBasicProperties)
Set a flag, indicating if basic properties as configured in the sitemap are merged into the
properties shown on file upload.
|
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.
|
public static final java.lang.String DICT_NAME
public CmsPostUploadDialogBean()
public CmsPostUploadDialogBean(java.util.Map<CmsUUID,java.lang.String> resources)
resources - the map of resources for which the properties should be uploadedpublic java.util.Map<CmsUUID,java.lang.String> getResources()
public boolean isAddBasicProperties()
public boolean isUsePropertyConfiguration()
public void setAddBasicProperties(boolean addBasicProperties)
addBasicProperties - flag, indicating if basic properties as configured in the sitemap should be addedpublic 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