Interface ModelToRenderedClassMapper
-
- All Known Implementing Classes:
EditorModelToRenderedClassMapper
,ViewModelToRenderedClassMapper
public interface ModelToRenderedClassMapper
Define an object that when given some model instance (onlyLink
supported at the moment) will provide the HTML/XML class attribute value to be used when rendering the link
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRenderedClass(Link link)
-