Package com.volantis.mcs.debug

Examples of com.volantis.mcs.debug.DebugTimer


        // Get the internal context from the request context.
        pageContext = ContextInternals.getMarinerPageContext(context);

        if (logger.isDebugEnabled()) {
            debugTimer = new DebugTimer();
            debugTimer.beginTimer();

            // Log the URL of the requested page.
            String relativeRequestURL = pageContext.getRelativeRequestURL();
            logger.debug("Requested page is "
View Full Code Here


            throws XDIMEException {

        MarinerPageContext pageContext = getPageContext(context);

        if (logger.isDebugEnabled()) {
            debugTimer = new DebugTimer();
            debugTimer.beginTimer();

            // Log the URL of the requested page.
            String relativeRequestURL = pageContext.getRelativeRequestURL();
            logger.debug("Requested page is " + relativeRequestURL);
View Full Code Here

TOP

Related Classes of com.volantis.mcs.debug.DebugTimer

Copyright © 2018 www.massapicom. 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.