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 Details

  • Method Details

    • getName

      String getName()
      Scheme name
      Returns:
      scheme name
    • getShortName

      String getShortName()
      Short scheme name
      Returns:
      short scheme name
    • load

      Object load(Property property, RouteContext context)
      Loads/resolves a Property
      Parameters:
      property - the property to resolve
      context - the current RouteContext
      Returns:
      the loaded/resolved value