|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.MultipartDataSource
@Deprecated public class MultipartDataSource
| Constructor Summary | |
|---|---|
MultipartDataSource(MultipartFile multipartFile)
Deprecated. |
|
MultipartDataSource(String fileName,
String errorMessage)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
dispose()
Deprecated. Releases tempfile associated with this object any memory they consume will be returned to the OS. |
String |
getContentType()
Deprecated. |
String |
getErrorMessage()
Deprecated. |
InputStream |
getInputStream()
Deprecated. |
String |
getName()
Deprecated. |
OutputStream |
getOutputStream()
Deprecated. |
boolean |
isAvailable()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultipartDataSource(MultipartFile multipartFile)
public MultipartDataSource(String fileName,
String errorMessage)
| Method Detail |
|---|
public boolean isAvailable()
public void dispose()
public InputStream getInputStream()
throws IOException
getInputStream in interface DataSourceIOException
public OutputStream getOutputStream()
throws IOException
getOutputStream in interface DataSourceIOExceptionpublic String getContentType()
getContentType in interface DataSourcepublic String getName()
getName in interface DataSourcepublic String getErrorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||