avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.controller
/
LocationAreaController
/
getLocationAreaPage
get
Location
Area
Page
@
GetMapping
(
value
=
[
"/page"
]
)
fun
getLocationAreaPage
(
pageable
:
Pageable
,
@
ModelAttribute
specification
:
LocationAreaSpecification
)
:
Page
<
LocationAreaView
>