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


public interface BeforeGettable

Behind bean for GET method must implement this.

作成者:
NAKAZATO Hajime

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

メソッドの詳細

beforeGet

void beforeGet(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.