|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.maru.liquid.core.plugins.http.DefaultActionProxyFactory
public class DefaultActionProxyFactory
ActionProxyFactoryの実装
入れ子のクラスの概要 | |
---|---|
static class |
DefaultActionProxyFactory.ActionInvocationImpl
ActionInvocationの実装 |
private static class |
DefaultActionProxyFactory.ActionInvocationWrapper
getActionで関連するInterceptorを返すようにしたActionInvocation実装 |
private static class |
DefaultActionProxyFactory.IntercepteProxy
インターセプトを代理で行う |
フィールドの概要 | |
---|---|
private static org.slf4j.Logger |
logger
|
コンストラクタの概要 | |
---|---|
DefaultActionProxyFactory()
|
メソッドの概要 | |
---|---|
ActionProxy |
createActionProxy(HttpRequest request,
ActionContext actionContext,
java.lang.Class<? extends java.lang.Object> action,
java.lang.String methodName)
新しいActionProxyを生成して返す |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
private static final org.slf4j.Logger logger
コンストラクタの詳細 |
---|
public DefaultActionProxyFactory()
メソッドの詳細 |
---|
public ActionProxy createActionProxy(HttpRequest request, ActionContext actionContext, java.lang.Class<? extends java.lang.Object> action, java.lang.String methodName) throws HttpServerException
ActionProxyFactory
の記述:
ActionProxyFactory
内の createActionProxy
request
- HTTPリクエストactionContext
- アクションコンテキストaction
- アクションクラスmethodName
- メソッド名
HttpServerException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |