|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.maru.liquid.core.plugins.http.util.ActionHelper
public class ActionHelper
Action系のヘルパーメソッド群
フィールドの概要 | |
---|---|
private static org.slf4j.Logger |
logger
|
コンストラクタの概要 | |
---|---|
ActionHelper()
|
メソッドの概要 | |
---|---|
static java.lang.String |
convertErrorToJSON(ActionContext context)
Context内のエラーをJSON形式に変換 |
static java.util.Map<java.lang.String,java.lang.Object> |
getParameters(HttpRequest request)
HttpRequestからパラメータMapを作る |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
private static final org.slf4j.Logger logger
コンストラクタの詳細 |
---|
public ActionHelper()
メソッドの詳細 |
---|
public static java.util.Map<java.lang.String,java.lang.Object> getParameters(HttpRequest request)
request
- HttpRequest
public static java.lang.String convertErrorToJSON(ActionContext context)
context
- ActionContext
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |