|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.pipeline.valve.AbstractValve
org.apache.jetspeed.profiler.impl.ProfilerValveImpl
ProfilerValveImpl
Field Summary | |
protected org.apache.commons.logging.Log |
log
|
private org.apache.jetspeed.page.PageManager |
pageManager
pageManager - page manager component |
static String |
PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY
PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY - request portal site context attribute key |
static String |
PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY
PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY - session portal site context attribute key |
private org.apache.jetspeed.portalsite.PortalSite |
portalSite
portalSite - portal site component |
static String |
PROFILED_PAGE_CONTEXT_ATTR_KEY
PROFILED_PAGE_CONTEXT_ATTR_KEY - legacy request portal site context attribute key |
private org.apache.jetspeed.profiler.Profiler |
profiler
profiler - profiler component |
Fields inherited from interface org.apache.jetspeed.pipeline.valve.PageProfilerValve |
PROFILE_LOCATOR_REQUEST_ATTR_KEY, PROFILE_LOCATORS_PER_PRINCIPAL |
Constructor Summary | |
ProfilerValveImpl(org.apache.jetspeed.profiler.Profiler profiler,
org.apache.jetspeed.portalsite.PortalSite portalSite,
org.apache.jetspeed.page.PageManager pageManager)
ProfilerValveImpl - constructor |
Method Summary | |
void |
invoke(org.apache.jetspeed.request.RequestContext request,
ValveContext context)
|
String |
toString()
|
Methods inherited from class org.apache.jetspeed.pipeline.valve.AbstractValve |
initialize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.jetspeed.pipeline.valve.Valve |
initialize |
Field Detail |
protected org.apache.commons.logging.Log log
public static final String PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY
public static final String PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY
public static final String PROFILED_PAGE_CONTEXT_ATTR_KEY
private org.apache.jetspeed.profiler.Profiler profiler
private org.apache.jetspeed.portalsite.PortalSite portalSite
private org.apache.jetspeed.page.PageManager pageManager
Constructor Detail |
public ProfilerValveImpl(org.apache.jetspeed.profiler.Profiler profiler, org.apache.jetspeed.portalsite.PortalSite portalSite, org.apache.jetspeed.page.PageManager pageManager)
profiler
- profiler component referenceportalSite
- portal site component referencepageManager
- page manager component referenceMethod Detail |
public void invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context) throws PipelineException
invoke
in interface Valve
invoke
in class AbstractValve
PipelineException
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |