it.unimi.di.mg4j.query
Class HelpPage
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.velocity.tools.view.servlet.VelocityViewServlet
it.unimi.di.mg4j.query.HelpPage
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class HelpPage
- extends VelocityViewServlet
The help page.
- See Also:
- Serialized Form
Methods inherited from class org.apache.velocity.tools.view.servlet.VelocityViewServlet |
createContext, doGet, doPost, doRequest, error, findInitParameter, getResponseWriter, getTemplate, getTemplate, getVelocityEngine, getVelocityProperty, init, initToolbox, initVelocity, mergeTemplate, performMerge, requestCleanup, setContentType, setVelocityEngine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelpPage
public HelpPage()
loadConfiguration
protected ExtendedProperties loadConfiguration(ServletConfig config)
throws FileNotFoundException,
IOException
- Overrides:
loadConfiguration
in class VelocityViewServlet
- Throws:
FileNotFoundException
IOException
handleRequest
public Template handleRequest(HttpServletRequest request,
HttpServletResponse response,
Context context)
throws ResourceNotFoundException,
ParseErrorException,
Exception
- Overrides:
handleRequest
in class VelocityViewServlet
- Throws:
ResourceNotFoundException
ParseErrorException
Exception