public interface PropertyScheme
Modifier and Type | Field and Description |
---|---|
static PropertyScheme |
LITERAL_SCHEME |
static PropertyScheme |
RESOURCE_SCHEME |
static Collection |
SCHEMES
Collection/enumeration of PropertyScheme types
|
static PropertyScheme |
URL_SCHEME |
static PropertyScheme |
VARIABLE_SCHEME |
static PropertyScheme |
XPATH_SCHEME |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Scheme name
|
String |
getShortName()
Short scheme name
|
Object |
load(Property property,
RouteContext context)
Loads/resolves a Property
|
static final PropertyScheme VARIABLE_SCHEME
static final PropertyScheme LITERAL_SCHEME
static final PropertyScheme RESOURCE_SCHEME
static final PropertyScheme URL_SCHEME
static final PropertyScheme XPATH_SCHEME
static final Collection SCHEMES
String getShortName()
Object load(Property property, RouteContext context)
property
- the property to resolvecontext
- the current RouteContextCopyright © 2005–2016 The Kuali Foundation. All rights reserved.