
public class Scheme extends Object
Location annotation to specify the type of location to navigate to.
Extend this class and implement your own scheme type, in case you want to add your own scheme. Implement location decider
which will decide that particular scheme as well.LocationDecider| Modifier and Type | Class and Description |
|---|---|
static class |
Scheme.FILE |
static class |
Scheme.HTTP |
static class |
Scheme.RESOURCE |
| Constructor and Description |
|---|
Scheme() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.