All Classes and Interfaces

Class
Description
Causes Wicket to abort processing and set the specified HTTP error code, with the provided message if specified.
 
IRequestParameters implementation that combines other IRequestParameterss.
Encodes listener and component path in form of <listener>-<componentPath>, <listener>.<behaviorIndex>-<componentPath> or <render-count>.<listener>.<behaviorIndex>-<componentPath>
Thread safe compound IRequestMapper.
Contains logging data for IRequestHandlerDelegate implementations.
Request handler that performs no work
Read only empty IRequestParameters.
Response target that is to be used in a servlet environment to send an error code and optionally a message.
A multivalue map of headers names and header values suitable for processing http request and response headers.
Mapper that delegates the mapping to a contained IRequestMappers with the highest compatibility score.
Maps exception to IRequestHandler.
Container for parameters that are identified by their index
Base interface for log data collected by request handlers.
A loggable request handler is a IRequestHandler that is capable of delivering log data.
Container for parameters that are identified by their name
Represents a named parameter entry.
A hint where the parameter is read/parsed from.
Encoder that can encode and decode PageParameters to/from URL.
 
A request handler is the base entity that is the subject of a request.
A IRequestHandler that delegates the actual work to another IRequestHandler.
Maps IRequestHandler(s) into Url(s) and Request(s) to IRequestHandler(s).
A interface to be implemented by IRequestMappers that delegate to other IRequestMappers.
Represents request parameters.
An interface that a Url can implement if it knows how to render itself as full url or relative to a base url
Request parameters that can be modified.
Stub for request handlers that do not log anything.
Encapsulates both page and component info.
Possible string representation of PageInfo: pageId
Mutable class that holds parameters of a Page.
Simple encoder with direct indexed/named parameters mapping.
Mapper that rewrites parent path segments (../) with the specified string and viceversa.
A request handler that redirects to the given url.
 
Causes Wicket to interrupt current request processing and send a redirect to the given url.
Request object.
Manages executions of IRequestHandlers.
Exception to stop current request handler and execute a new one.
An exception that resets the response before executing the specified request handler
Abstract base class for different implementations of response writing.
Request target that responds by sending its string property.
Represents the URL to an external resource or internal resource/component.
Represents a single query parameter
Modes with which urls can be stringized
Encodes page parameters into Url path fragments instead of the query string like the default PageParametersEncoder.
Takes care of rendering URLs.
Utility class that expresses query parameters from Url as IRequestParameters.
Various url utilities
Base class for request that provides additional web-related information.
Base class for web-related responses.
caching scope for data