Java com.google.gwt.gears.client.localserver LocalServer fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gears.client.localserver LocalServer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gears.client.localserver LocalServer.

The text is from its open source code.

Method

booleancanServeLocally(String url)
Returns true if a request for the URL can be satisfied from any of the resource stores available, taking into account whether the containing store is enabled and if its requiredCookie matches.
ResourceStorecreateStore(String name)
Opens an existing ResourceStore or creates a new one if no such store exists.
voidremoveManagedStore(String name)
Removes a ManagedResourceStore and all of its contained URLs from the local cache.