Package org.structr.web.datasource

Examples of org.structr.web.datasource.RestDataSource


      }

      if (restQuery != null) {

        final RestDataSource restDataSource = new RestDataSource();
        try {
          securityContext.setRequest(getWebSocket().getRequest());
         
          webSocketData.setResult(restDataSource.getData(securityContext, null, restQuery));
          getWebSocket().send(webSocketData, true);
         
          return;

        } catch (FrameworkException ex) {
View Full Code Here

TOP

Related Classes of org.structr.web.datasource.RestDataSource

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.