|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.jcms.stat.StatEntry
public class StatEntry
Constructor Summary | |
---|---|
StatEntry()
|
Method Summary | |
---|---|
protected Set |
getNewHashSet()
|
protected SortedSet |
getNewTreeSet()
|
Object |
getStatObject(String key)
Return the first representation of a given key |
Set |
getStatObjects(String key)
Get the Objet value of key Warning ! the returning value is a Set of Object this Set must not be stored, it is part of a Pool Set |
String |
getStatValue(String key)
Get String value of the given key |
void |
init(Attributes atts)
Initialise StatEntry with new Attributes |
protected void |
initPool()
|
boolean |
isLogged()
This method check if the visitor of this line of stat was logged |
protected void |
processCustom(String key,
String value)
|
protected void |
processData(String key,
String value)
|
protected void |
processDatas(String key,
String value)
|
protected void |
processObject(String key)
Try to convert the String to a more workable object |
protected void |
processQuerys(String key,
String value)
|
void |
setStatValue(String key,
String value)
Set String value of the given key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
public static final int PATTERN_NOT_PROCESSED
public static final int PATTERN_PROCESSED_TRUE
public static final int PATTERN_PROCESSED_FALSE
public static final String BROWSERS
public static final String OS
public static final org.apache.oro.text.regex.Pattern PATTERN_BROWSER
public static final org.apache.oro.text.regex.Pattern PATTERN_OS
public static final String STAT
public static final String STAT_LINE
public static final String STAT_IPADDRESS
public static final String STAT_METHODE
public static final String STAT_REFERER
public static final String STAT_SCHEME
public static final String STAT_SERVERNAME
public static final String STAT_URI
public static final String STAT_QUERYSTRING
public static final String STAT_SESSIONID
public static final String STAT_USERAGENT
public static final String STAT_ZONE
public static final String STAT_MEMO
public static final String STAT_NAME
public static final String STAT_SERVERPORT
public static final String STAT_LOCALE
public static final String STAT_DATESTART
public static final String STAT_DATEEND
public static final String STAT_DATA
public static final String STAT_DATA_TYPE
public static final String STAT_MEMBER
public static final String STAT_GROUPS
public static final String STAT_PORTAL
public static final String STAT_WORKSPACE
public static final String STAT_CURRENTCAT
public static final String STAT_PORTALCAT
public static final String STAT_CTXTCAT
public static final String STAT_PUBLICATION
public static final String STAT_BROWSER
public static final String STAT_OS
public static final String STAT_COUNTRY
public static final String STAT_LANGUAGE
public static final String STAT_SEARCH_FULLTEXT
public static final String STAT_SEARCH_CATEGORY
public static final String STAT_SEARCH_GROUPS
public static final String STAT_SEARCH_MEMBERS
public static final String STAT_SEARCH_TYPES
public static final String STAT_SEARCH_SORT
public static final String STAT_SEARCH_HIST
public static final String STAT_URID
public static final String STAT_AUDIENCEMENT
public static final String STAT_XFORWARD
public static final String[] STAT_FIELDS
public static final Class<?>[] STAT_FIELDS_CLASS
public static final Set dataSet
public static final Set dataArraySet
public static final Set querySet
public static final Set customSet
public static final Set processSet
protected org.apache.oro.text.regex.PatternMatcher matcher
protected Map strMap
protected Map objMap
public int matchPattern
protected List treeSetPool
protected List hashSetPool
protected int treeSetPoolState
protected int hashSetPoolState
protected boolean activatePooling
Constructor Detail |
---|
public StatEntry()
Method Detail |
---|
public void init(Attributes atts)
atts
- public String getStatValue(String key)
key
-
public void setStatValue(String key, String value)
public Object getStatObject(String key)
key
-
public Set getStatObjects(String key)
key
-
public boolean isLogged()
protected void initPool()
protected SortedSet getNewTreeSet()
protected Set getNewHashSet()
protected void processData(String key, String value)
protected void processDatas(String key, String value)
protected void processQuerys(String key, String value)
protected void processCustom(String key, String value)
protected void processObject(String key)
key
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |