org.millstone.webadapter
Interface Theme.Requirement

All Known Subinterfaces:
Theme.RequirementCollection
All Known Implementing Classes:
Theme.AgentRequirement, Theme.AndRequirement, Theme.JavaScriptRequirement, Theme.MarkupLanguageRequirement, Theme.NotRequirement, Theme.OrRequirement
Enclosing interface:
Theme

public static interface Theme.Requirement

Generic requirement. Interface implemented by reuirements introducing method for checking compability with given terminal.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.

Method Summary
 boolean isMet(WebBrowser terminal)
          Check that this requirement is met by given type of browser.
 

Method Detail

isMet

public boolean isMet(WebBrowser terminal)
Check that this requirement is met by given type of browser.

Parameters:
terminal - type of the web browser.
Returns:
True if terminal is compatible with this rule. False otherwise.


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.