net.contextfw.web.application.internal
Class ComponentUpdateHandlerFactory

java.lang.Object
  extended by net.contextfw.web.application.internal.ComponentUpdateHandlerFactory

public class ComponentUpdateHandlerFactory
extends Object


Constructor Summary
ComponentUpdateHandlerFactory(com.google.inject.Injector injector, com.google.gson.Gson gson)
           
 
Method Summary
 ComponentUpdateHandler createHandler(Class<? extends Component> elClass, String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentUpdateHandlerFactory

@Inject
public ComponentUpdateHandlerFactory(com.google.inject.Injector injector,
                                            com.google.gson.Gson gson)
Method Detail

createHandler

public ComponentUpdateHandler createHandler(Class<? extends Component> elClass,
                                            String methodName)


Copyright © 2011. All Rights Reserved.