| java.lang.Object nextapp.echo2.webrender.servermessage.ClientPropertiesStore
ClientPropertiesStore | public class ClientPropertiesStore (Code) | | 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.
|
renderStoreDirective | public static void renderStoreDirective(ServerMessage serverMessage, ClientProperties clientProperties)(Code) | | Renders a ServerMessage directive directing the
client to store the provided ClientProperties information.
Parameters: serverMessage - the outgoing ServerMessage Parameters: clientProperties - the ClientProperties information |
|
|