インタフェース
org.seasar.cubby.routing.InternalForwardInfo の使用

InternalForwardInfo を使用しているパッケージ
org.seasar.cubby.routing URIルーティング機能を提供します。 
org.seasar.cubby.routing.impl URIルーティング機能の実装を提供します。 
 

org.seasar.cubby.routing での InternalForwardInfo の使用
 

InternalForwardInfo を返す org.seasar.cubby.routing のメソッド
 InternalForwardInfo PathResolver.getInternalForwardInfo(String path, String requestMethod, String characterEncoding)
          指定されたパスとメソッドからフォワードするための情報を抽出します。
 InternalForwardInfo Router.routing(HttpServletRequest request, HttpServletResponse response)
          対象外パターンを指定せずにルーティング処理を行い、内部フォワード情報を返します。
 InternalForwardInfo Router.routing(HttpServletRequest request, HttpServletResponse response, List<Pattern> ignorePathPatterns)
          リクエストのルーティング処理を行い、内部フォワード情報を返します。
 

org.seasar.cubby.routing.impl での InternalForwardInfo の使用
 

InternalForwardInfo を返す org.seasar.cubby.routing.impl のメソッド
 InternalForwardInfo PathResolverImpl.getInternalForwardInfo(String path, String requestMethod, String characterEncoding)
          指定されたパスとメソッドからフォワードするための情報を抽出します。
 InternalForwardInfo RouterImpl.routing(HttpServletRequest request, HttpServletResponse response)
          対象外パターンを指定せずにルーティング処理を行い、内部フォワード情報を返します。
 InternalForwardInfo RouterImpl.routing(HttpServletRequest request, HttpServletResponse response, List<Pattern> ignorePathPatterns)
          リクエストのルーティング処理を行い、内部フォワード情報を返します。
 



Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.