NextApp Echo2
v2.1.1

nextapp.echo2.webrender.servermessage
Class ClientPropertiesStore

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

public class ClientPropertiesStore
extends java.lang.Object

Provides capability to push analyzed ClientProperties information back to the client in order that the client side scripts will have the same quirk information as the server.


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

Method Detail

renderStoreDirective

public static void renderStoreDirective(ServerMessage serverMessage,
                                        ClientProperties clientProperties)
Renders a ServerMessage directive directing the client to store the provided ClientProperties information.

Parameters:
serverMessage - the outgoing ServerMessage
clientProperties - the ClientProperties information

NextApp Echo2
v2.1.1