Uses of Class
com.jalios.util.Browser
-
Packages that use Browser Package Description com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean.com.jalios.jcms.tracking 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 in com.jalios.jcms.context
Fields in com.jalios.jcms.context declared as Browser Modifier and Type Field Description protected Browser
JcmsContext. browser
Methods in com.jalios.jcms.context that return Browser Modifier and Type Method Description Browser
JcmsContext. getBrowser()
Returns the Client Browser computed for this session identified from userAgent. -
Uses of Browser in com.jalios.jcms.tracking
Methods in com.jalios.jcms.tracking with parameters of type Browser Modifier and Type Method Description boolean
ReaderTrackerManager. isPerformTrack(Browser browser)
Returns true if track must be performed for current visitor. -
Uses of Browser in com.jalios.util
Methods in com.jalios.util that return Browser Modifier and Type Method Description Browser
Browser.BrowserName. getBrowser()
-