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

Packages that use ProfileLocator
org.apache.jetspeed.portalsite.view   
org.apache.jetspeed.profiler   
org.apache.jetspeed.profiler.impl   
org.apache.jetspeed.profiler.rules   
org.apache.jetspeed.profiler.rules.impl   
 

Uses of ProfileLocator in org.apache.jetspeed.portalsite.view
 

Constructors in org.apache.jetspeed.portalsite.view with parameters of type ProfileLocator
SiteView(PageManager pageManager, ProfileLocator locator)
          SiteView - validating constructor
 

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, java.lang.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, java.lang.String locatorName)
          Get the Profile object using the request parameters.
 

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

Subinterfaces of ProfileLocator in org.apache.jetspeed.profiler.impl
 interface ProfileLocatorControl
          ProfileLocatorControl
 

Classes in org.apache.jetspeed.profiler.impl that implement ProfileLocator
 class JetspeedProfileLocator
          ProfileLocatorImpl
 

Methods in org.apache.jetspeed.profiler.impl that return ProfileLocator
 ProfileLocator JetspeedProfilerImpl.createLocator(RequestContext context)
           
 ProfileLocator JetspeedProfilerImpl.getDefaultProfile(RequestContext context, java.lang.String locatorName)
           
 ProfileLocator JetspeedProfilerImpl.getProfile(RequestContext context, ProfilingRule rule)
           
 ProfileLocator JetspeedProfilerImpl.getProfile(RequestContext context, java.lang.String locatorName)
           
 

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.
 

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

Methods in org.apache.jetspeed.profiler.rules.impl that return ProfileLocator
 ProfileLocator RoleFallbackProfilingRule.apply(RequestContext context, Profiler service)
           
abstract  ProfileLocator AbstractProfilingRule.apply(RequestContext context, Profiler service)
           
 ProfileLocator StandardProfilingRule.apply(RequestContext context, Profiler service)
           
protected  ProfileLocator AbstractProfilingRule.getLocatorFromCache(java.lang.String key)
           
 

Methods in org.apache.jetspeed.profiler.rules.impl with parameters of type ProfileLocator
protected  void AbstractProfilingRule.addLocatorToCache(java.lang.String key, ProfileLocator locator)
           
 



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