NextApp Echo
App Container 1.1.4

nextapp.echoservlet.ui
Class CssSwapScript

java.lang.Object
  extended bynextapp.echoservlet.ui.CssSwapScript

public class CssSwapScript
extends java.lang.Object

A utility class that wraps JavaScript code required to swap CSS styles in HTML pages on the client without server interaction.


Field Summary
static Service SERVICE_CSS_SWAP_SCRIPT
          A service containing JavaScript code used to swap CSS styles on the client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_CSS_SWAP_SCRIPT

public static final Service SERVICE_CSS_SWAP_SCRIPT
A service containing JavaScript code used to swap CSS styles on the client.


NextApp Echo
App Container 1.1.4