|
||||||||||
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
public class ProfilerValveImpl
ProfilerValveImpl
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
log
|
static java.lang.String |
PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY
PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY - request portal site context attribute key |
static java.lang.String |
PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY
PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY - session portal site context attribute key |
static java.lang.String |
PROFILED_PAGE_CONTEXT_ATTR_KEY
PROFILED_PAGE_CONTEXT_ATTR_KEY - legacy request portal site context attribute key |
Fields inherited from interface org.apache.jetspeed.pipeline.valve.PageProfilerValve |
---|
PROFILE_LOCATOR_REQUEST_ATTR_KEY, PROFILE_LOCATORS_PER_PRINCIPAL |
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
protected PageActionAccess |
getPageActionAccess(RequestContext requestContext)
Returns the PageActionAccess for the current user request. |
protected boolean |
hasPipelineChanged(java.lang.String requestPipeline,
java.lang.String sessionPipeline)
|
void |
invoke(RequestContext request,
ValveContext context)
|
java.lang.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 java.lang.String PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY
public static final java.lang.String PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY
public static final java.lang.String PROFILED_PAGE_CONTEXT_ATTR_KEY
Constructor Detail |
---|
public ProfilerValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback, boolean useHistory)
profiler
- profiler component referenceportalSite
- portal site component referencerequestFallback
- flag to enable root folder fallbackuseHistory
- flag to enable selection of last visited folder pagepublic ProfilerValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback)
profiler
- profiler component referenceportalSite
- portal site component referencerequestFallback
- flag to enable root folder fallbackpublic ProfilerValveImpl(Profiler profiler, PortalSite portalSite)
profiler
- profiler component referenceportalSite
- portal site component referenceMethod Detail |
---|
public void invoke(RequestContext request, ValveContext context) throws PipelineException
invoke
in interface Valve
invoke
in class AbstractValve
PipelineException
protected boolean hasPipelineChanged(java.lang.String requestPipeline, java.lang.String sessionPipeline)
protected PageActionAccess getPageActionAccess(RequestContext requestContext)
PageActionAccess
for the current user request.
requestContext
- RequestContext of the current portal request.
PageActionAccess
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |