See: Description
Interface | Description |
---|---|
AfterControllerEvent |
Event fired after a controller returns successfully.
|
AfterProcessViewEvent |
Event fired after the view engine method
ViewEngine.processView(javax.mvc.engine.ViewEngineContext)
returns successfully. |
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 returns a redirect status code.
|
MvcEvent |
Base type for all MVC events.
|
Copyright © 2015 Oracle Corporation. All rights reserved.