org.apache.roller.business.referrers |
|
Java Source File Name | Type | Comment |
IncomingReferrer.java | Class | Represents an incoming (unprocessed) referrer. |
QueuedReferrerProcessingJob.java | Class | Same as the ReferrerProcessingJob, except that we add a little logic that
tries to lookup incoming referrers from the ReferrerQueueManager. |
RefererManager.java | Interface | Interface to Referer management. |
ReferrerProcessingJob.java | Class | A simple Job which processes an IncomingReferrer. |
ReferrerQueueManager.java | Interface | A queue for incoming referrers. |
ReferrerQueueManagerImpl.java | Class | The base implementation of the ReferrerQueueManager.
This class is implemented using the singleton pattern to ensure that only
one instance exists at any given time.
This implementation can be configured to handle referrers in 2 ways ...
1. |