biz.hammurapi.web
Class ForwardingExpandingServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bybiz.hammurapi.web.ForwardingExpandingServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ForwardingExpandingServlet
extends javax.servlet.http.HttpServlet

Invokes methods of request or session attributes and then forwards request to url tail.

See Also:
Serialized Form

Constructor Summary
ForwardingExpandingServlet()
           
 
Method Summary
protected  biz.hammurapi.convert.CompositeConverter getConverter()
          Override this method if you need to supply some specific converter
protected  biz.hammurapi.xml.dom.CompositeDomSerializer getDomSerializer()
          Override this method to return custom serializer if needed.
 void init(javax.servlet.ServletConfig config)
           
protected  void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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

ForwardingExpandingServlet

public ForwardingExpandingServlet()
Method Detail

getDomSerializer

protected biz.hammurapi.xml.dom.CompositeDomSerializer getDomSerializer()
Override this method to return custom serializer if needed.

Returns:
DomSerializer

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

getConverter

protected biz.hammurapi.convert.CompositeConverter getConverter()
Override this method if you need to supply some specific converter

Returns:
converter

service

protected void service(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2006 Hammurapi Group. All Rights Reserved.