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

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

Uses of ProfilingRule in org.apache.jetspeed.profiler
 

Methods in org.apache.jetspeed.profiler that return ProfilingRule
 ProfilingRule Profiler.createProfilingRule(boolean standard)
          Factory for Profiling Rule.
 ProfilingRule Profiler.getDefaultRule()
          Lookup the portal's default profiling rule.
 ProfilingRule Profiler.getRule(String id)
          Given a rule id, get the rule
 ProfilingRule Profiler.getRuleForPrincipal(Principal principal, String locatorName)
          For a given principal, lookup the associated profiling rule to that principal name.
 

Methods in org.apache.jetspeed.profiler with parameters of type ProfilingRule
 void Profiler.deleteProfilingRule(ProfilingRule rule)
           
 ProfileLocator Profiler.getProfile(RequestContext context, ProfilingRule rule)
          Get the Profile object using the request parameters and the rule.
 void Profiler.setRuleForPrincipal(Principal principal, ProfilingRule rule, String locatorName)
          For a given principal, associate a profiling rule to that principal name.
 void Profiler.storeProfilingRule(ProfilingRule rule)
           
 

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

Methods in org.apache.jetspeed.profiler.rules that return ProfilingRule
 ProfilingRule PrincipalRule.getProfilingRule()
          Gets the profiling rule associated with the principal name
 

Methods in org.apache.jetspeed.profiler.rules with parameters of type ProfilingRule
 void PrincipalRule.setProfilingRule(ProfilingRule rule)
          Sets the profiling rule associated with the principal name
 



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