Interface IMultipartRenderValues<T>

Type Parameters:
T - the type of value to be used for each part
All Known Implementing Classes:
MultipartTransforms

public interface IMultipartRenderValues<T>
A standard interface for renderable context values that support providing different values for parts of the model.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value for the given part.
  • Method Details

    • getPartValues

      @Nullable T getPartValues(String part)
      Returns the value for the given part.
      Parameters:
      part - the name of the part
      Returns:
      the context value for the part, or null