Package com.liferay.portal.servlet
Class ComboServlet
Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.liferay.portal.servlet.ComboServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class ComboServlet
extends jakarta.servlet.http.HttpServlet
- Author:
- Eduardo Lundgren, Edward Han, Zsigmond Rab, Raymond Augé
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprotected voiddoService(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) protected static StringgetModulePortletId(String modulePath) protected byte[]getResourceContent(jakarta.servlet.RequestDispatcher requestDispatcher, jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String modulePath, String minifierType) protected static StringgetResourcePath(String modulePath) protected jakarta.servlet.RequestDispatchergetResourceRequestDispatcher(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String modulePath) voidservice(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) protected booleanvalidateModuleExtension(String moduleName) Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
ComboServlet
public ComboServlet()
-
-
Method Details
-
clearCache
public static void clearCache() -
service
public void service(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException, jakarta.servlet.ServletException - Overrides:
servicein classjakarta.servlet.http.HttpServlet- Throws:
IOExceptionjakarta.servlet.ServletException
-
getModulePortletId
-
getResourcePath
-
doService
protected void doService(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-
getResourceContent
protected byte[] getResourceContent(jakarta.servlet.RequestDispatcher requestDispatcher, jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String modulePath, String minifierType) throws Exception - Throws:
Exception
-
getResourceRequestDispatcher
protected jakarta.servlet.RequestDispatcher getResourceRequestDispatcher(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String modulePath) throws Exception - Throws:
Exception
-
validateModuleExtension
- Throws:
Exception
-