Uses of Class
jp.vmi.selenium.selenese.log.CookieFilter.FilterType
-
Packages that use CookieFilter.FilterType Package Description jp.vmi.selenium.selenese.log -
-
Uses of CookieFilter.FilterType in jp.vmi.selenium.selenese.log
Methods in jp.vmi.selenium.selenese.log that return CookieFilter.FilterType Modifier and Type Method Description static CookieFilter.FilterTypeCookieFilter.FilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static CookieFilter.FilterType[]CookieFilter.FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jp.vmi.selenium.selenese.log with parameters of type CookieFilter.FilterType Constructor Description CookieFilter(CookieFilter.FilterType filterType, String pattern)Constructor.
-