Uses of Class
org.apache.wicket.examples.guestbook.Comment
-
Packages that use Comment Package Description org.apache.wicket.examples.ajax.builtin org.apache.wicket.examples.guestbook -
-
Uses of Comment in org.apache.wicket.examples.ajax.builtin
Fields in org.apache.wicket.examples.ajax.builtin with type parameters of type Comment Modifier and Type Field Description static List<Comment>GuestBook. commentListA global list of all comments from all users across all sessions -
Uses of Comment in org.apache.wicket.examples.guestbook
Constructors in org.apache.wicket.examples.guestbook with parameters of type Comment Constructor Description Comment(Comment comment)Copy constructor
-