Uses of Interface
org.apache.jetspeed.profiler.ProfileLocator

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

Uses of ProfileLocator in org.apache.jetspeed.profiler
 

Methods in org.apache.jetspeed.profiler that return ProfileLocator
 ProfileLocator Profiler.createLocator(RequestContext context)
          Creates a new ProfileLocator object that can be managed by the current Profiler implementation
 ProfileLocator Profiler.getDefaultProfile(RequestContext context, String locatorName)
           getDefaultProfile
 ProfileLocator Profiler.getProfile(RequestContext context, ProfilingRule rule)
          Get the Profile object using the request parameters and the rule.
 ProfileLocator Profiler.getProfile(RequestContext context, String locatorName)
          Get the Profile object using the request parameters.
 

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

Methods in org.apache.jetspeed.profiler.rules that return ProfileLocator
 ProfileLocator ProfilingRule.apply(RequestContext context, Profiler service)
          Applying the profiling rule generates a generic profile locator.
 



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