org.fusesource.restygwt.client
Class FileSystemHelper

java.lang.Object
  extended by org.fusesource.restygwt.client.FileSystemHelper

public class FileSystemHelper
extends Object

Helps to determine which status codes to expect. If we are running on file:/// system we have to make sure that we accept ALL status codes. This can happen if you are developing for Phonegap iOs

Author:
ra

Constructor Summary
FileSystemHelper()
           
 
Method Summary
static boolean isRequestGoingToFileSystem(String baseUrl, String requestUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemHelper

public FileSystemHelper()
Method Detail

isRequestGoingToFileSystem

public static boolean isRequestGoingToFileSystem(String baseUrl,
                                                 String requestUrl)


Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.