Interface PropertyScheme
- All Known Implementing Classes:
LiteralScheme,ResourceScheme,URLScheme,VariableScheme,XPathScheme
public interface PropertyScheme
Interface representing an implementation that can resolve Property objects to
values.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertySchemestatic final PropertySchemestatic final CollectionCollection/enumeration of PropertyScheme typesstatic final PropertySchemestatic final PropertySchemestatic final PropertyScheme -
Method Summary
Modifier and TypeMethodDescriptiongetName()Scheme nameShort scheme nameload(Property property, RouteContext context) Loads/resolves a Property
-
Field Details
-
VARIABLE_SCHEME
-
LITERAL_SCHEME
-
RESOURCE_SCHEME
-
URL_SCHEME
-
XPATH_SCHEME
-
SCHEMES
Collection/enumeration of PropertyScheme types
-
-
Method Details