public class CmsPostUploadDialogBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
DICT_NAME
Name of the used js variable.
|
构造器和说明 |
---|
CmsPostUploadDialogBean()
Default constructor for serialization.
|
CmsPostUploadDialogBean(java.util.Map<CmsUUID,java.lang.String> resources)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
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 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