org.persvr.remote
Interface ClientTransformationPlugin


public interface ClientTransformationPlugin

This is an interface for outputting JavaScript Function objects for different client architectures.

Author:
Kris Zyp

Method Summary
 java.util.Map.Entry<java.lang.String,java.lang.String> augmentJsponForFunction(Function function, boolean debugMode)
          This should take a function and return a property to be added to outbound objects to enhance them for use with client applications
 

Method Detail

augmentJsponForFunction

java.util.Map.Entry<java.lang.String,java.lang.String> augmentJsponForFunction(Function function,
                                                                               boolean debugMode)
This should take a function and return a property to be added to outbound objects to enhance them for use with client applications

Parameters:
function -
debugMode -
Returns:
property to add to the object