|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.util.entity.Node
org.torweg.pulse.component.statistics.model.aggregation.AbstractTreeElement<RefererTreeElement>
org.torweg.pulse.component.statistics.model.aggregation.RefererTreeElement
@Entity public class RefererTreeElement
Represents a referer within the pulse website statistics.
| Field Summary | |
|---|---|
static java.lang.String |
UNKNOWN_REFERER
"?" |
static java.lang.String |
UNRESOLVABLE_IP
"IPv4/IPv6": represents an IPv4/IPv6-address as "un-resolvable" referer for the RefererTreeAggregation. |
| Fields inherited from class org.torweg.pulse.component.statistics.model.aggregation.AbstractTreeElement |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
protected |
RefererTreeElement()
Deprecated. |
|
RefererTreeElement(StatisticsServer s)
Creates a new root RefererTreeElement node for the given
server. |
|
RefererTreeElement(java.lang.String pathElement, StatisticsServer s)
Creates a new RefererTreeElement for the given pathString
element. |
| Method Summary | |
|---|---|
java.lang.String |
getFullPathString(boolean withRoot)
Returns the "full" name of the "referer" collecting the information from the parent nodes. |
| Methods inherited from class org.torweg.pulse.component.statistics.model.aggregation.AbstractTreeElement |
|---|
getChildByPathString, getPathString, getStatisticsServer, isRootNode, setPathString, setPathString, setRooNode, setServer, toString |
| Methods inherited from class org.torweg.pulse.util.entity.Node |
|---|
addChild, addChild, getChild, getChildIndex, getChildren, getParent, hasChildren, removeChild, setChildren, toJSON |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractBasicEntity |
|---|
compareTo, equals, getFullQualifiedClassNameJAXB, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String UNKNOWN_REFERER
RefererTreeAggregation.
public static final java.lang.String UNRESOLVABLE_IP
RefererTreeAggregation.
| Constructor Detail |
|---|
@Deprecated protected RefererTreeElement()
public RefererTreeElement(StatisticsServer s)
RefererTreeElement node for the given
server.
s - the statistics server
public RefererTreeElement(java.lang.String pathElement, StatisticsServer s)
throws java.lang.NullPointerException,
java.lang.IllegalArgumentException
RefererTreeElement for the given pathString
element.
pathElement - the name of the pathString element as represented by this
RefererTreeElement.s - the server the path element belongs to
java.lang.NullPointerException - if the given pathElement is null
java.lang.IllegalArgumentException - if the given pathElement is empty string| Method Detail |
|---|
public final java.lang.String getFullPathString(boolean withRoot)
withRoot - indicates whether to add the "name" of the root-node as well
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||