public class ServiceContextUriResolver extends VaadinUriResolver implements Serializable
Constructor and Description |
---|
ServiceContextUriResolver() |
Modifier and Type | Method and Description |
---|---|
String |
resolveVaadinUri(String uri)
Resolves the given uri to a path which can be used with
VaadinService.getResource(String) and
VaadinService.getResourceAsStream(String) . |
resolveVaadinUri
public String resolveVaadinUri(String uri)
VaadinService.getResource(String)
and
VaadinService.getResourceAsStream(String)
.uri
- the URI to resolveCopyright © 2021. All rights reserved.