See: Description
| Interface | Description |
|---|---|
| AfterControllerEvent |
Event fired after a controller method returns.
|
| AfterProcessViewEvent |
Event fired after the view engine method
ViewEngine.processView(javax.mvc.engine.ViewEngineContext)
returns. |
| BeforeControllerEvent |
Event fired before a controller is called but after it has been matched.
|
| BeforeProcessViewEvent |
Event fired after a view engine has been selected but before its
ViewEngine.processView(javax.mvc.engine.ViewEngineContext)
method is called. |
| ControllerRedirectEvent |
Event fired when a controller triggers a redirect.
|
| MvcEvent |
Base type for all Jakarta MVC events.
|
Comments to: mvc-dev@eclipse.org.
Copyright © 2017, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.