JavaScript is disabled on your browser.
All Superinterfaces:
io.micronaut.core.naming.Described
, Feature
, io.micronaut.core.naming.Named
, OneOfFeature
, io.micronaut.core.order.Ordered
All Known Implementing Classes:
Freemarker
, Handlebars
, JTE
, Pebble
, Rocker
, Soy
, Thymeleaf
, Velocity
Field Summary
Fields
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Method Summary
All Methods Instance Methods Default Methods
default boolean
This method must be implemented to ensure it is only selectable for the desired
application types.
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
apply , getDescription , getMicronautDocumentation , getName , getOrder , getThirdPartyDocumentation , getTitle , isCommunity , isPreview , isVisible , processSelectedFeatures
Field Details
VIEWS_PATH
static final String VIEWS_PATH
See Also:
Method Details
supports
Description copied from interface: Feature
This method must be implemented to ensure it is only selectable for the desired
application types. This method is not used for determining if a default feature
should be applied.
Specified by:
supports
in interface Feature
Parameters:
applicationType
- The application type
Returns:
True if the feature can be selected by the user