Package com.liferay.portal.struts
Class PortalRequestProcessor
Object
com.liferay.portal.struts.PortalRequestProcessor
- Author:
- Brian Wing Shun Chan, Jorge Ferrer, Wesley Gong, Mika Koivisto, Neil Griffin
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPortalRequestProcessor
(ModuleConfig moduleConfig, javax.servlet.ServletContext servletContext, String servletName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Field Details
-
INCLUDE_PATH_INFO
- See Also:
-
INCLUDE_SERVLET_PATH
- See Also:
-
-
Constructor Details
-
PortalRequestProcessor
public PortalRequestProcessor(ModuleConfig moduleConfig, javax.servlet.ServletContext servletContext, String servletName)
-
-
Method Details
-
process
public void process(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-