Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.Dir
-
Packages that use WebAppManifest.Dir Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.Dir in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.Dir Modifier and Type Method Description WebAppManifest.Dir
WebAppManifest. getDir()
Returns the default text direction type of your web application.static WebAppManifest.Dir
WebAppManifest.Dir. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebAppManifest.Dir[]
WebAppManifest.Dir. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-