public class ComboServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
ComboServlet() |
Modifier and Type | Method and Description |
---|---|
static void |
clearCache() |
protected void |
doService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected static String |
getModulePortletId(String modulePath) |
protected byte[] |
getResourceContent(javax.servlet.RequestDispatcher requestDispatcher,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String modulePath,
String minifierType) |
protected static String |
getResourcePath(String modulePath) |
protected javax.servlet.RequestDispatcher |
getResourceRequestDispatcher(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String modulePath) |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected boolean |
validateModuleExtension(String moduleName) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public static void clearCache()
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
service
in class javax.servlet.http.HttpServlet
IOException
javax.servlet.ServletException
protected static String getModulePortletId(String modulePath)
protected static String getResourcePath(String modulePath)
protected void doService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
protected byte[] getResourceContent(javax.servlet.RequestDispatcher requestDispatcher, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String modulePath, String minifierType) throws Exception
Exception
protected javax.servlet.RequestDispatcher getResourceRequestDispatcher(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String modulePath) throws Exception
Exception
protected boolean validateModuleExtension(String moduleName) throws Exception
Exception