|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.doui.control.multifileupload.MultiFileUploadUtil
public abstract class MultiFileUploadUtil
A Utility class for MultiFileUploadControl
.
Field Summary | |
---|---|
static Pattern |
PATTERN_INVALID_CHARACTERS_FILE_NAME
Pattern that determines whether the characters in the file name are invalid. |
static String |
RESOURCE_PATH
Control's resource path. |
static String |
SUBCONTROL_PREFIX
Prefix to be used in generated sub-controls. |
Constructor Summary | |
---|---|
MultiFileUploadUtil()
|
Method Summary | |
---|---|
static String |
getContentType(String filePath)
Gets content type based on the given file path. |
static String |
getTempPath(String relativePath)
Gets an temporary path based on relative path. |
static String |
getUploadPath(String relativePath)
Gets an upload path based on relative path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SUBCONTROL_PREFIX
public static final Pattern PATTERN_INVALID_CHARACTERS_FILE_NAME
public static final String RESOURCE_PATH
Constructor Detail |
---|
public MultiFileUploadUtil()
Method Detail |
---|
public static String getUploadPath(String relativePath)
relativePath
- the relative path.
public static String getTempPath(String relativePath)
relativePath
- the relative path.
public static String getContentType(String filePath) throws IOException
filePath
- the file path.
IOException
- if an IO error occured.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |