Annotation Interface ParamMapping


public @interface ParamMapping
ParamMapDefinitionを定義するアノテーションです。
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    ActionMappingのパスを除いたサブパスの文字列をマップする場合の定数です。
  • Field Details

    • PATHS

      static final String PATHS
      ActionMappingのパスを除いたサブパスの文字列をマップする場合の定数です。
      See Also:
  • Element Details

    • name

      String name
    • mapFrom

      String mapFrom
    • condition

      String condition
      Default:
      "##default"