org.kaoriha.jspbp.helloworld
Class ContReceive

java.lang.Object
  extended by org.kaoriha.jspbp.helloworld.ContReceive
All Implemented Interfaces:
org.kaoriha.jspbp.BeforeGettable

public class ContReceive
extends Object
implements org.kaoriha.jspbp.BeforeGettable


Nested Class Summary
static class ContReceive.Continuation
           
 
Constructor Summary
ContReceive()
           
 
Method Summary
 void beforeGet(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1)
           
 String getC()
           
 void setContinuation(ContReceive.Continuation continuation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContReceive

public ContReceive()
Method Detail

beforeGet

public void beforeGet(javax.servlet.http.HttpServletRequest arg0,
                      javax.servlet.http.HttpServletResponse arg1)
               throws IOException,
                      javax.servlet.ServletException
Specified by:
beforeGet in interface org.kaoriha.jspbp.BeforeGettable
Throws:
IOException
javax.servlet.ServletException

setContinuation

public void setContinuation(ContReceive.Continuation continuation)

getC

public String getC()


Copyright ? 2007-2008 Hound. All Rights Reserved.