blob: 0fded651746cced053b93ef9e83acac6912f71a3 [file] [log] [blame]
Beside configuring and initializing our application, the _Application_ class is responsible for creating the internal entities used by Wicket to process a request. These entities are instances of the following classes: _RequestCycle_, _Request_, _Response_ and _Session_.
The next paragraphs will illustrate each of these classes, explaining how they are involved into request processing.