Examples of prepareForResponse()


Examples of ariba.ui.wizard.core.WizardFrameDelegate.prepareForResponse()

            // we need to set the current frame in the
            // case of browser back
        _wizard.setCurrentActionTarget(_frame);
        WizardFrameDelegate frameDelegate = _frame.getDelegate();
        if (frameDelegate != null) {
            frameDelegate.prepareForResponse(_frame);
        }

        // For wizards we record the wizard label as the "Page" (even though
        // it's not) so we can record any frame as the "area"
        if (PerformanceState.threadStateEnabled()) {
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.