org.jboss.seam.servlet
Class ContextualHttpServletRequest

java.lang.Object
  extended by org.jboss.seam.servlet.ContextualHttpServletRequest

public abstract class ContextualHttpServletRequest
extends Object

Perform work in a full set of Seam contexts

Author:
Gavin King

Constructor Summary
ContextualHttpServletRequest(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
protected  void handleConversationPropagation()
           
abstract  void process()
           
protected  void restoreConversationId()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextualHttpServletRequest

public ContextualHttpServletRequest(javax.servlet.http.HttpServletRequest request)
Method Detail

process

public abstract void process()
                      throws Exception
Throws:
Exception

run

public void run()
         throws javax.servlet.ServletException,
                IOException
Throws:
javax.servlet.ServletException
IOException

handleConversationPropagation

protected void handleConversationPropagation()

restoreConversationId

protected void restoreConversationId()