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とコロンから始まっていればtruepublic static boolean isRedirectWithAbsoluteUri(ResourceLocator resourceLocator)
resourceLocator - リソースロケータResourceLocator.isRedirectWithAbsoluteUri()の戻り値