wicket.protocol.http.servlet |
wicket.protocol.http.servlet package
Java Servlet specific implementation of Wicket http classes.
|
Java Source File Name | Type | Comment |
AbortWithHttpStatusException.java | Class | Causes Wicket to abort processing and set the specified HTTP status code. |
AbortWithWebErrorCodeException.java | Class | Causes Wicket to abort processing and set the specified HTTP error code, with
the provided message if provided. |
MultipartServletWebRequest.java | Class | Servlet specific WebRequest subclass for multipart content uploads. |
ServletWebRequest.java | Class | |
WicketSessionFilter.java | Class |
This filter can be used to make the Wicket
wicket.protocol.http.WebSession instances available to non-wicket
servlets. |