Uses of Interface
org.hippoecm.frontend.usagestatistics.events.IdentifierStrategy
-
Packages that use IdentifierStrategy Package Description org.hippoecm.frontend.usagestatistics.events Provides classes and methods for Usage Events related to Documents edited in Content Perspective and Editor Templates edited in the Document Type editor. -
-
Uses of IdentifierStrategy in org.hippoecm.frontend.usagestatistics.events
Classes in org.hippoecm.frontend.usagestatistics.events that implement IdentifierStrategy Modifier and Type Class Description class
HandleIdentifierStrategy
Strategy to find the id of the handle of a node.Constructors in org.hippoecm.frontend.usagestatistics.events with parameters of type IdentifierStrategy Constructor Description NodeUsageEvent(String name, org.apache.wicket.model.IModel<Node> nodeModel, IdentifierStrategy strategy)
-