- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class JspPrecompileServlet
extends javax.servlet.http.HttpServlet
Helps to precompile JSPs of a WebApp. The Servlet performs 3 actions depending on the passed params: - if jsp_name param is passed, the
servlet tries to forward to the JSP with the passed name - if compile_type=all is passed, the servlet tries to forward to all found JSPs
and generates a report HTML output - if compile_type=modules is passed, the servlet tries to forward to all found module JSPs and
generates a report HTML output - if compile_type=site is passed, the servlet tries to forward to all found module JSPs of a site and
generates a report HTML output - if no special param is passed, the servlet generates a page with links for the above described purposes
- See Also:
- Serialized Form