Uses of Class
com.jalios.util.Browser.BrowserName
-
Packages that use Browser.BrowserName Package Description com.jalios.util Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). -
-
Uses of Browser.BrowserName in com.jalios.util
Methods in com.jalios.util that return Browser.BrowserName Modifier and Type Method Description static Browser.BrowserName
Browser.BrowserName. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Browser.BrowserName[]
Browser.BrowserName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-