org.kaoriha.jspbp.test
クラス Test
java.lang.Object
org.kaoriha.jspbp.test.Test
public class Test
- extends Object
メソッドの概要 |
void |
beforeGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
beforePost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
setContinuation(Object continuation)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isCalled
public static boolean isCalled
isPostCalled
public static boolean isPostCalled
continuation
public static Object continuation
Test
public Test()
beforeGet
public void beforeGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
- 例外:
IOException
javax.servlet.ServletException
beforePost
public void beforePost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
- 例外:
IOException
javax.servlet.ServletException
setContinuation
public void setContinuation(Object continuation)
Copyright ? 2007-2008 Hound. All Rights Reserved.