Package org.scotlandyard.engine.json

Examples of org.scotlandyard.engine.json.GamesJsonContainer.toJson()


    gjc.games=new ArrayList<String>();
    for(Game game:GameEngine.instance().getLobby().getAvailableGames()){
      gjc.games.add(game.getIdentifier());
    }

    return (gjc.toJson());
    }

  @Override
  public void validateRequest(
      final HttpServletRequest request,
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.