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
を検索し、そのメソッドに指定された Path
の情報によって、リクエストされたパスをどのメソッドに振り分けるかを決定します。
- 作成者:
- baba
クラス 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 regexp,
Class<? extends Action> actionClass,
String methodName,
RequestMethod... requestMethods)
getForwardInfo
public ForwardInfo getForwardInfo(String path)
- インタフェース
PathResolver
の記述:
- 指定されたパスからフォワードするための情報を抽出します。
- 定義:
- インタフェース
PathResolver
内の getForwardInfo
- パラメータ:
path
- パス
- 戻り値:
- フォワード情報
setNamingConvention
public void setNamingConvention(NamingConvention namingConvention)
Copyright ツゥ 2006-2008 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.