@GET
@Path( "/syncronizeStyles" )
@Produces( MimeTypes.JSON )
public void syncStyles( @Context HttpServletResponse response ) throws IOException, DashboardDesignerException {
final CdfStyles cdfStyles = new CdfStyles();
JsonUtils.buildJsonResult( response.getOutputStream(), true, cdfStyles.liststyles() );
}
private class MethodParams {
private static final String FILE = "file";
private static final String PATH = "path";