Interface ModelToRenderedClassMapper

All Known Implementing Classes:
EditorModelToRenderedClassMapper, ViewModelToRenderedClassMapper

public interface ModelToRenderedClassMapper
Define an object that when given some model instance (only Link supported at the moment) will provide the HTML/XML class attribute value to be used when rendering the link
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getRenderedClass

      String getRenderedClass(Link link)