Package org.apache.roller.weblogger.business

Examples of org.apache.roller.weblogger.business.HitCountQueue.processHit()


     * Notify the hit tracker that it has an incoming page hit.
     */
    private void processHit(Weblog weblog, String url, String referrer) {

        HitCountQueue counter = HitCountQueue.getInstance();
        counter.processHit(weblog, url, referrer);
    }

    /**
     * Process the incoming request to extract referrer info and pass it on
     * to the referrer processing queue for tracking.
View Full Code Here


     * Notify the hit tracker that it has an incoming page hit.
     */
    private void processHit(Weblog weblog, String url, String referrer) {

        HitCountQueue counter = HitCountQueue.getInstance();
        counter.processHit(weblog, url, referrer);
    }

    /**
     * Process the incoming request to extract referrer info and pass it on
     * to the referrer processing queue for tracking.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.