NextApp Echo
App Container 1.0.5

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.
 
Constructor Summary
private CssSwapScript()
          Non-instantiable class
 
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.

Constructor Detail

CssSwapScript

private CssSwapScript()
Non-instantiable class


NextApp Echo
App Container 1.0.5