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) |
protected final Map<String,org.nuxeo.ecm.webengine.gwt.GwtResolver.CompositeStrategy> strategies
protected final GwtResolver.Strategy ROOT_RESOLVER_STRATEGY
public GwtResolver()
public GwtResolver.Strategy newStrategy(URI location) throws IOException
IOException
protected File install(URI location) throws IOException
IOException
public void install(String name, GwtResolver.Strategy strategy)
public void install(String name, URI location) throws IOException
IOException
Copyright © 2016 Nuxeo SA. All rights reserved.