org.apache.jetspeed.profiler.rules.impl
Class RoleFallbackProfilingRule

java.lang.Object
  extended by org.apache.jetspeed.profiler.rules.impl.AbstractProfilingRule
      extended by org.apache.jetspeed.profiler.rules.impl.RoleFallbackProfilingRule
All Implemented Interfaces:
java.io.Serializable, ProfilingRule

public class RoleFallbackProfilingRule
extends AbstractProfilingRule
implements ProfilingRule

RoleFallbackProfilingRule

Version:
$Id: RoleFallbackProfilingRule.java 517121 2007-03-12 07:45:49Z ate $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.jetspeed.profiler.rules.impl.AbstractProfilingRule
criteria, id, locators, ojbConcreteClass, resolvers, title
 
Fields inherited from interface org.apache.jetspeed.profiler.rules.ProfilingRule
CCPP_PROPERTY, REQUEST_ATTRIBUTE, REQUEST_PARAMETER, SESSION_ATTRIBUTE, STANDARD, STANDARD_COUNTRY, STANDARD_GROUP, STANDARD_GROUP_ROLE_USER, STANDARD_LANGUAGE, STANDARD_MEDIATYPE, STANDARD_PAGE, STANDARD_ROLE, STANDARD_ROLE_FALLBACK, STANDARD_USER, USER_ATTRIBUTE
 
Constructor Summary
RoleFallbackProfilingRule()
           
RoleFallbackProfilingRule(ProfileResolvers resolvers)
           
 
Method Summary
 ProfileLocator apply(RequestContext context, Profiler service)
          Applying the profiling rule generates a generic profile locator.
 
Methods inherited from class org.apache.jetspeed.profiler.rules.impl.AbstractProfilingRule
addLocatorToCache, getClassname, getDefaultResolver, getId, getLocatorFromCache, getResolver, getResolvers, getRuleCriteria, getTitle, setClassname, setId, setResolvers, setTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.jetspeed.profiler.rules.ProfilingRule
getClassname, getId, getResolver, getResolvers, getRuleCriteria, getTitle, setClassname, setId, setResolvers, setTitle
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

RoleFallbackProfilingRule

public RoleFallbackProfilingRule()

RoleFallbackProfilingRule

public RoleFallbackProfilingRule(ProfileResolvers resolvers)
Method Detail

apply

public ProfileLocator apply(RequestContext context,
                            Profiler service)
Description copied from interface: ProfilingRule
Applying the profiling rule generates a generic profile locator. With this locator we can then locate a profiling resource.

Specified by:
apply in interface ProfilingRule
Specified by:
apply in class AbstractProfilingRule
Returns:


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