Uses of Interface
de.uplanet.lucy.server.monitor.log.IOrder
Packages that use IOrder
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of IOrder in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return IOrderModifier and TypeMethodDescriptionIOrder<?>
LogAnalyzer.createSortOrder
(String p_strOrderClass) Create a statistics report sort order. -
Uses of IOrder in de.uplanet.lucy.server.monitor.log
Classes in de.uplanet.lucy.server.monitor.log that implement IOrderModifier and TypeClassDescriptionstatic class
Ascending order by hits.static class
Descending order by hits.static class
Ascending order by page name.static class
Descending order by page name.static class
Ascending order by hits.static class
Descending order by hits.Methods in de.uplanet.lucy.server.monitor.log with parameters of type IOrderModifier and TypeMethodDescriptionvoid
ApplicationReport.prepareResults
(ILogFilter p_filter, IOrder<? super ApplicationReport.ApplicationReportEntry> p_order) Prepare the results collection.void
GlobalReport.prepareResults
(ILogFilter p_filter, IOrder<? super GlobalReport.GlobalReportEntry> p_order) Prepare the results collection.