Package org.itsnat.impl.core

Examples of org.itsnat.impl.core.Referrer


        {
            // Normalmente se llega aqu� via unload, la posible nueva p�gina
            // tuvo la oportunidad de obtener el referrer tras el onbeforeunload de la p�gina origen
            // ahora que seguramente se est� ejecutando el unload ya no.

            Referrer referrer = itsNatSession.getReferrer();
            ItsNatStfulDocumentImpl itsNatDocRef = referrer.getItsNatStfulDocument();
            if (itsNatDocRef == itsNatDoc)
                referrer.cleanItsNatStfulDocument();
        }
    }
View Full Code Here

TOP

Related Classes of org.itsnat.impl.core.Referrer

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.