| Package | Description |
|---|---|
| com.liferay.portal.kernel.servlet |
| Modifier and Type | Method and Description |
|---|---|
static List<Range> |
ServletResponseUtil.getRanges(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
long length) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ServletResponseUtil.setHeaders(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String fileName,
String contentType,
String contentDispositionType,
Range range) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServletResponseUtil.write(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String fileName,
List<Range> ranges,
InputStream inputStream,
long fullLength,
String contentType) |