Package org.iplass.mtp.webapi.permission
Class RequestContextWebApiParameter
java.lang.Object
org.iplass.mtp.webapi.permission.RequestContextWebApiParameter
- All Implemented Interfaces:
WebApiParameter
RequestContextベースのWebAPIParameterの実装。
-
Constructor Summary
ConstructorsConstructorDescriptionRequestContextWebApiParameter(RequestContext request, Map<String, Object> additionalParams) -
Method Summary
-
Constructor Details
-
RequestContextWebApiParameter
-
RequestContextWebApiParameter
-
-
Method Details
-
getValue
Description copied from interface:WebApiParameter当該のnameで指定されるパラメータ値を返却するよう実装する。- Specified by:
getValuein interfaceWebApiParameter- Parameters:
name- パラメータ名- Returns:
- パラメータ値
-