Class Tomcat
java.lang.Object
io.micronaut.starter.feature.server.AbstractMicronautServerFeature
io.micronaut.starter.feature.server.Tomcat
- All Implemented Interfaces:
- io.micronaut.core.naming.Described,- io.micronaut.core.naming.Named,- io.micronaut.core.order.Ordered,- Feature,- MicronautRuntimeFeature,- OneOfFeature,- ServerFeature
- 
Field SummaryFields inherited from interface io.micronaut.starter.feature.MicronautRuntimeFeaturePROPERTY_MICRONAUT_RUNTIMEFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoApply(GeneratorContext generatorContext) getName()The name of the feature.getTitle()@NonNull StringresolveMicronautRuntime(@NonNull GeneratorContext generatorContext) Methods inherited from class io.micronaut.starter.feature.server.AbstractMicronautServerFeatureapplyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.DescribedgetDescriptionMethods inherited from interface io.micronaut.starter.feature.FeaturegetOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface io.micronaut.starter.feature.MicronautRuntimeFeatureaddMicronautRuntimeBuildPropertyMethods inherited from interface io.micronaut.starter.feature.server.ServerFeaturegetCategory, getFeatureClass, supports
- 
Constructor Details- 
Tomcatpublic Tomcat()
 
- 
- 
Method Details- 
getNameDescription copied from interface:FeatureThe name of the feature. It must be unique.- Returns:
- the name of the feature
 
- 
getTitle- Returns:
- The title of the feature
 
- 
getDescription
- 
getMicronautDocumentation- Returns:
- Returns a link to Micronaut documentation about the feature. eg. https://micronaut-projects.github.io/micronaut-cache/latest/guide/index.html#hazelcast
 
- 
doApply- Specified by:
- doApplyin class- AbstractMicronautServerFeature
 
- 
resolveMicronautRuntime@NonNull public @NonNull String resolveMicronautRuntime(@NonNull @NonNull GeneratorContext generatorContext) 
 
-