net.ontopia.topicmaps.nav2.core
Interface NavigatorDeciderIF

All Known Implementing Classes:
DeciderIFWrapper, DefaultIfDecider, TypeDecider

public interface NavigatorDeciderIF

INTERNAL: interface for classes which implement some calculation on an object an come to a binary decision. Used by the Deciders in the if and filter tag.

See Also:
IfTag, FilterTag

Method Summary
 boolean ok(NavigatorPageIF contextTag, java.lang.Object obj)
          INTERNAL: if implemented criteria are matched: deliver true, otherwise false.
 

Method Detail

ok

boolean ok(NavigatorPageIF contextTag,
           java.lang.Object obj)
INTERNAL: if implemented criteria are matched: deliver true, otherwise false.



Copyright © 2000-2012 Ontopia.