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

Packages that use Profiler
org.apache.jetspeed.administration   
org.apache.jetspeed.mockobjects.request   
org.apache.jetspeed.portlets.selector   
org.apache.jetspeed.profiler   
org.apache.jetspeed.profiler.impl   
org.apache.jetspeed.profiler.rules   
org.apache.jetspeed.profiler.rules.impl   
org.apache.jetspeed.request   
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
org.apache.jetspeed.serializer   
 

Uses of Profiler in org.apache.jetspeed.administration
 

Fields in org.apache.jetspeed.administration declared as Profiler
protected  Profiler PortalAdministrationImpl.profiler
           
 

Constructors in org.apache.jetspeed.administration with parameters of type Profiler
PortalAdministrationImpl(UserManager userManager, RoleManager roleManager, GroupManager groupManager, PageManager pageManager, PreferencesProvider preferences, Profiler profiler, org.springframework.mail.javamail.JavaMailSender mailSender, org.apache.velocity.app.VelocityEngine velocityEngine)
           
 

Uses of Profiler in org.apache.jetspeed.mockobjects.request
 

Methods in org.apache.jetspeed.mockobjects.request with parameters of type Profiler
 ContentPage MockRequestContext.locatePage(Profiler profiler, java.lang.String nonProfiledPath)
           
 

Uses of Profiler in org.apache.jetspeed.portlets.selector
 

Fields in org.apache.jetspeed.portlets.selector declared as Profiler
protected  Profiler CategoryPortletSelector.profiler
           
 

Uses of Profiler in org.apache.jetspeed.profiler
 

Methods in org.apache.jetspeed.profiler with parameters of type Profiler
 void ProfileLocator.init(Profiler profiler, java.lang.String requestPath)
          Initialize this page context.
 

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

Classes in org.apache.jetspeed.profiler.impl that implement Profiler
 class JetspeedProfilerImpl
          JetspeedTransactionalProfiler
 

Methods in org.apache.jetspeed.profiler.impl with parameters of type Profiler
 void JetspeedProfileLocator.init(Profiler profiler, java.lang.String requestPath)
           
 

Constructors in org.apache.jetspeed.profiler.impl with parameters of type Profiler
CreateUserTemplatePagesValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback, boolean useHistoryPageManager, PageManager pageManager)
          CreateUserTemplatePagesValveImpl - constructor
CreateUserTemplatePagesValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback, PageManager pageManager)
          CreateUserTemplatePagesValveImpl - constructor
CreateUserTemplatePagesValveImpl(Profiler profiler, PortalSite portalSite, PageManager pageManager)
          CreateUserTemplatePagesValveImpl - constructor
ProfilerValveImpl(Profiler profiler, PortalSite portalSite)
          ProfilerValveImpl - constructor
ProfilerValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback)
          ProfilerValveImpl - constructor
ProfilerValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback, boolean useHistory)
          ProfilerValveImpl - constructor
 

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

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

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

Methods in org.apache.jetspeed.profiler.rules.impl with parameters of type Profiler
 ProfileLocator RoleFallbackProfilingRule.apply(RequestContext context, Profiler service)
           
abstract  ProfileLocator AbstractProfilingRule.apply(RequestContext context, Profiler service)
           
 ProfileLocator StandardProfilingRule.apply(RequestContext context, Profiler service)
           
 

Uses of Profiler in org.apache.jetspeed.request
 

Methods in org.apache.jetspeed.request with parameters of type Profiler
 ContentPage JetspeedRequestContext.locatePage(Profiler profiler, java.lang.String nonProfiledPath)
           
 ContentPage RequestContext.locatePage(Profiler profiler, java.lang.String nonProfiledPath)
          Locates a specific page using the profiler and site manager location algorithms from a generalized non-profiled path to the first page matching the path
 

Uses of Profiler in org.apache.jetspeed.security.impl
 

Constructors in org.apache.jetspeed.security.impl with parameters of type Profiler
SecurityValveImpl(Profiler profiler, UserManager userMgr)
           
SecurityValveImpl(Profiler profiler, UserManager userMgr, PortalStatistics statistics)
           
SecurityValveImpl(Profiler profiler, UserManager userMgr, PortalStatistics statistics, PortalAuthenticationConfiguration authenticationConfiguration)
           
 

Uses of Profiler in org.apache.jetspeed.serializer
 

Methods in org.apache.jetspeed.serializer with parameters of type Profiler
protected  ProfilingRule JetspeedSerializerImpl.recreateRule(Profiler profiler, ProfilingRule existingRule, JSProfilingRule jsp)
          recreate a profiling rule object from the deserialized wrapper and store it
protected  RuleCriterion JetspeedSerializerImpl.recreateRuleCriterion(Profiler profiler, JSRuleCriterion jsr, ProfilingRule rule)
          recreate a rule criterion object from the deserialized wrapper
 



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