Interface IRuntimeResolver


public interface IRuntimeResolver
The runtime resolver instance.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolves references for the Style name.
  • Method Details

    • resolveStylesReference

      String resolveStylesReference(String stylesName)
      Resolves references for the Style name.
      Parameters:
      stylesName - The Styles referenced.
      Returns:
      The Runtime name to use for the Style as Class Name, null means not found.