|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cs.ajax.fileupload.FileUploadUtil
public class FileUploadUtil
This is a util class to facilitate fileupload scenarios
Field Summary | |
---|---|
static java.lang.String |
FILEUPLOAD_REQ
|
static java.lang.String |
JS_VAR_UNDEFINED
|
Constructor Summary | |
---|---|
FileUploadUtil()
|
Method Summary | |
---|---|
static void |
endRequest(javax.servlet.http.HttpServletRequest request)
A work around way to make sure under a session there is only one fileupload request at a time Notes: Fileupload request will be merged as a normal Ajax request later |
static Context |
getProcessorContext(java.lang.String sessionId,
java.lang.String processId)
get processor context |
static Context |
getProperContext(java.lang.String sessionId,
java.lang.String processId,
java.lang.String dataName)
get proper context which contains the fileupload dataname. |
static Context |
getSessionContext(java.lang.String sessionId)
get Session context |
static void |
startRequest(javax.servlet.http.HttpServletRequest request)
A work around way to make sure under a session there is only one fileupload request at a time Notes: Fileupload request will be merged as a normal Ajax request later |
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 JS_VAR_UNDEFINED
public static final java.lang.String FILEUPLOAD_REQ
Constructor Detail |
---|
public FileUploadUtil()
Method Detail |
---|
public static Context getSessionContext(java.lang.String sessionId) throws BTTSMException
sessionId
-
BTTSMException
public static Context getProcessorContext(java.lang.String sessionId, java.lang.String processId) throws BTTSMException
sessionId
- processId
-
BTTSMException
public static Context getProperContext(java.lang.String sessionId, java.lang.String processId, java.lang.String dataName) throws BTTSMException
sessionId
- processId
-
BTTSMException
public static void startRequest(javax.servlet.http.HttpServletRequest request)
request
-
java.lang.InterruptedException
BTTSMException
public static void endRequest(javax.servlet.http.HttpServletRequest request)
request
-
BTTSMException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |