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