Interface TemplateInflector


public interface TemplateInflector
Interface providing information about implicit viewable resource classes.
Since:
2.3
Author:
Michal Gajdos
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a class of the model used in template of implicit viewable.
  • Method Details

    • getModelClass

      Class<?> getModelClass()
      Get a class of the model used in template of implicit viewable.
      Returns:
      class of model used in template of implicit viewable.