Package org.apache.wicket.protocol.ws.javax.app.charts

Examples of org.apache.wicket.protocol.ws.javax.app.charts.ChartWebSocketResource


    mountPage("/behavior", WebSocketBehaviorDemoPage.class);
    mountPage("/resource", WebSocketResourceDemoPage.class);

    setRootRequestMapper(new HttpsMapper(getRootRequestMapper(), new HttpsConfig()));

    getSharedResources().add(ChartWebSocketResource.NAME, new ChartWebSocketResource());
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.protocol.ws.javax.app.charts.ChartWebSocketResource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.