org.apache.jetspeed.profiler.rules.impl
Class NavigationCriterionResolver

java.lang.Object
  extended by org.apache.jetspeed.profiler.rules.impl.StandardResolver
      extended by org.apache.jetspeed.profiler.rules.impl.HardCodedResolver
          extended by org.apache.jetspeed.profiler.rules.impl.NavigationCriterionResolver
All Implemented Interfaces:
Serializable, org.apache.jetspeed.profiler.rules.RuleCriterionResolver

public class NavigationCriterionResolver
extends HardCodedResolver
implements org.apache.jetspeed.profiler.rules.RuleCriterionResolver

NavigationCriterionResolver

Version:
$Id: NavigationCriterionResolver.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.profiler.rules.impl.StandardResolver
COMBO_DELIMITER, VALUE_DELIMITER
 
Fields inherited from interface org.apache.jetspeed.profiler.rules.RuleCriterionResolver
COUNTRY, GROUP, GROUP_ROLE_USER, HARD_CODED, LANGUAGE, MEDIATYPE, NAVIGATION, PAGE, PATH, PATH_SESSION, REQUEST, REQUEST_SESSION, ROLE, ROLE_FALLBACK, SESSION, USER, USER_AGENT, USER_ATTRIBUTE
 
Constructor Summary
NavigationCriterionResolver()
           
 
Method Summary
 boolean isControl(org.apache.jetspeed.profiler.rules.RuleCriterion criterion)
           
 boolean isNavigation(org.apache.jetspeed.profiler.rules.RuleCriterion criterion)
           
 
Methods inherited from class org.apache.jetspeed.profiler.rules.impl.HardCodedResolver
resolve
 
Methods inherited from class org.apache.jetspeed.profiler.rules.impl.StandardResolver
combinePrincipals, resolvePrincipals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jetspeed.profiler.rules.RuleCriterionResolver
resolve
 

Constructor Detail

NavigationCriterionResolver

public NavigationCriterionResolver()
Method Detail

isNavigation

public boolean isNavigation(org.apache.jetspeed.profiler.rules.RuleCriterion criterion)
Specified by:
isNavigation in interface org.apache.jetspeed.profiler.rules.RuleCriterionResolver
Overrides:
isNavigation in class StandardResolver

isControl

public boolean isControl(org.apache.jetspeed.profiler.rules.RuleCriterion criterion)
Specified by:
isControl in interface org.apache.jetspeed.profiler.rules.RuleCriterionResolver
Overrides:
isControl in class StandardResolver


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.