Class ResourceLocatorInternalHelper

java.lang.Object
nablarch.fw.web.ResourceLocatorInternalHelper

public final class ResourceLocatorInternalHelper extends Object
nablarch-fw-web内でのみ使用するResourceLocatorの補助クラス。
  • Method Details

    • startsWithScheme

      public static boolean startsWithScheme(String path)
      渡されたpathがschemeとコロンから始まるかどうか判断して結果を返す。 schemeの仕様はRFC3986のSection 3.1に準ずる。
      Parameters:
      path - 評価対象となるパス
      Returns:
      pathがschemeとコロンから始まっていればtrue
      See Also:
    • isRedirectWithAbsoluteUri

      public static boolean isRedirectWithAbsoluteUri(ResourceLocator resourceLocator)
      ResourceLocator.isRedirectWithAbsoluteUri()を中継する。
      Parameters:
      resourceLocator - リソースロケータ
      Returns:
      ResourceLocator.isRedirectWithAbsoluteUri()の戻り値