public class ClientLocalClassHidingAgent extends Object
The motivation for creating this agent was to hide GWT client-local classes from app servers: attempts to load these classes run into several kinds of dependency resolution problems: client-side GWT API that does not exist on the server, as well as missing native methods for JSNI.
Constructor and Description |
---|
ClientLocalClassHidingAgent() |
public static void premain(String agentArgs, Instrumentation inst)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.