public class GwtResolver extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GwtResolver.Strategy |
class |
GwtResolver.TreeImporter |
| Modifier and Type | Field and Description |
|---|---|
File |
GWT_ROOT |
protected GwtResolver.Strategy |
ROOT_RESOLVER_STRATEGY |
protected Map<String,org.nuxeo.ecm.webengine.gwt.GwtResolver.CompositeStrategy> |
strategies |
| Constructor and Description |
|---|
GwtResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
install(String name,
GwtResolver.Strategy strategy) |
void |
install(String name,
URI location) |
protected File |
install(URI location) |
GwtResolver.Strategy |
newStrategy(URI location) |
File |
resolve(String path) |
void |
uninstall(String name) |
public final File GWT_ROOT
protected final Map<String,org.nuxeo.ecm.webengine.gwt.GwtResolver.CompositeStrategy> strategies
protected final GwtResolver.Strategy ROOT_RESOLVER_STRATEGY
public GwtResolver.Strategy newStrategy(URI location) throws IOException
IOExceptionprotected File install(URI location) throws IOException
IOExceptionpublic void install(String name, GwtResolver.Strategy strategy)
public void install(String name, URI location) throws IOException
IOExceptionpublic void uninstall(String name)
Copyright © 2020 Nuxeo SA. All rights reserved.