kilua-project
Toggle table of contents
0.0.26
jvm
Platform filter
jvm
Switch theme
Search in API
kilua-project
kilua-ssr-server-micronaut
/
dev.kilua.ssr
/
SsrFallbackController
Ssr
Fallback
Controller
@
Controller
(
value
=
"/notfound"
)
open
class
SsrFallbackController
(
source
)
Server-Side Rendering controller for handling 404 fallback.
Members
Constructors
Ssr
Fallback
Controller
Link copied to clipboard
constructor
(
)
Properties
ssr
Engine
Link copied to clipboard
@
Inject
lateinit
var
ssrEngine
:
SsrEngine
Functions
forward
Link copied to clipboard
@
Produces
(
value
=
[
"text/html"
]
)
@
Error
(
status
=
HttpStatus.NOT_FOUND
,
global
=
true
)
suspend
fun
forward
(
request
:
HttpRequest
<
*
>
)
:
HttpResponse
<
*
>