Class Theme.AgentRequirement

HTTP user agent requirement This requirements is used to ensure that the User-Agent string provided in HTTP request headers contains given substring.

Synopsis

VERSION@

Since

3.0

Inheritance Path.  java.lang.Object-> com.itmill.toolkit.terminal.web.Theme.AgentRequirement

isMet(WebBrowser)

Parameters

terminal

type of the web browser.

return

True if terminal is compatible with this rule. False otherwise.

Description copied from interface: isMet

Check that this requirement is met by given type of browser.

toString()

See Also
java.lang.Object.toString