Uses of Interface
org.apache.jetspeed.profiler.rules.RuleCriterion

Packages that use RuleCriterion
org.apache.jetspeed.profiler   
org.apache.jetspeed.profiler.rules   
 

Uses of RuleCriterion in org.apache.jetspeed.profiler
 

Methods in org.apache.jetspeed.profiler that return RuleCriterion
 RuleCriterion Profiler.createRuleCriterion()
          Factory for Rule Criterion
 

Methods in org.apache.jetspeed.profiler with parameters of type RuleCriterion
 void ProfileLocator.add(RuleCriterion criterion, boolean isControl, boolean isNavigation, String value)
          Add a property based on a @link org.apache.jetspeed.profiler.rules.RuleCriterion and a value.
 

Uses of RuleCriterion in org.apache.jetspeed.profiler.rules
 

Methods in org.apache.jetspeed.profiler.rules with parameters of type RuleCriterion
 boolean RuleCriterionResolver.isControl(RuleCriterion criterion)
          Gets the control classification of the resolver.
 boolean RuleCriterionResolver.isNavigation(RuleCriterion criterion)
          Gets the navigation classification of the resolver.
 String RuleCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
          Resolver the value for a criterion.
 



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