com.getsnappy.w20
Class DoNothingLoadingIndicator

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

public class DoNothingLoadingIndicator
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
DoNothingLoadingIndicator()
           
 
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

DoNothingLoadingIndicator

public DoNothingLoadingIndicator()
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