| Package | Description |
|---|---|
| org.apache.jetspeed.portalsite | |
| org.apache.jetspeed.profiler | |
| org.apache.jetspeed.profiler.rules | |
| org.apache.jetspeed.request |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProfileLocator> |
PortalSiteRequestContext.getLocators()
getLocators - get profile locators by locator names
|
| Modifier and Type | Method and Description |
|---|---|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(Map<String,ProfileLocator> requestProfileLocators,
String requestUserPrincipal)
newRequestContext - create a new request context instance with fallback and history
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(Map<String,ProfileLocator> requestProfileLocators,
String requestUserPrincipal,
boolean requestFallback)
newRequestContext - create a new request context instance with history
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(Map<String,ProfileLocator> requestProfileLocators,
String requestUserPrincipal,
boolean requestFallback,
boolean useHistory)
newRequestContext - create a new request context instance
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(Map<String,ProfileLocator> requestProfileLocators,
String requestUserPrincipal,
boolean requestFallback,
boolean useHistory,
boolean forceReservedVisible,
boolean forceTemplatesAccessible)
newRequestContext - create a new request context instance
|
| Modifier and Type | Method and Description |
|---|---|
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)
Retrieve the default profile locator
ProfileLocator for the given runtime parameters represented in the request
context and for the locatorName. |
ProfileLocator |
Profiler.getProfile(RequestContext context,
ProfilingRule rule)
Retrieve a profile locator
ProfileLocator for the given runtime parameters represented in the request
context and for the provided ProfilingRule. |
ProfileLocator |
Profiler.getProfile(RequestContext context,
String locatorName)
Retrieve a profile locator
ProfileLocator for the given runtime parameters represented in the request
context and for the locatorName. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProfileLocator> |
Profiler.getDefaultProfileLocators(RequestContext context)
Retrieves a map of all default locators, mapping locator name to profile locator
|
Map<String,ProfileLocator> |
Profiler.getProfileLocators(RequestContext context,
Principal principal)
Retrieves a map of all supported locators for a principal, mapping locator name to profile locator
|
| Modifier and Type | Method and Description |
|---|---|
ProfileLocator |
ProfilingRule.apply(RequestContext context,
Profiler service)
Applying the profiling rule generates a generic profile locator.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProfileLocator> |
RequestContext.getProfileLocators()
Gets the profile locators for this request
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestContext.setProfileLocators(Map<String,ProfileLocator> locators)
Sets the target page profile locators for this request
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.