Interface DLPreviewRenderer
public interface DLPreviewRenderer
Renders file previews in conjunction with
DLPreviewRendererProvider
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Renders content to the response.
-
Method Details
-
render
void render(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, com.liferay.portal.kernel.exception.PortalException, javax.servlet.ServletException Renders content to the response.- Parameters:
httpServletRequest
- the requesthttpServletResponse
- the response- Throws:
IOException
com.liferay.portal.kernel.exception.PortalException
javax.servlet.ServletException
- See Also:
-