de.hawlitzek.logparser
Interface LogEntryFilterTypes


public interface LogEntryFilterTypes

This interface represents diiferent filter types which are used to select only parts of the query entries in the log file.

Author:
Florian Hawlitzek, Hawlitzek IT-Consulting GmbH

Field Summary
static java.lang.String ALL
          no filter, take all entries
static java.lang.String HTML
          only html pages
static java.lang.String IMG
          look in referrer, not in requested ressource
static java.lang.String MAIN
          only main html pages (no NetObject fusion subframes
static java.lang.String REF
          only images
 

Field Detail

ALL

public static final java.lang.String ALL
no filter, take all entries

See Also:
Constant Field Values

HTML

public static final java.lang.String HTML
only html pages

See Also:
Constant Field Values

MAIN

public static final java.lang.String MAIN
only main html pages (no NetObject fusion subframes

See Also:
Constant Field Values

REF

public static final java.lang.String REF
only images

See Also:
Constant Field Values

IMG

public static final java.lang.String IMG
look in referrer, not in requested ressource

See Also:
Constant Field Values