Class NodeUsageEvent
- java.lang.Object
-
- org.hippoecm.frontend.usagestatistics.UsageEvent
-
- org.hippoecm.frontend.usagestatistics.events.NodeUsageEvent
-
- Direct Known Subclasses:
DocumentUsageEvent
,TemplateUsageEvent
public class NodeUsageEvent extends UsageEvent
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description NodeUsageEvent(String name, org.apache.wicket.model.IModel<Node> nodeModel)
NodeUsageEvent(String name, org.apache.wicket.model.IModel<Node> nodeModel, IdentifierStrategy strategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getNodeIdentifier(Node node)
-
Methods inherited from class org.hippoecm.frontend.usagestatistics.UsageEvent
getJavaScript, publish, setParameter
-
-
-
-
Constructor Detail
-
NodeUsageEvent
public NodeUsageEvent(String name, org.apache.wicket.model.IModel<Node> nodeModel, IdentifierStrategy strategy)
-
-
Method Detail
-
getNodeIdentifier
protected String getNodeIdentifier(Node node) throws RepositoryException
- Throws:
RepositoryException
-
-