public enum StaticResourceLocation extends EnumSE<StaticResourceLocation>
| 列挙型定数と説明 |
|---|
CSS"/css" のリソース。 |
FAVICON"favicon.ico" リソース。 |
IMAGES"/images" のリソース。 |
JAVA_SCRIPT"/js" のリソース。 |
WEB_JARS"/webjars" のリソース。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StreamSE<StringSE> | getPatterns() |
static StaticResourceLocation | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static StaticResourceLocation[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, toStringSE, valueOfSEgetClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic static final StaticResourceLocation CSS
"/css" のリソース。public static final StaticResourceLocation JAVA_SCRIPT
"/js" のリソース。public static final StaticResourceLocation IMAGES
"/images" のリソース。public static final StaticResourceLocation WEB_JARS
"/webjars" のリソース。public static final StaticResourceLocation FAVICON
"favicon.ico" リソース。public static StaticResourceLocation[] values()
for (StaticResourceLocation c : StaticResourceLocation.values()) System.out.println(c);
public static StaticResourceLocation valueOf(StringSE name)
name - 返される列挙定数の名前。IllegalArgumentExceptionSE - この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE - 引数が null の場合 Copyright © 2019 Pivotal Software, Inc.. All rights reserved.