Package nablarch.fw.web
Class ResourceLocatorInternalHelper
java.lang.Object
nablarch.fw.web.ResourceLocatorInternalHelper
nablarch-fw-web内でのみ使用する
ResourceLocator
の補助クラス。-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isRedirectWithAbsoluteUri
(ResourceLocator resourceLocator) ResourceLocator.isRedirectWithAbsoluteUri()
を中継する。static boolean
startsWithScheme
(String path) 渡されたpath
がschemeとコロンから始まるかどうか判断して結果を返す。 schemeの仕様はRFC3986のSection 3.1に準ずる。
-
Method Details
-
startsWithScheme
渡されたpath
がschemeとコロンから始まるかどうか判断して結果を返す。 schemeの仕様はRFC3986のSection 3.1に準ずる。- Parameters:
path
- 評価対象となるパス- Returns:
path
がschemeとコロンから始まっていればtrue
- See Also:
-
isRedirectWithAbsoluteUri
ResourceLocator.isRedirectWithAbsoluteUri()
を中継する。- Parameters:
resourceLocator
- リソースロケータ- Returns:
ResourceLocator.isRedirectWithAbsoluteUri()
の戻り値
-