|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.util.servlet.PortletResponseUtil
public class PortletResponseUtil
Constructor Summary | |
---|---|
PortletResponseUtil()
|
Method Summary | |
---|---|
static void |
sendFile(MimeResponse mimeResponse,
String fileName,
byte[] bytes)
Deprecated. |
static void |
sendFile(MimeResponse mimeResponse,
String fileName,
byte[] bytes,
String contentType)
Deprecated. |
static void |
sendFile(MimeResponse mimeResponse,
String fileName,
InputStream is)
Deprecated. |
static void |
sendFile(MimeResponse mimeResponse,
String fileName,
InputStream is,
int contentLength,
String contentType)
Deprecated. |
static void |
sendFile(MimeResponse mimeResponse,
String fileName,
InputStream is,
String contentType)
Deprecated. |
static void |
sendFile(PortletRequest portletRequest,
MimeResponse mimeResponse,
String fileName,
byte[] bytes)
|
static void |
sendFile(PortletRequest portletRequest,
MimeResponse mimeResponse,
String fileName,
byte[] bytes,
String contentType)
|
static void |
sendFile(PortletRequest portletRequest,
MimeResponse mimeResponse,
String fileName,
InputStream is)
|
static void |
sendFile(PortletRequest portletRequest,
MimeResponse mimeResponse,
String fileName,
InputStream is,
int contentLength,
String contentType)
|
static void |
sendFile(PortletRequest portletRequest,
MimeResponse mimeResponse,
String fileName,
InputStream is,
String contentType)
|
protected static void |
setHeaders(PortletRequest portletRequest,
MimeResponse mimeResponse,
String fileName,
String contentType)
|
static void |
write(MimeResponse mimeResponse,
byte[] bytes)
|
static void |
write(MimeResponse mimeResponse,
byte[][] bytesArray)
|
static void |
write(MimeResponse mimeResponse,
byte[] bytes,
int contentLength)
|
static void |
write(MimeResponse mimeResponse,
InputStream is)
|
static void |
write(MimeResponse mimeResponse,
InputStream is,
int contentLength)
|
static void |
write(MimeResponse mimeResponse,
String s)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletResponseUtil()
Method Detail |
---|
public static void sendFile(MimeResponse mimeResponse, String fileName, byte[] bytes) throws IOException
IOException
public static void sendFile(MimeResponse mimeResponse, String fileName, byte[] bytes, String contentType) throws IOException
IOException
public static void sendFile(MimeResponse mimeResponse, String fileName, InputStream is) throws IOException
IOException
public static void sendFile(MimeResponse mimeResponse, String fileName, InputStream is, int contentLength, String contentType) throws IOException
IOException
public static void sendFile(MimeResponse mimeResponse, String fileName, InputStream is, String contentType) throws IOException
IOException
public static void sendFile(PortletRequest portletRequest, MimeResponse mimeResponse, String fileName, byte[] bytes) throws IOException
IOException
public static void sendFile(PortletRequest portletRequest, MimeResponse mimeResponse, String fileName, byte[] bytes, String contentType) throws IOException
IOException
public static void sendFile(PortletRequest portletRequest, MimeResponse mimeResponse, String fileName, InputStream is) throws IOException
IOException
public static void sendFile(PortletRequest portletRequest, MimeResponse mimeResponse, String fileName, InputStream is, int contentLength, String contentType) throws IOException
IOException
public static void sendFile(PortletRequest portletRequest, MimeResponse mimeResponse, String fileName, InputStream is, String contentType) throws IOException
IOException
public static void write(MimeResponse mimeResponse, byte[] bytes) throws IOException
IOException
public static void write(MimeResponse mimeResponse, byte[] bytes, int contentLength) throws IOException
IOException
public static void write(MimeResponse mimeResponse, byte[][] bytesArray) throws IOException
IOException
public static void write(MimeResponse mimeResponse, InputStream is) throws IOException
IOException
public static void write(MimeResponse mimeResponse, InputStream is, int contentLength) throws IOException
IOException
public static void write(MimeResponse mimeResponse, String s) throws IOException
IOException
protected static void setHeaders(PortletRequest portletRequest, MimeResponse mimeResponse, String fileName, String contentType)
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |