Interface ViewsConfiguration

All Superinterfaces:
io.micronaut.core.util.Toggleable
All Known Implementing Classes:
ViewsConfigurationProperties

public interface ViewsConfiguration extends io.micronaut.core.util.Toggleable
Defines Views configuration properties.
Since:
1.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface io.micronaut.core.util.Toggleable

    isEnabled
  • Method Details

    • getFolder

      String getFolder()
      Returns:
      The resources' folder where views should be searched for.