org.apache.jetspeed.profiler.rules |
|
Java Source File Name | Type | Comment |
PrincipalRule.java | Interface | PrincipalRule is a paired association from principal to rule. |
ProfileResolvers.java | Interface | Spring component to hold criterion resolvers for building profiling rules. |
ProfilingRule.java | Interface | A ProfilingRule defines a list of criteria used when evaluating a request
to determine the location of a specific resource. |
RuleCriterion.java | Interface | A RuleCriterion specifies one criterion in a list of profiling rule criteria.
This list is used to build normalized profiling locator and then
locate a portal resource based on the request. |
RuleCriterionResolver.java | Interface | Resolves rule criterion based on a single criterion and
runtime request context state. |