|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractField | |
---|---|
org.polliwog.collectors | |
org.polliwog.data | |
org.polliwog.fields |
Uses of AbstractField in org.polliwog.collectors |
---|
Methods in org.polliwog.collectors with parameters of type AbstractField | |
---|---|
boolean |
StatusCodeCollector.accept(AbstractField af)
|
boolean |
PageCollector.accept(AbstractField af)
The accept method. |
boolean |
HostnameCollector.accept(AbstractField af)
|
boolean |
Collector.accept(AbstractField af)
The method called to process a field. |
Uses of AbstractField in org.polliwog.data |
---|
Methods in org.polliwog.data with parameters of type AbstractField | |
---|---|
void |
LogEntry.addField(AbstractField af)
|
void |
Hit.addField(AbstractField af)
|
void |
AbstractLogEntry.addField(AbstractField af)
|
Uses of AbstractField in org.polliwog.fields |
---|
Subclasses of AbstractField in org.polliwog.fields | |
---|---|
class |
AbstractURIField
|
class |
BlankField
A blank field, this is used to "consume" tokens from the log entry that aren't needed. |
class |
DateTimeField
A date/time field, this class allows representation of a date/time from the log entry. |
class |
HostnameField
|
class |
RefererHeaderField
A field that represents a website "referer". |
class |
RequestHeaderField
|
class |
RequestLineField
|
class |
SizeField
|
class |
StatusCodeField
|
class |
UserField
|
class |
W3CRequestLineField
|
Methods in org.polliwog.fields that return AbstractField | |
---|---|
AbstractField |
FieldDefinition.buildField(java.lang.String val)
Construct a field using the information loaded from the Element passed to the constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |