Package com.yahoo.processing.processors
Class RequestPropertyTracer
java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.component.chain.ChainedComponent
com.yahoo.processing.Processor
com.yahoo.processing.processors.RequestPropertyTracer
- All Implemented Interfaces:
Chainable,com.yahoo.component.Component,com.yahoo.component.Deconstructable,Comparable<com.yahoo.component.Component>
A processor which adds the current content of the Request.properties() to
the trace before calling the next processor, if traceLevel is 4 or more.
- Author:
- bratseth
-
Field Summary
Fields inherited from class com.yahoo.component.AbstractComponent
isDeconstructable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.component.chain.ChainedComponent
getDependencies, initDependenciesMethods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.component.chain.model.Chainable
getAnnotatedDependencies
-
Constructor Details
-
RequestPropertyTracer
public RequestPropertyTracer()
-
-
Method Details