summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/eu/mulk/mulkcms2/benki/posts/PostResource.java4
-rw-r--r--src/main/resources/templates/PostResource/postList.html13
2 files changed, 15 insertions, 2 deletions
diff --git a/src/main/java/eu/mulk/mulkcms2/benki/posts/PostResource.java b/src/main/java/eu/mulk/mulkcms2/benki/posts/PostResource.java
index 1870709..07a9f2f 100644
--- a/src/main/java/eu/mulk/mulkcms2/benki/posts/PostResource.java
+++ b/src/main/java/eu/mulk/mulkcms2/benki/posts/PostResource.java
@@ -106,8 +106,8 @@ public abstract class PostResource {
@CheckedTemplate
static class Templates {
- public static native TemplateInstance postList(
- List<Post.Day<Post<? extends PostText<?>>>> postDays,
+ public static native <P extends Post<?>> TemplateInstance postList(
+ List<Post.Day<P>> postDays,
@CheckForNull String feedUri,
String pageTitle,
Boolean showBookmarkForm,
diff --git a/src/main/resources/templates/PostResource/postList.html b/src/main/resources/templates/PostResource/postList.html
index 8c66e1d..89267a2 100644
--- a/src/main/resources/templates/PostResource/postList.html
+++ b/src/main/resources/templates/PostResource/postList.html
@@ -1,3 +1,16 @@
+{@java.util.List<eu.mulk.mulkcms2.benki.posts.Post$Day<eu.mulk.mulkcms2.benki.posts.Post<?>>> postDays}
+{@java.lang.String feedUri}
+{@java.lang.String pageTitle}
+{@boolean showBookmarkForm}
+{@boolean showLazychatForm}
+{@boolean showCommentBox}
+{@boolean hasPreviousPage}
+{@boolean hasNextPage}
+{@java.lang.Integer previousCursor}
+{@java.lang.Integer nextCursor}
+{@java.lang.Integer pageSize}
+{@java.lang.String searchQuery}
+
{#include base.html}
{#title}Benki {pageTitle}{/title}