Interface TemplateInflector
-
public interface TemplateInflectorInterface providing information about implicit viewable resource classes.- Since:
- 2.3
- Author:
- Michal Gajdos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getModelClass()Get a class of the model used in template of implicit viewable.
-
-
-
Method Detail
-
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.
-
-