net.contextfw.web.application.dom
Class RemoteCallBuilder

java.lang.Object
  extended by net.contextfw.web.application.dom.RemoteCallBuilder

public class RemoteCallBuilder
extends Object


Constructor Summary
RemoteCallBuilder(com.google.gson.Gson gson, net.contextfw.web.application.internal.component.ComponentBuilder componentBuilder)
           
 
Method Summary
 void buildCall(DOMBuilder b, String method, Object... args)
           
 void buildComponentCall(DOMBuilder b, Component component, String method, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCallBuilder

@Inject
public RemoteCallBuilder(com.google.gson.Gson gson,
                                net.contextfw.web.application.internal.component.ComponentBuilder componentBuilder)
Method Detail

buildComponentCall

public void buildComponentCall(DOMBuilder b,
                               Component component,
                               String method,
                               Object... args)

buildCall

public void buildCall(DOMBuilder b,
                      String method,
                      Object... args)


Copyright © 2011. All Rights Reserved.