NextApp Echo2
v2.1.1

nextapp.echo2.webrender.servermessage
Class ClientConfigurationUpdate

java.lang.Object
  extended by nextapp.echo2.webrender.servermessage.ClientConfigurationUpdate

public class ClientConfigurationUpdate
extends java.lang.Object

Renders ServerMessage directives to store ClientConfiguration information on the client.


Method Summary
static void renderUpdateDirective(ServerMessage serverMessage, ClientConfiguration clientConfiguration)
          Renders a ServerMessage directive directing the client to store the provided ClientConfiguration information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

renderUpdateDirective

public static void renderUpdateDirective(ServerMessage serverMessage,
                                         ClientConfiguration clientConfiguration)
Renders a ServerMessage directive directing the client to store the provided ClientConfiguration information.

Parameters:
serverMessage - the outgoing ServerMessage
clientConfiguration - the ClientConfiguration information

NextApp Echo2
v2.1.1