org.seasar.cubby.convention.impl
クラス PathResolverImpl

java.lang.Object
  上位を拡張 org.seasar.cubby.convention.impl.PathResolverImpl
すべての実装されたインタフェース:
PathResolver, Disposable

public class PathResolverImpl
extends Object
implements PathResolver, Disposable

クラスパスから Action を検索し、そのメソッドに指定された org.seasae.cubby.action.Url の情報によって、リクエストされたURLをどのメソッドに振り分けるかを決定します。

作成者:
baba

コンストラクタの概要
PathResolverImpl()
           
 
メソッドの概要
 void add(String patternStr, Class<? extends Action> actionClass, String methodName)
           
 void dispose()
           
 ForwardInfo getForwardInfo(String path)
          指定されたパスからフォワードするための情報を抽出します。
 void initialize()
           
 void setNamingConvention(NamingConvention namingConvention)
           
 void setUriEncoding(String uriEncoding)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PathResolverImpl

public PathResolverImpl()
メソッドの詳細

setUriEncoding

public void setUriEncoding(String uriEncoding)

initialize

public void initialize()

dispose

public void dispose()
定義:
インタフェース Disposable 内の dispose

add

public void add(String patternStr,
                Class<? extends Action> actionClass,
                String methodName)

getForwardInfo

public ForwardInfo getForwardInfo(String path)
インタフェース PathResolver の記述:
指定されたパスからフォワードするための情報を抽出します。

定義:
インタフェース PathResolver 内の getForwardInfo
パラメータ:
path - パス
戻り値:
フォワード情報

setNamingConvention

public void setNamingConvention(NamingConvention namingConvention)


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.