com.getsnappy.w20
Class MediumAnimatedGifLoadingIndicator

java.lang.Object
  extended by com.getsnappy.w20.JavaScriptLoadingIndicator
      extended by com.getsnappy.w20.MediumAnimatedGifLoadingIndicator

public class MediumAnimatedGifLoadingIndicator
extends JavaScriptLoadingIndicator

This loading indicator literally does nothing. This means that your client will not receive an indicator that a context is being reloaded or forwarded. This is useful in Intranet's where low latency can be guaranteed.

Author:
brian

Constructor Summary
MediumAnimatedGifLoadingIndicator()
           
 
Method Summary
 void jsStart(java.io.Writer out)
          true to the classes name, this function does nothing!
 
Methods inherited from class com.getsnappy.w20.JavaScriptLoadingIndicator
jsFinish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediumAnimatedGifLoadingIndicator

public MediumAnimatedGifLoadingIndicator()
Method Detail

jsStart

public void jsStart(java.io.Writer out)
             throws java.io.IOException
true to the classes name, this function does nothing!

Specified by:
jsStart in class JavaScriptLoadingIndicator
Throws:
java.io.IOException
See Also:
DoNothingLoadingIndicator