public final class ResourceLocatorInternalHelper
extends java.lang.Object
ResourceLocator
の補助クラス。Modifier and Type | Method and Description |
---|---|
static boolean |
isRedirectWithAbsoluteUri(ResourceLocator resourceLocator)
|
static boolean |
startsWithScheme(java.lang.String path)
渡された
path がschemeとコロンから始まるかどうか判断して結果を返す。
schemeの仕様はRFC3986のSection 3.1に準ずる。 |
public static boolean startsWithScheme(java.lang.String path)
path
がschemeとコロンから始まるかどうか判断して結果を返す。
schemeの仕様はRFC3986のSection 3.1に準ずる。path
- 評価対象となるパスpath
がschemeとコロンから始まっていればtrue
public static boolean isRedirectWithAbsoluteUri(ResourceLocator resourceLocator)
resourceLocator
- リソースロケータResourceLocator.isRedirectWithAbsoluteUri()
の戻り値