kilua-project
Toggle table of contents
0.0.19
jvm
Platform filter
jvm
Switch theme
Search in API
kilua-project
kilua-ssr-server-micronaut
/
dev.kilua.ssr
Package-level
declarations
Types
Types
Ssr
Controller
Link copied to clipboard
@
Controller
(
value
=
"/"
)
open
class
SsrController
Server-Side Rendering controller.
Ssr
Engine
Bean
Link copied to clipboard
@
Factory
open
class
SsrEngineBean
Ssr
Fallback
Controller
Link copied to clipboard
@
Controller
(
value
=
"/notfound"
)
open
class
SsrFallbackController
Server-Side Rendering controller for handling 404 fallback.