Class FileUploadContainer
- java.lang.Object
-
- com.aquima.web.components.fileupload.container.FileUploadContainer
-
- All Implemented Interfaces:
com.aquima.interactions.portal.IContainerExpander
public class FileUploadContainer extends Object implements com.aquima.interactions.portal.IContainerExpander
Dynamic container in which a file can be uploaded.- Since:
- 9.3
- Author:
- N. van Noorloos
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FileUploadContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.aquima.interactions.composer.model.Container
expand(com.aquima.interactions.composer.model.Container container, com.aquima.interactions.composer.model.definition.ContainerDefinition definition, com.aquima.interactions.portal.IContainerContext context)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
FILE_UPLOADED_EVENT
public static final String FILE_UPLOADED_EVENT
- See Also:
- Constant Field Values
-
UNAUTHORIZED_EVENT
public static final String UNAUTHORIZED_EVENT
- See Also:
- Constant Field Values
-
PROPERTY_CONFIGURATION_ID
public static final String PROPERTY_CONFIGURATION_ID
- See Also:
- Constant Field Values
-
PROPERTY_SINGLE_FILEMODE
public static final String PROPERTY_SINGLE_FILEMODE
- See Also:
- Constant Field Values
-
PROPERTY_ALLOWED_EXTENSIONS
public static final String PROPERTY_ALLOWED_EXTENSIONS
- See Also:
- Constant Field Values
-
PROPERTY_MAX_FILE_SIZE
public static final String PROPERTY_MAX_FILE_SIZE
- See Also:
- Constant Field Values
-
PROPERTY_LABEL_SINGLE_UPLOAD
public static final String PROPERTY_LABEL_SINGLE_UPLOAD
- See Also:
- Constant Field Values
-
PROPERTY_LABEL_MULTI_UPLOAD
public static final String PROPERTY_LABEL_MULTI_UPLOAD
- See Also:
- Constant Field Values
-
PROPERTY_EXTENSION_DESCRIPTION
public static final String PROPERTY_EXTENSION_DESCRIPTION
- See Also:
- Constant Field Values
-
PROPERTY_FILE_SIZE_DESCRIPTION
public static final String PROPERTY_FILE_SIZE_DESCRIPTION
- See Also:
- Constant Field Values
-
PROPERTY_EXTENSION_VALIDATION_MESSAGE
public static final String PROPERTY_EXTENSION_VALIDATION_MESSAGE
- See Also:
- Constant Field Values
-
PROPERTY_FILE_SIZE_VALIDATION_MESSAGE
public static final String PROPERTY_FILE_SIZE_VALIDATION_MESSAGE
- See Also:
- Constant Field Values
-
PROPERTY_UPLOAD_SUCCES_MESSAGE
public static final String PROPERTY_UPLOAD_SUCCES_MESSAGE
- See Also:
- Constant Field Values
-
PROPERTY_UPLOAD_FAILED_MESSAGE
public static final String PROPERTY_UPLOAD_FAILED_MESSAGE
- See Also:
- Constant Field Values
-
MESSAGE_LABEL_SINGLE_UPLOAD
public static final String MESSAGE_LABEL_SINGLE_UPLOAD
- See Also:
- Constant Field Values
-
MESSAGE_LABEL_MULTI_UPLOAD
public static final String MESSAGE_LABEL_MULTI_UPLOAD
- See Also:
- Constant Field Values
-
MESSAGE_FILESIZE_DESCRIPTION
public static final String MESSAGE_FILESIZE_DESCRIPTION
- See Also:
- Constant Field Values
-
MESSAGE_EXTENSION_DESCRIPTION
public static final String MESSAGE_EXTENSION_DESCRIPTION
- See Also:
- Constant Field Values
-
MESSAGE_EXTENSION_VALIDATION
public static final String MESSAGE_EXTENSION_VALIDATION
- See Also:
- Constant Field Values
-
MESSAGE_FILESIZE_VALIDATION
public static final String MESSAGE_FILESIZE_VALIDATION
- See Also:
- Constant Field Values
-
MESSAGE_FILENAME_VALIDATION
public static final String MESSAGE_FILENAME_VALIDATION
- See Also:
- Constant Field Values
-
MESSAGE_CONTENTTYPE_VALIDATION
public static final String MESSAGE_CONTENTTYPE_VALIDATION
- See Also:
- Constant Field Values
-
MESSAGE_UPLOAD_SUCCES
public static final String MESSAGE_UPLOAD_SUCCES
- See Also:
- Constant Field Values
-
MESSAGE_UPLOAD_FAILED
public static final String MESSAGE_UPLOAD_FAILED
- See Also:
- Constant Field Values
-
MESSAGE_FILENAME_LENGTH_VALIDATION
public static final String MESSAGE_FILENAME_LENGTH_VALIDATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
expand
public com.aquima.interactions.composer.model.Container expand(com.aquima.interactions.composer.model.Container container, com.aquima.interactions.composer.model.definition.ContainerDefinition definition, com.aquima.interactions.portal.IContainerContext context) throws Exception
- Specified by:
expand
in interfacecom.aquima.interactions.portal.IContainerExpander
- Throws:
Exception
-
-