org.kaoriha.jspbp
インタフェース BeforePostable


public interface BeforePostable

Behind bean for POST method must implement this.

作成者:
NAKAZATO Hajime

メソッドの概要
 void beforePost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          jspbp calls this before filter chain.
 

メソッドの詳細

beforePost

void beforePost(javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)
                throws IOException,
                       javax.servlet.ServletException
jspbp calls this before filter chain.

パラメータ:
request -
response -
例外:
IOException
javax.servlet.ServletException


Copyright ? 2007-2008 Hound. All Rights Reserved.