CartridgeHandler
that provides content for the
performance stats page.@Deprecated public class StatsPageCartridgeHandler extends AbstractCartridgeHandler
Constructor and Description |
---|
StatsPageCartridgeHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentItem |
process(ContentItem pContentItem)
Deprecated.
As of release 11.0.
If a StatsPageTimeEventSerializer has been set, stores performance
information in the supplied ContentItem . |
void |
setStatsPageSerializer(StatsPageTimeEventSerializer serializer)
Deprecated.
As of release 11.0.
Sets the serializer used to store performance information. |
initialize, preprocess
@Deprecated public void setStatsPageSerializer(StatsPageTimeEventSerializer serializer)
@Deprecated public ContentItem process(ContentItem pContentItem) throws CartridgeHandlerException
StatsPageTimeEventSerializer
has been set, stores performance
information in the supplied ContentItem
.CartridgeHandler
If a CartridgeHandlerException is thrown during the preprocess method, then the process method is not called.
pContentItem
- the cartridge configuration returned by
CartridgeHandler.initialize(ContentItem)
. Note that this instance may have been modified by
the CartridgeHandler.preprocess(ContentItem)
method.CartridgeHandlerException
- if an error occurs that is scoped to
an individual cartridge instance. This exception will not halt
the entire assembly process, which occurs across multiple cartridges;
instead, this exception will be packaged in the overall response model.
If an unchecked exception is thrown, then the entire assembly process
will be halted.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.