Class MapActionParameter
java.lang.Object
org.iplass.mtp.web.actionmapping.permission.MapActionParameter
- All Implemented Interfaces:
ActionParameter
MapベースのActionParameterの実装です。
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapActionParameter
public MapActionParameter() -
MapActionParameter
-
-
Method Details
-
getValue
Description copied from interface:ActionParameter当該のnameで指定されるパラメータ値を返却するよう実装する。- Specified by:
getValuein interfaceActionParameter- Parameters:
name- パラメータ名- Returns:
- パラメータ値
-
put
-