All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tapestry.contrib.ajax.Timeout.jwc Maven / Gradle / Ivy

There is a newer version: 4.1.6
Show newest version






    
    
        Displays a message to the user when a certain amount of time remains
        to the expiration of the session.
    
    
    
        
            The number of seconds before session expiration when a warning message will appear.
        
    
    
    
        
            The number of seconds before session expiration when the session 
            will be automatically prolonged upon user activity.
        
    
    
    
        
            The warning message that will appear when the session is about to exipre.
            Here {0} is replaced by the number of minutes that remain until expiration and 
            {1} is replaced with the time when the expiration will occur.
        
    
    
    
        
            The message that will appear when the session exipres and
            the user needs to log in again.
        
    

    
        
            Do not display a warning message after 'warningTime' seconds.
        
    

    
        
            Disable the automatic prolonging of a session after 'autoProlongTime' seconds
            upon user activity.
        
    
    
    
        
            The JavaScript function that will be invoked when the session expires.
        
    

        
    
        
        
    
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy