org.ieee.shinobu.demo.velocity.steve
Class SteveVelocityServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.velocity.servlet.VelocityServlet
              extended by org.ieee.shinobu.demo.velocity.steve.SteveVelocityServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SteveVelocityServlet
extends org.apache.velocity.servlet.VelocityServlet

Author:
shinobu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.velocity.servlet.VelocityServlet
CONTENT_TYPE, DEFAULT_CONTENT_TYPE, DEFAULT_OUTPUT_ENCODING, INIT_PROPS_KEY, REQUEST, RESPONSE
 
Constructor Summary
SteveVelocityServlet()
           
 
Method Summary
 org.apache.velocity.Template handleRequest(javax.servlet.http.HttpServletRequest objRequest, javax.servlet.http.HttpServletResponse objResponse, org.apache.velocity.context.Context objContext)
           
protected  java.util.Properties loadConfiguration(javax.servlet.ServletConfig objConfig)
           
 
Methods inherited from class org.apache.velocity.servlet.VelocityServlet
chooseCharacterEncoding, createContext, doGet, doPost, doRequest, error, getTemplate, getTemplate, handleRequest, init, initVelocity, mergeTemplate, requestCleanup, setContentType
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SteveVelocityServlet

public SteveVelocityServlet()
Method Detail

loadConfiguration

protected java.util.Properties loadConfiguration(javax.servlet.ServletConfig objConfig)
                                          throws java.io.IOException,
                                                 java.io.FileNotFoundException
Overrides:
loadConfiguration in class org.apache.velocity.servlet.VelocityServlet
Throws:
java.io.IOException
java.io.FileNotFoundException

handleRequest

public org.apache.velocity.Template handleRequest(javax.servlet.http.HttpServletRequest objRequest,
                                                  javax.servlet.http.HttpServletResponse objResponse,
                                                  org.apache.velocity.context.Context objContext)
Overrides:
handleRequest in class org.apache.velocity.servlet.VelocityServlet


Copyright © 2002-2005 org.ieee.shinobu. All Rights Reserved.