]> source.dussan.org Git - vaadin-framework.git/commit
Merge "Only process RPC invocation if there's a handler for it (#10134) * RpcManagers...
authorArtur Signell <artur@vaadin.com>
Tue, 20 Nov 2012 09:11:13 +0000 (09:11 +0000)
committerVaadin Code Review <review@vaadin.com>
Tue, 20 Nov 2012 09:11:13 +0000 (09:11 +0000)
commit09d532f34b713d0c470656a575ce53014eb12557
tree685238291464b0358a8228a33df76fae37280d77
parentca8ab1101bc68c5fc634a8001dbd7652dbe2c553
parentd0d84ec68f2b786a39bff36d091c9b256c9e42c3
Merge "Only process RPC invocation if there's a handler for it (#10134) * RpcManagers lookup by String instead of Class to avoid loading the class sent by the client * Some generics tightened to only accept ServerRpc instances * Remove RpcTarget as it is only supported for ClientConnector"