List of usage examples for com.liferay.portal.struts StrutsUtil forward
public static void forward(String uri, ServletContext servletContext, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) throws ServletException
From source file:com.liferay.samplestrutsliferay.struts.SampleRequestProcessor.java
License:Open Source License
@Override protected void doForward(String uri, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { StrutsUtil.forward(uri, getServletContext(), request, response); }