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