blob: 381820f08b221e8bfbb86395d8e4b81cebe6ab09 [file] [log] [blame]
In this chapter we have seen how page instances are managed by Wicket. We have learnt that pages can be divided into two families: stateless and stateful pages. Knowing the difference between the two types of pages is important to build the right page for a given task.
However, to complete the discussion about stateless pages we still have to deal with two topics we have just outlined in this chapter: class PageParameters and bookmarkable pages. The first part of [chapter 10|guide:urls] will cover these missing topics.