Uses of Interface
jakarta.mvc.engine.ViewEngine
Packages that use ViewEngine
Package
Description
Jakarta Contexts and Dependency Injection events fired by implementations and observable by applications.
-
Uses of ViewEngine in jakarta.mvc.event
Methods in jakarta.mvc.event that return types with arguments of type ViewEngineModifier and TypeMethodDescriptionClass
<? extends ViewEngine> AfterProcessViewEvent.getEngine()
Returns theViewEngine
selected by the implementation.Class
<? extends ViewEngine> BeforeProcessViewEvent.getEngine()
Returns theViewEngine
selected by the implementation.