]> source.dussan.org Git - vaadin-framework.git/commit
Make it possible to intercept RPC calls without copy/paste
authorArtur Signell <artur@vaadin.com>
Thu, 22 Oct 2015 12:13:27 +0000 (15:13 +0300)
committerelmot <elmot@vaadin.com>
Thu, 14 Apr 2016 10:35:07 +0000 (13:35 +0300)
commite8ec921a3cb4d494ccbe9599cdb491a17b993365
treef1dcaa813fecbffc487cb4a7b7e3f20c35f893c5
parent7f0120fd7065f6f050ff038e5e71435b351e9049
Make it possible to intercept RPC calls without copy/paste

Change-Id: I50c2e4a95b492a42c4291e8dcbede3de87f1be6f
WebContent/WEB-INF/web.xml
server/src/com/vaadin/server/communication/ServerRpcHandler.java
server/src/com/vaadin/server/communication/UidlRequestHandler.java
uitest/src/com/vaadin/tests/rpclogger/LoggingServerRpcHandler.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/rpclogger/LoggingUidlRequestHandler.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/rpclogger/RPCLoggerService.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/rpclogger/RPCLoggerServlet.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/rpclogger/RPCLoggerUI.java [new file with mode: 0644]