| org.apache.jetspeed.components.dao.InitablePersistenceBrokerDaoSupport org.apache.jetspeed.profiler.impl.JetspeedProfilerImpl
Constructor Summary | |
public | JetspeedProfilerImpl(String repositoryPath, ProfileResolvers resolvers) | public | JetspeedProfilerImpl(String repositoryPath, String defaultRule, ProfileResolvers resolvers) Create a JetspeedProfiler with properties. | public | JetspeedProfilerImpl(String repositoryPath, String defaultRule, Properties properties, ProfileResolvers resolvers) | public | JetspeedProfilerImpl(String repositoryPath, String defaultRule, ProfileResolvers resolvers, Map ruleConstructors, String ruleCriterionBean) |
DEFAULT_RULE | final public static String DEFAULT_RULE(Code) | | The default rule.
|
DEFAULT_RULE_PRINCIPAL | final public static Principal DEFAULT_RULE_PRINCIPAL(Code) | | This is the princapl that is used if there are no principal to rule associations for the current principal
|
log | final protected static Log log(Code) | | Commons logging
|
JetspeedProfilerImpl | public JetspeedProfilerImpl(String repositoryPath, String defaultRule, ProfileResolvers resolvers) throws ClassNotFoundException(Code) | | Create a JetspeedProfiler with properties. Expected properties are:
defaultRule = the default profiling rule anonymousUser = the name of the
anonymous user storeName = The name of the persistence store component to
connect to services.profiler.locator.impl = the pluggable Profile Locator
impl services.profiler.principalRule.impl = the pluggable Principal Rule
impl services.profiler.profilingRule.impl = the pluggable Profiling Rule
impl
Parameters: properties - Properties for this component described above throws: ClassNotFoundException - if any the implementation classes defined within theproperties argument could not be found. |
setBeanFactory | public void setBeanFactory(BeanFactory beanFactory) throws BeansException(Code) | | |
setDefaultRule | public void setDefaultRule(String defaultRule)(Code) | | Parameters: defaultRule - The default rule to set. |
Fields inherited from org.apache.jetspeed.components.dao.InitablePersistenceBrokerDaoSupport | protected String repositoryPath(Code)(Java Doc)
|
Methods inherited from org.apache.jetspeed.components.dao.InitablePersistenceBrokerDaoSupport | public void init() throws Exception(Code)(Java Doc)
|
|
|