Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
@todo0@todo
TODO3TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 3

org.apache.maven.archetype.proxy.ProxyServletLine
could be better than this!141
output your page here334
org.apache.maven.archetype.proxy.RepositoryServletLine
output your page here out.println("<html>"); out.println("<head>"); out.println("<title>Servlet RepositoryServlet</title>"); out.println("</head>"); out.println("<body>"); out.println("<h1>Servlet RepositoryServlet at " + request.getContextPath () + "</h1>"); out.println("</body>"); out.println("</html>");244