kotlin-partials
Toggle table of contents
3.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-partials
kotlin-partials
/
nl.astraeus.partials.web
/
PartialComponent
Partial
Component
jvm
abstract
class
PartialComponent
<
S
:
PartialsSession
,
T
:
Serializable
>
Inheritors
MyComponent
Members
Constructors
Partial
Component
Link copied to clipboard
jvm
constructor
(
)
Functions
content
Link copied to clipboard
jvm
abstract
fun
Builder
.
content
(
session
:
S
,
pageData
:
T
,
data
:
Any
?
,
id
:
Long
)
process
Link copied to clipboard
jvm
abstract
fun
process
(
request
:
Request
,
session
:
S
,
pageData
:
T
)
refresh
Link copied to clipboard
jvm
fun
refresh
(
key
:
PartialKey
,
data
:
Any
?
=
null
,
id
:
Long
=
0
)
render
Link copied to clipboard
jvm
fun
render
(
consumer
:
Builder
,
session
:
S
,
pageData
:
T
,
data
:
Any
?
,
id
:
Long
)