Package | Description |
---|---|
org.apache.jetspeed.profiler | |
org.apache.jetspeed.profiler.rules |
Modifier and Type | Method and Description |
---|---|
RuleCriterion |
Profiler.createRuleCriterion()
Factory for creating Rule Criterion
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<RuleCriterion> |
ProfilingRule.getRuleCriteria()
Returns a sorted map (ordered) of rule criteria.
|
Modifier and Type | Method and Description |
---|---|
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–2016 The Apache Software Foundation. All rights reserved.