Class SimplePathOptionsFormatter

java.lang.Object
nablarch.integration.router.SimplePathOptionsFormatter
All Implemented Interfaces:
PathOptionsFormatter

public class SimplePathOptionsFormatter extends Object implements PathOptionsFormatter
PathOptions を単純な形式でフォーマットする機能を提供するクラス。

このフォーマッタは、まず PathOptions のリストを path とHTTPメソッド(options.conditions.method)の昇順でソートする。
そして、それぞれの PathOptions"<options.conditions.method> <path> => <options.controller>#<options.action>" という書式でフォーマットし、改行コード(System.getProperty("line.separator"))で連結したものをフォーマット結果として返す。

  • Constructor Details

    • SimplePathOptionsFormatter

      public SimplePathOptionsFormatter()
  • Method Details