Index

A C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbortWithHttpErrorCodeException - Exception in org.apache.wicket.request.http.flow
Causes Wicket to abort processing and set the specified HTTP error code, with the provided message if specified.
AbortWithHttpErrorCodeException(int) - Constructor for exception org.apache.wicket.request.http.flow.AbortWithHttpErrorCodeException
Constructor
AbortWithHttpErrorCodeException(int, String) - Constructor for exception org.apache.wicket.request.http.flow.AbortWithHttpErrorCodeException
Constructor
AbstractMapper - Class in org.apache.wicket.request.mapper
 
AbstractMapper() - Constructor for class org.apache.wicket.request.mapper.AbstractMapper
Construct.
add(String, Object) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
Adds a page parameter to these with name and value
add(String, Object, int, INamedParameters.Type) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Adds named parameter to a specified position.
add(String, Object, int, INamedParameters.Type) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
add(String, Object, INamedParameters.Type) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Adds value to named parameter with given name.
add(String, Object, INamedParameters.Type) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
add(IRequestMapper) - Method in class org.apache.wicket.request.mapper.CompoundRequestMapper
 
add(IRequestMapper) - Method in interface org.apache.wicket.request.mapper.ICompoundRequestMapper
Registers a IRequestMapper
addCookie(Cookie) - Method in class org.apache.wicket.request.http.WebResponse
Add a cookie to the web response
addDateHeader(String, Instant) - Method in class org.apache.wicket.request.HttpHeaderCollection
add date header value
addHeader(String, String) - Method in class org.apache.wicket.request.http.WebResponse
Add a value to the servlet response stream.
addHeader(String, String) - Method in class org.apache.wicket.request.HttpHeaderCollection
add header value
addQueryParameter(String, Object) - Method in class org.apache.wicket.request.Url
Convenience method that removes adds a query parameter with given name
AUTO - Enum constant in enum org.apache.wicket.request.http.handler.RedirectRequestHandler.Mode
Decide dynamically depending on the value of status field

C

canonical() - Method in class org.apache.wicket.request.Url
Try to reduce url by eliminating '..' and '.' from the path where appropriate (this is somehow similar to File.getCanonicalPath()).
clear() - Method in class org.apache.wicket.request.HttpHeaderCollection
clear all headers
clearCookie(Cookie) - Method in class org.apache.wicket.request.http.WebResponse
Convenience method for clearing a cookie.
clearIndexed() - Method in interface org.apache.wicket.request.mapper.parameter.IIndexedParameters
Removes all indexed parameters.
clearIndexed() - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
clearNamed() - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Removes all named parameters.
clearNamed() - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
cloneWithUrl(Url) - Method in class org.apache.wicket.request.http.WebRequest
Returns request with specified URL and same POST parameters as this request.
cloneWithUrl(Url) - Method in class org.apache.wicket.request.Request
Returns request with specified URL and same POST parameters as this request.
close() - Method in class org.apache.wicket.request.Response
Closes the response
CombinedRequestParametersAdapter - Class in org.apache.wicket.request.parameter
IRequestParameters implementation that combines other IRequestParameterss.
CombinedRequestParametersAdapter(IRequestParameters...) - Constructor for class org.apache.wicket.request.parameter.CombinedRequestParametersAdapter
Construct.
ComponentInfo - Class in org.apache.wicket.request.mapper.info
Encodes listener and component path in form of <listener>-<componentPath>, <listener>.<behaviorIndex>-<componentPath> or <render-count>.<listener>.<behaviorIndex>-<componentPath>
ComponentInfo(Integer, String, Integer) - Constructor for class org.apache.wicket.request.mapper.info.ComponentInfo
Construct.
CompoundRequestMapper - Class in org.apache.wicket.request.mapper
Thread safe compound IRequestMapper.
CompoundRequestMapper() - Constructor for class org.apache.wicket.request.mapper.CompoundRequestMapper
 
concatSegments(List<String>) - Method in class org.apache.wicket.request.Url
Concatenate the specified segments; The segments can be relative - begin with "." or "..".
contains(String) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
Checks if the parameter with the given name exists
containsHeader(String) - Method in class org.apache.wicket.request.HttpHeaderCollection
check if header is defined

D

decodePageParameters(Url) - Method in interface org.apache.wicket.request.mapper.parameter.IPageParametersEncoder
Decodes the given URL to PageParameters.
decodePageParameters(Url) - Method in class org.apache.wicket.request.mapper.parameter.PageParametersEncoder
 
decodePageParameters(Url) - Method in class org.apache.wicket.request.mapper.parameter.UrlPathPageParametersEncoder
 
DelegateLogData - Class in org.apache.wicket.request.handler.logger
Contains logging data for IRequestHandlerDelegate implementations.
DelegateLogData(ILogData) - Constructor for class org.apache.wicket.request.handler.logger.DelegateLogData
Construct.
detach() - Method in class org.apache.wicket.request.RequestHandlerExecutor
Detaches all request handlers
detach(IRequestCycle) - Method in interface org.apache.wicket.request.IRequestHandler
This method is called at the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done.
detach(IRequestHandler) - Method in class org.apache.wicket.request.RequestHandlerExecutor
Allows the request handler to detach
disableCaching() - Method in class org.apache.wicket.request.http.WebResponse
Make this response non-cacheable

E

EmptyRequestHandler - Class in org.apache.wicket.request.handler
Request handler that performs no work
EmptyRequestHandler() - Constructor for class org.apache.wicket.request.handler.EmptyRequestHandler
Construct.
EmptyRequestParameters - Class in org.apache.wicket.request.parameter
Read only empty IRequestParameters.
enableCaching(Duration, WebResponse.CacheScope) - Method in class org.apache.wicket.request.http.WebResponse
Make this response cacheable
encodePageParameters(PageParameters) - Method in interface org.apache.wicket.request.mapper.parameter.IPageParametersEncoder
Encode the given PageParameters instance into URL.
encodePageParameters(PageParameters) - Method in class org.apache.wicket.request.mapper.parameter.PageParametersEncoder
 
encodePageParameters(PageParameters) - Method in class org.apache.wicket.request.mapper.parameter.UrlPathPageParametersEncoder
 
encodePageParameters(Url, PageParameters, IPageParametersEncoder) - Method in class org.apache.wicket.request.mapper.AbstractMapper
Encodes the given PageParameters to the URL using the given IPageParametersEncoder.
encodeRedirectURL(CharSequence) - Method in class org.apache.wicket.request.http.WebResponse
Encodes urls used to redirect.
encodeURL(CharSequence) - Method in class org.apache.wicket.request.Response
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
equals(Object) - Method in class org.apache.wicket.request.mapper.parameter.INamedParameters.NamedPair
 
equals(Object) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
equals(Object) - Method in class org.apache.wicket.request.Url
equals(Object) - Method in class org.apache.wicket.request.Url.QueryParameter
equals(PageParameters, PageParameters) - Static method in class org.apache.wicket.request.mapper.parameter.PageParameters
Compares two PageParameters objects.
ErrorCodeRequestHandler - Class in org.apache.wicket.request.http.handler
Response target that is to be used in a servlet environment to send an error code and optionally a message.
ErrorCodeRequestHandler(int) - Constructor for class org.apache.wicket.request.http.handler.ErrorCodeRequestHandler
Construct.
ErrorCodeRequestHandler(int, String) - Constructor for class org.apache.wicket.request.http.handler.ErrorCodeRequestHandler
Construct.
execute(IRequestHandler) - Method in class org.apache.wicket.request.RequestHandlerExecutor
Execute the given handler.
extractPageParameters(Request, int, IPageParametersEncoder) - Method in class org.apache.wicket.request.mapper.AbstractMapper
Extracts PageParameters from the URL using the given IPageParametersEncoder .

F

fillInStackTrace() - Method in exception org.apache.wicket.request.RequestHandlerExecutor.ReplaceHandlerException
 
flush() - Method in class org.apache.wicket.request.http.WebResponse
Flushes the response.
FULL - Enum constant in enum org.apache.wicket.request.Url.StringMode
full urls are written with hostname.

G

get(int) - Method in interface org.apache.wicket.request.mapper.parameter.IIndexedParameters
 
get(int) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
get(String) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Returns parameter value of named parameter with given name
get(String) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
getActive() - Method in class org.apache.wicket.request.RequestHandlerExecutor
Get the handler currently executed.
getAllNamed() - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
 
getAllNamed() - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
getAllNamedByType(INamedParameters.Type) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
 
getAllNamedByType(INamedParameters.Type) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
getBaseUrl() - Method in class org.apache.wicket.request.UrlRenderer
Returns the base Url.
getBehaviorId() - Method in class org.apache.wicket.request.mapper.info.ComponentInfo
 
getCharset() - Method in class org.apache.wicket.request.Request
Gets charset of the request
getCharset() - Method in class org.apache.wicket.request.Url
 
getClientUrl() - Method in class org.apache.wicket.request.Request
Returns the url against which the client, usually the browser, will resolve relative urls in the rendered markup.
getCompatibilityScore(Request) - Method in interface org.apache.wicket.request.IRequestMapper
Returns the score representing how compatible this request mapper is to processing the given request.
getCompatibilityScore(Request) - Method in class org.apache.wicket.request.mapper.CompoundRequestMapper
The scope of the compound mapper is the highest score of the registered mappers.
getCompatibilityScore(Request) - Method in class org.apache.wicket.request.mapper.ParentPathReferenceRewriter
Returns the score representing how compatible this request mapper is to processing the given request.
getComponentInfo() - Method in class org.apache.wicket.request.mapper.info.PageComponentInfo
 
getComponentPath() - Method in class org.apache.wicket.request.mapper.info.ComponentInfo
 
getContainerRequest() - Method in class org.apache.wicket.request.Request
Provides access to the low-level container request object that implementaion of this Request delegate to.
getContainerResponse() - Method in class org.apache.wicket.request.Response
Provides access to the low-level container response object that implementaion of this Response delegate to.
getContextPath() - Method in class org.apache.wicket.request.Request
Returns the context path or an empty string if the application is running under root context.
getCookie(String) - Method in class org.apache.wicket.request.http.WebRequest
 
getCookies() - Method in class org.apache.wicket.request.http.WebRequest
 
getCount() - Method in class org.apache.wicket.request.HttpHeaderCollection
get number of headers
getDateHeader(String) - Method in class org.apache.wicket.request.http.WebRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class org.apache.wicket.request.HttpHeaderCollection
Gets the header identified with the name as a Time
getDelegateData() - Method in class org.apache.wicket.request.handler.logger.DelegateLogData
 
getDelegateHandler() - Method in interface org.apache.wicket.request.IRequestHandlerDelegate
 
getDelegateMapper() - Method in interface org.apache.wicket.request.mapper.IRequestMapperDelegate
Returns the delegate IRequestMapper.
getDelegateMapper() - Method in class org.apache.wicket.request.mapper.ParentPathReferenceRewriter
Returns the delegate IRequestMapper.
getErrorCode() - Method in exception org.apache.wicket.request.http.flow.AbortWithHttpErrorCodeException
Gets the error code.
getErrorCode() - Method in class org.apache.wicket.request.http.handler.ErrorCodeRequestHandler
Gets the servlet error code.
getFilterPath() - Method in class org.apache.wicket.request.Request
Returns the path to which wicket Filter is mapped or an empty string if the filter is mapped to /*.
getFragment() - Method in class org.apache.wicket.request.Url
 
getHeader(String) - Method in class org.apache.wicket.request.http.WebRequest
Returns the value of the specified request header as a String
getHeader(String) - Method in class org.apache.wicket.request.HttpHeaderCollection
Gets the header identified with the name as a String.
getHeaderNames() - Method in class org.apache.wicket.request.HttpHeaderCollection
returns names of headers
getHeaders(String) - Method in class org.apache.wicket.request.http.WebRequest
Returns all the values of the specified request header.
getHeaderValues(String) - Method in class org.apache.wicket.request.HttpHeaderCollection
get header values (dates will be converted into strings)
getHost() - Method in class org.apache.wicket.request.Url
Gets the host name of this url
getIfModifiedSinceHeader() - Method in class org.apache.wicket.request.http.WebRequest
Convenience method for retrieving If-Modified-Since header.
getIndexedCount() - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
getKey() - Method in class org.apache.wicket.request.mapper.parameter.INamedParameters.NamedPair
 
getLocale() - Method in class org.apache.wicket.request.Request
Returns locale for this request.
getLogData() - Method in interface org.apache.wicket.request.ILoggableRequestHandler
Returns the collected log data for this request handler and should never throw an exception.
getMessage() - Method in exception org.apache.wicket.request.http.flow.AbortWithHttpErrorCodeException
Gets the error message
getMessage() - Method in class org.apache.wicket.request.http.handler.ErrorCodeRequestHandler
Gets the optional message to send to the client.
getMountSegments(String) - Method in class org.apache.wicket.request.mapper.AbstractMapper
Convenience method for representing mountPath as array of segments
getName() - Method in class org.apache.wicket.request.Url.QueryParameter
Returns query parameter name.
getNamedCount() - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
getNamedKeys() - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Return set of all named parameter names.
getNamedKeys() - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
getOptionalPlaceholder(String) - Method in class org.apache.wicket.request.mapper.AbstractMapper
If the string is in an optional parameter placeholder format #{key} this method returns the key.
getOriginalUrl() - Method in class org.apache.wicket.request.Request
In case this request has been created using Request.cloneWithUrl(Url), this method should return the original URL.
getOutputStream() - Method in class org.apache.wicket.request.Response
Returns an OutputStream suitable for writing binary data in the response.
getPageId() - Method in class org.apache.wicket.request.mapper.info.PageInfo
 
getPageInfo() - Method in class org.apache.wicket.request.mapper.info.PageComponentInfo
 
getParameterNames() - Method in interface org.apache.wicket.request.IRequestParameters
Returns immutable set of all available parameter names.
getParameterNames() - Method in class org.apache.wicket.request.parameter.CombinedRequestParametersAdapter
 
getParameterNames() - Method in class org.apache.wicket.request.parameter.EmptyRequestParameters
 
getParameterNames() - Method in class org.apache.wicket.request.parameter.UrlRequestParametersAdapter
 
getParameterValue(String) - Method in interface org.apache.wicket.request.IRequestParameters
Returns single value for parameter with specified name.
getParameterValue(String) - Method in class org.apache.wicket.request.parameter.CombinedRequestParametersAdapter
 
getParameterValue(String) - Method in class org.apache.wicket.request.parameter.EmptyRequestParameters
 
getParameterValue(String) - Method in class org.apache.wicket.request.parameter.UrlRequestParametersAdapter
 
getParameterValues(String) - Method in interface org.apache.wicket.request.IRequestParameters
Returns list of values for parameter with specified name.
getParameterValues(String) - Method in class org.apache.wicket.request.parameter.CombinedRequestParametersAdapter
 
getParameterValues(String) - Method in class org.apache.wicket.request.parameter.EmptyRequestParameters
 
getParameterValues(String) - Method in class org.apache.wicket.request.parameter.UrlRequestParametersAdapter
 
getPath() - Method in class org.apache.wicket.request.Url
return path for current url in original encoding
getPath(Charset) - Method in class org.apache.wicket.request.Url
return path for current url in given encoding
getPlaceholder(String) - Method in class org.apache.wicket.request.mapper.AbstractMapper
If the string is in a placeholder format ${key} this method returns the key.
getPlaceholder(String, char) - Method in class org.apache.wicket.request.mapper.AbstractMapper
If the string is in a placeholder format x{key}, where 'x' can be specified, this method returns the key.
getPort() - Method in class org.apache.wicket.request.Url
Gets the port of this url
getPosition(String) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Returns the position of a named parameter.
getPosition(String) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
getPostParameters() - Method in class org.apache.wicket.request.Request
 
getPrefixToContextPath() - Method in class org.apache.wicket.request.Request
Returns prefix from Wicket Filter mapping to context path.
getProtocol() - Method in class org.apache.wicket.request.Url
Gets the protocol of this url (http/https/etc)
getQueryParameter(String) - Method in class org.apache.wicket.request.Url
Returns first query parameter with specified name or null if such query parameter doesn't exist.
getQueryParameters() - Method in class org.apache.wicket.request.Request
 
getQueryParameters() - Method in class org.apache.wicket.request.Url
Returns query parameters of the URL.
getQueryParameterValue(String) - Method in class org.apache.wicket.request.Url
Returns the value of first query parameter with specified name.
getQueryString() - Method in class org.apache.wicket.request.Url
return query string part of url in original encoding
getQueryString(Charset) - Method in class org.apache.wicket.request.Url
return query string part of url in given encoding
getRedirectUrl() - Method in class org.apache.wicket.request.http.handler.RedirectRequestHandler
 
getRemoveScheduled() - Method in exception org.apache.wicket.request.RequestHandlerExecutor.ReplaceHandlerException
Should a scheduled handler be removed before replacing the handler
getRenderCount() - Method in class org.apache.wicket.request.mapper.info.ComponentInfo
 
getReplacementRequestHandler() - Method in exception org.apache.wicket.request.RequestHandlerExecutor.ReplaceHandlerException
 
getRequest() - Method in interface org.apache.wicket.request.IRequestCycle
 
getRequestParameters() - Method in class org.apache.wicket.request.Request
 
getResponse() - Method in interface org.apache.wicket.request.IRequestCycle
Get the active response at the request cycle.
getSegments() - Method in class org.apache.wicket.request.Url
Returns segments of the URL.
getStatus() - Method in class org.apache.wicket.request.http.handler.RedirectRequestHandler
 
getString() - Method in class org.apache.wicket.request.handler.TextRequestHandler
Gets the string property.
getType() - Method in class org.apache.wicket.request.mapper.parameter.INamedParameters.NamedPair
 
getUrl() - Method in class org.apache.wicket.request.Request
Returns the URL for this request.
getUrlRenderer() - Method in interface org.apache.wicket.request.IRequestCycle
Returns UrlRenderer for this IRequestCycle.
getValue() - Method in class org.apache.wicket.request.mapper.parameter.INamedParameters.NamedPair
 
getValue() - Method in class org.apache.wicket.request.Url.QueryParameter
Returns query parameter value.
getValues(String) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Return list of all values for named parameter with given name
getValues(String) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 

H

hashCode() - Method in class org.apache.wicket.request.mapper.parameter.INamedParameters.NamedPair
 
hashCode() - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
hashCode() - Method in class org.apache.wicket.request.Url
hashCode() - Method in class org.apache.wicket.request.Url.QueryParameter
HEADER_AJAX - Static variable in class org.apache.wicket.request.http.WebRequest
marker for Ajax requests
HEADER_AJAX_BASE_URL - Static variable in class org.apache.wicket.request.http.WebRequest
marker for Ajax-relative url
HEADER_ORIGIN - Static variable in class org.apache.wicket.request.http.WebRequest
Origin http header
HEADER_REFERER - Static variable in class org.apache.wicket.request.http.WebRequest
Referer http header
HttpHeaderCollection - Class in org.apache.wicket.request
A multivalue map of headers names and header values suitable for processing http request and response headers.
HttpHeaderCollection() - Constructor for class org.apache.wicket.request.HttpHeaderCollection
Constructor.

I

ICompoundRequestMapper - Interface in org.apache.wicket.request.mapper
Mapper that delegates the mapping to a contained IRequestMappers with the highest compatibility score.
IExceptionMapper - Interface in org.apache.wicket.request
Maps exception to IRequestHandler.
IIndexedParameters - Interface in org.apache.wicket.request.mapper.parameter
Container for parameters that are identified by their index
ILogData - Interface in org.apache.wicket.request
Base interface for log data collected by request handlers.
ILoggableRequestHandler - Interface in org.apache.wicket.request
A loggable request handler is a IRequestHandler that is capable of delivering log data.
INamedParameters - Interface in org.apache.wicket.request.mapper.parameter
Container for parameters that are identified by their name
INamedParameters.NamedPair - Class in org.apache.wicket.request.mapper.parameter
Represents a named parameter entry.
INamedParameters.Type - Enum in org.apache.wicket.request.mapper.parameter
A hint where the parameter is read/parsed from.
INSTANCE - Static variable in class org.apache.wicket.request.parameter.EmptyRequestParameters
Singleton instance.
IPageParametersEncoder - Interface in org.apache.wicket.request.mapper.parameter
Encoder that can encode and decode PageParameters to/from URL.
IRequestCycle - Interface in org.apache.wicket.request
 
IRequestHandler - Interface in org.apache.wicket.request
A request handler is the base entity that is the subject of a request.
IRequestHandlerDelegate - Interface in org.apache.wicket.request
A IRequestHandler that delegates the actual work to another IRequestHandler.
IRequestMapper - Interface in org.apache.wicket.request
Maps IRequestHandler(s) into Url(s) and Request(s) to IRequestHandler(s).
IRequestMapperDelegate - Interface in org.apache.wicket.request.mapper
A interface to be implemented by IRequestMappers that delegate to other IRequestMappers.
IRequestParameters - Interface in org.apache.wicket.request
Represents request parameters.
isAjax() - Method in class org.apache.wicket.request.http.WebRequest
Returns whether this request is an Ajax request.
isContextAbsolute() - Method in class org.apache.wicket.request.Url
Returns whether the Url is context absolute.
isContextRelative() - Method in class org.apache.wicket.request.Url
Tests if the URL is relative to the application context.
isDataUrl() - Method in class org.apache.wicket.request.Url
Returns whether the Url is a CSS data uri.
isEmpty() - Method in class org.apache.wicket.request.HttpHeaderCollection
Check if collection is empty
isEmpty() - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
isFull() - Method in class org.apache.wicket.request.Url
Returns whether the Url has a host attribute.
isHeaderSupported() - Method in class org.apache.wicket.request.http.WebResponse
Indicates if the response supports setting headers.
isRedirect() - Method in class org.apache.wicket.request.http.WebResponse
 
isRelative(String) - Static method in class org.apache.wicket.request.UrlUtils
Checks if the url is relative or absolute
iterator() - Method in class org.apache.wicket.request.mapper.CompoundRequestMapper
 
IUrlRenderer - Interface in org.apache.wicket.request
An interface that a Url can implement if it knows how to render itself as full url or relative to a base url
IWritableRequestParameters - Interface in org.apache.wicket.request
Request parameters that can be modified.

L

LOCAL - Enum constant in enum org.apache.wicket.request.Url.StringMode
local urls are rendered without the host name

M

MANUAL - Enum constant in enum org.apache.wicket.request.mapper.parameter.INamedParameters.Type
The named parameter is set manually in the application code
map(Exception) - Method in interface org.apache.wicket.request.IExceptionMapper
 
mapHandler(IRequestHandler) - Method in interface org.apache.wicket.request.IRequestMapper
Returns the Url for given IRequestHandler or null if the request handler is not recognized.
mapHandler(IRequestHandler) - Method in class org.apache.wicket.request.mapper.CompoundRequestMapper
Searches the registered IRequestMappers to find one that can map the IRequestHandler.
mapHandler(IRequestHandler) - Method in class org.apache.wicket.request.mapper.ParentPathReferenceRewriter
Returns the Url for given IRequestHandler or null if the request handler is not recognized.
mapRequest(Request) - Method in interface org.apache.wicket.request.IRequestMapper
Returns IRequestHandler for the request or null if the Url is not recognized.
mapRequest(Request) - Method in class org.apache.wicket.request.mapper.CompoundRequestMapper
Searches the registered IRequestMappers to find one that can map the Request.
mapRequest(Request) - Method in class org.apache.wicket.request.mapper.ParentPathReferenceRewriter
 
MAX_CACHE_DURATION - Static variable in class org.apache.wicket.request.http.WebResponse
Recommended value for cache duration
mergeWith(PageParameters) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
Merges the page parameters into this, overwriting existing values
mode(RedirectRequestHandler.Mode) - Method in class org.apache.wicket.request.http.handler.RedirectRequestHandler
 

N

NamedPair(String, String) - Constructor for class org.apache.wicket.request.mapper.parameter.INamedParameters.NamedPair
Creates a named parameter entry that is set manually in the application code.
NamedPair(String, String, INamedParameters.Type) - Constructor for class org.apache.wicket.request.mapper.parameter.INamedParameters.NamedPair
Creates a named parameter entry
next() - Method in class org.apache.wicket.request.RequestHandlerExecutor
 
NoLogData - Class in org.apache.wicket.request.handler.logger
Stub for request handlers that do not log anything.
NoLogData() - Constructor for class org.apache.wicket.request.handler.logger.NoLogData
 
normalizePath(String) - Static method in class org.apache.wicket.request.UrlUtils
Makes sure the path starts with a slash and does not end with a slash.

O

org.apache.wicket.request - package org.apache.wicket.request
Package for classes that have generic (protocol independent) support for request cycle processing.
org.apache.wicket.request.flow - package org.apache.wicket.request.flow
 
org.apache.wicket.request.handler - package org.apache.wicket.request.handler
 
org.apache.wicket.request.handler.logger - package org.apache.wicket.request.handler.logger
 
org.apache.wicket.request.http - package org.apache.wicket.request.http
 
org.apache.wicket.request.http.flow - package org.apache.wicket.request.http.flow
 
org.apache.wicket.request.http.handler - package org.apache.wicket.request.http.handler
 
org.apache.wicket.request.mapper - package org.apache.wicket.request.mapper
 
org.apache.wicket.request.mapper.info - package org.apache.wicket.request.mapper.info
 
org.apache.wicket.request.mapper.parameter - package org.apache.wicket.request.mapper.parameter
 
org.apache.wicket.request.parameter - package org.apache.wicket.request.parameter
 
overwriteWith(PageParameters) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
Copy the page parameters

P

PageComponentInfo - Class in org.apache.wicket.request.mapper.info
Encapsulates both page and component info.
PageComponentInfo(PageInfo, ComponentInfo) - Constructor for class org.apache.wicket.request.mapper.info.PageComponentInfo
Construct.
PageInfo - Class in org.apache.wicket.request.mapper.info
Possible string representation of PageInfo: pageId
PageInfo() - Constructor for class org.apache.wicket.request.mapper.info.PageInfo
Construct.
PageInfo(Integer) - Constructor for class org.apache.wicket.request.mapper.info.PageInfo
Construct.
PageParameters - Class in org.apache.wicket.request.mapper.parameter
Mutable class that holds parameters of a Page.
PageParameters() - Constructor for class org.apache.wicket.request.mapper.parameter.PageParameters
Constructor.
PageParameters(PageParameters) - Constructor for class org.apache.wicket.request.mapper.parameter.PageParameters
Copy constructor.
PageParametersEncoder - Class in org.apache.wicket.request.mapper.parameter
Simple encoder with direct indexed/named parameters mapping.
PageParametersEncoder() - Constructor for class org.apache.wicket.request.mapper.parameter.PageParametersEncoder
Construct.
PARAM_AJAX - Static variable in class org.apache.wicket.request.http.WebRequest
marker for Ajax requests
PARAM_AJAX_BASE_URL - Static variable in class org.apache.wicket.request.http.WebRequest
marker for Ajax-relative url
PARAM_AJAX_REQUEST_ANTI_CACHE - Static variable in class org.apache.wicket.request.http.WebRequest
anti-cache query parameter added by Wicket.Ajax.Request at its URL
ParentPathReferenceRewriter - Class in org.apache.wicket.request.mapper
Mapper that rewrites parent path segments (../) with the specified string and viceversa.
ParentPathReferenceRewriter(IRequestMapper) - Constructor for class org.apache.wicket.request.mapper.ParentPathReferenceRewriter
Construct.
ParentPathReferenceRewriter(IRequestMapper, Supplier<String>) - Constructor for class org.apache.wicket.request.mapper.ParentPathReferenceRewriter
Construct.
parse(CharSequence) - Static method in class org.apache.wicket.request.Url
Parses the given URL string.
parse(CharSequence, Charset) - Static method in class org.apache.wicket.request.Url
Parses the given URL string.
parse(CharSequence, Charset, boolean) - Static method in class org.apache.wicket.request.Url
Parses the given URL string.
parse(String) - Static method in class org.apache.wicket.request.mapper.info.ComponentInfo
Parses the given string.
parse(String) - Static method in class org.apache.wicket.request.mapper.info.PageComponentInfo
Parses the given string
parse(String) - Static method in class org.apache.wicket.request.mapper.info.PageInfo
 
PATH - Enum constant in enum org.apache.wicket.request.mapper.parameter.INamedParameters.Type
The named parameter is read/parsed from the url path
prependLeadingSegments(List<String>) - Method in class org.apache.wicket.request.Url
Convenience method that prepends segments to the segments collection
PRIVATE - Enum constant in enum org.apache.wicket.request.http.WebResponse.CacheScope
only use non-public caches
PUBLIC - Enum constant in enum org.apache.wicket.request.http.WebResponse.CacheScope
use all caches (private + public)

Q

QUERY_STRING - Enum constant in enum org.apache.wicket.request.mapper.parameter.INamedParameters.Type
The named parameter is read/parsed from the query string
QueryParameter(String, String) - Constructor for class org.apache.wicket.request.Url.QueryParameter
Creates new Url.QueryParameter instance.

R

REDIRECT - Enum constant in enum org.apache.wicket.request.http.handler.RedirectRequestHandler.Mode
RedirectRequestHandler - Class in org.apache.wicket.request.http.handler
A request handler that redirects to the given url.
RedirectRequestHandler(String) - Constructor for class org.apache.wicket.request.http.handler.RedirectRequestHandler
 
RedirectRequestHandler(String, int) - Constructor for class org.apache.wicket.request.http.handler.RedirectRequestHandler
 
RedirectRequestHandler.Mode - Enum in org.apache.wicket.request.http.handler
 
RedirectToUrlException - Exception in org.apache.wicket.request.flow
Causes Wicket to interrupt current request processing and send a redirect to the given url.
RedirectToUrlException(String) - Constructor for exception org.apache.wicket.request.flow.RedirectToUrlException
Construct.
RedirectToUrlException(String, int) - Constructor for exception org.apache.wicket.request.flow.RedirectToUrlException
Construct.
RedirectToUrlException(String, int, RedirectRequestHandler.Mode) - Constructor for exception org.apache.wicket.request.flow.RedirectToUrlException
Construct.
remove(int) - Method in interface org.apache.wicket.request.mapper.parameter.IIndexedParameters
Removes indexed parameter on given index
remove(int) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
remove(String, String...) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Removes named parameter with given name.
remove(String, String...) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
remove(IRequestMapper) - Method in class org.apache.wicket.request.mapper.CompoundRequestMapper
 
remove(IRequestMapper) - Method in interface org.apache.wicket.request.mapper.ICompoundRequestMapper
Unregisters a IRequestMapper
removeHeader(String) - Method in class org.apache.wicket.request.HttpHeaderCollection
remove header values for header name
removeLeadingSegments(int) - Method in class org.apache.wicket.request.Url
Convenience method that removes count leading segments
removeMetaParameter(Url) - Method in class org.apache.wicket.request.mapper.AbstractMapper
The new IRequestMappers use the first query parameter to hold meta information about the request like page version, component version, locale, ...
removeQueryParameters(String) - Method in class org.apache.wicket.request.Url
Convenience method that removes all query parameters with given name.
renderContextRelativeUrl(String) - Method in class org.apache.wicket.request.UrlRenderer
Renders the URL within context relative to current base URL.
renderFullUrl(Url) - Method in class org.apache.wicket.request.UrlRenderer
Renders a full URL in the protocol://hostname:port/path format
renderFullUrl(Url, Url) - Method in interface org.apache.wicket.request.IUrlRenderer
Renders the passed url as full/absolute.
renderRelativeUrl(Url) - Method in class org.apache.wicket.request.UrlRenderer
Renders the Url relative to currently set Base Url.
renderRelativeUrl(Url, Url) - Method in interface org.apache.wicket.request.IUrlRenderer
Renders the passed url as relative to a base url.
renderUrl(Url) - Method in class org.apache.wicket.request.UrlRenderer
Renders the Url
replaceAll(IRequestHandler) - Method in class org.apache.wicket.request.RequestHandlerExecutor
Replaces all request handlers on the stack with the specified one and executes it.
ReplaceHandlerException(IRequestHandler, boolean) - Constructor for exception org.apache.wicket.request.RequestHandlerExecutor.ReplaceHandlerException
Construct.
Request - Class in org.apache.wicket.request
Request object.
Request() - Constructor for class org.apache.wicket.request.Request
 
RequestHandlerExecutor - Class in org.apache.wicket.request
Manages executions of IRequestHandlers.
RequestHandlerExecutor() - Constructor for class org.apache.wicket.request.RequestHandlerExecutor
 
RequestHandlerExecutor.ReplaceHandlerException - Exception in org.apache.wicket.request
Exception to stop current request handler and execute a new one.
reset() - Method in interface org.apache.wicket.request.IWritableRequestParameters
Clears all parameters.
reset() - Method in class org.apache.wicket.request.Response
Called when the Response needs to reset itself.
ResetResponseException - Exception in org.apache.wicket.request.flow
An exception that resets the response before executing the specified request handler
ResetResponseException(IRequestHandler) - Constructor for exception org.apache.wicket.request.flow.ResetResponseException
Construct.
resolveHost(Url) - Method in class org.apache.wicket.request.UrlRenderer
Gets the host name that should be used to render the url
resolveLocale() - Method in class org.apache.wicket.request.mapper.AbstractMapper
 
resolvePort(Url) - Method in class org.apache.wicket.request.UrlRenderer
Gets port that should be used to render the url
resolveProtocol(Url) - Method in class org.apache.wicket.request.UrlRenderer
Gets the protocol that should be used to render the url
resolveRelative(Url) - Method in class org.apache.wicket.request.Url
Makes this url the result of resolving the relative url against this url.
respond(IRequestCycle) - Method in class org.apache.wicket.request.handler.EmptyRequestHandler
Does nothing at all.
respond(IRequestCycle) - Method in class org.apache.wicket.request.handler.TextRequestHandler
Responds by sending the string property.
respond(IRequestCycle) - Method in class org.apache.wicket.request.http.handler.ErrorCodeRequestHandler
Respond by sending the set errorCode and optionally the message to the browser.
respond(IRequestCycle) - Method in class org.apache.wicket.request.http.handler.RedirectRequestHandler
 
respond(IRequestCycle) - Method in interface org.apache.wicket.request.IRequestHandler
Generates a response.
respond(IRequestHandler) - Method in class org.apache.wicket.request.RequestHandlerExecutor
Allows the request handler to respond to the request
Response - Class in org.apache.wicket.request
Abstract base class for different implementations of response writing.
Response() - Constructor for class org.apache.wicket.request.Response
 
rewriteToContextRelative(String, IRequestCycle) - Static method in class org.apache.wicket.request.UrlUtils
Rewrites a relative url to be context relative, leaves absolute urls same.

S

safeSegmentGetter(List<String>, int, String) - Method in class org.apache.wicket.request.mapper.AbstractMapper
Utility method to safely get an element from a list of String.
schedule(IRequestHandler) - Method in class org.apache.wicket.request.RequestHandlerExecutor
Schedules the handler after the current one
scheduleRequestHandlerAfterCurrent(IRequestHandler) - Method in interface org.apache.wicket.request.IRequestCycle
Schedule the request handler to be executed after the current one.
sendError(int, String) - Method in class org.apache.wicket.request.http.WebResponse
Send error status code with optional message.
sendRedirect(String) - Method in class org.apache.wicket.request.http.WebResponse
Redirects the response to specified URL.
set(int, Object) - Method in interface org.apache.wicket.request.mapper.parameter.IIndexedParameters
Sets the indexed parameter on given index
set(int, Object) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
set(String, Object) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
Sets the page parameter with name and value
set(String, Object, int) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
Sets the page parameter with name and value at the given index
set(String, Object, int, INamedParameters.Type) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Sets the named parameter on specified position.
set(String, Object, int, INamedParameters.Type) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
set(String, Object, INamedParameters.Type) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
Sets the value for named parameter with given name.
set(String, Object, INamedParameters.Type) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
setAcceptRange(String) - Method in class org.apache.wicket.request.http.WebResponse
Sets the accept range (e.g.
setAttachmentHeader(String) - Method in class org.apache.wicket.request.http.WebResponse
Convenience method for setting the content-disposition:attachment header.
setBaseUrl(Url) - Method in class org.apache.wicket.request.UrlRenderer
Sets the base Url.
setContentLength(long) - Method in class org.apache.wicket.request.http.WebResponse
Set the content length on the response, if appropriate in the subclass.
setContentRange(String) - Method in class org.apache.wicket.request.http.WebResponse
Sets the content range of the response.
setContentType(String) - Method in class org.apache.wicket.request.http.WebResponse
Set the content type on the response, if appropriate in the subclass.
setContextRelative(boolean) - Method in class org.apache.wicket.request.Url
Flags the URL as relative to the application context.
setDateHeader(String, Instant) - Method in class org.apache.wicket.request.http.WebResponse
Set a header to the date value in the servlet response stream.
setDateHeader(String, Instant) - Method in class org.apache.wicket.request.HttpHeaderCollection
add date header value
setFragment(String) - Method in class org.apache.wicket.request.Url
 
setHeader(String, String) - Method in class org.apache.wicket.request.http.WebResponse
Set a header to the string value in the servlet response stream.
setHeader(String, String) - Method in class org.apache.wicket.request.HttpHeaderCollection
set header value (and remove previous values)
setHost(String) - Method in class org.apache.wicket.request.Url
Sets the host name of this url
setInlineHeader(String) - Method in class org.apache.wicket.request.http.WebResponse
Convenience method for setting the content-disposition:inline header.
setLastModifiedTime(Instant) - Method in class org.apache.wicket.request.http.WebResponse
Set the contents last modified time, if appropriate in the subclass.
setLocale(Locale) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
setParameterValues(String, List<StringValue>) - Method in interface org.apache.wicket.request.IWritableRequestParameters
Sets the values for given parameter.
setPort(Integer) - Method in class org.apache.wicket.request.Url
Sets the port of this url
setProtocol(String) - Method in class org.apache.wicket.request.Url
Sets the protocol of this url (http/https/etc)
setQueryParameter(String, Object) - Method in class org.apache.wicket.request.Url
Convenience method that removes all query parameters with given name and adds new query parameter with specified name and value
setResponse(Response) - Method in interface org.apache.wicket.request.IRequestCycle
Replaces the current Response with new Response instance.
setStatus(int) - Method in class org.apache.wicket.request.http.WebResponse
Sets the status code for this response.
shouldPreserveClientUrl() - Method in class org.apache.wicket.request.http.WebRequest
Signals whether or not request processing should preserve the current client url - in other words, handle this request without redirecting.
shouldRenderAsFull() - Method in class org.apache.wicket.request.Url
 
shouldRenderAsFull(Url) - Method in class org.apache.wicket.request.UrlRenderer
Determines whether a URL should be rendered in its full form
STATUS - Enum constant in enum org.apache.wicket.request.http.handler.RedirectRequestHandler.Mode

T

TextRequestHandler - Class in org.apache.wicket.request.handler
Request target that responds by sending its string property.
TextRequestHandler(String) - Constructor for class org.apache.wicket.request.handler.TextRequestHandler
Creates a string request target with content type text/plain and default charset (usually UTF-8)
TextRequestHandler(String, String, String) - Constructor for class org.apache.wicket.request.handler.TextRequestHandler
Constructor
toString() - Method in class org.apache.wicket.request.handler.logger.DelegateLogData
 
toString() - Method in class org.apache.wicket.request.handler.logger.NoLogData
 
toString() - Method in class org.apache.wicket.request.mapper.info.ComponentInfo
 
toString() - Method in class org.apache.wicket.request.mapper.info.PageComponentInfo
 
toString() - Method in class org.apache.wicket.request.mapper.info.PageInfo
The PageInfo.pageId as string
toString() - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
 
toString() - Method in class org.apache.wicket.request.Url.QueryParameter
toString() - Method in class org.apache.wicket.request.Url
Renders a url with Url.StringMode.LOCAL using the url's charset
toString(Charset) - Method in class org.apache.wicket.request.Url.QueryParameter
 
toString(Charset) - Method in class org.apache.wicket.request.Url
Stringizes this url using Url.StringMode.LOCAL and the specified charset
toString(Url.StringMode) - Method in class org.apache.wicket.request.Url
Stringizes this url using the specific Url.StringMode and url's charset
toString(Url.StringMode, Charset) - Method in class org.apache.wicket.request.Url
Stringizes this url

U

Url - Class in org.apache.wicket.request
Represents the URL to an external resource or internal resource/component.
Url() - Constructor for class org.apache.wicket.request.Url
Construct.
Url(Charset) - Constructor for class org.apache.wicket.request.Url
Construct.
Url(List<String>, Charset) - Constructor for class org.apache.wicket.request.Url
Construct.
Url(List<String>, List<Url.QueryParameter>) - Constructor for class org.apache.wicket.request.Url
Construct.
Url(List<String>, List<Url.QueryParameter>, Charset) - Constructor for class org.apache.wicket.request.Url
Construct.
Url(Url) - Constructor for class org.apache.wicket.request.Url
copy constructor
Url.QueryParameter - Class in org.apache.wicket.request
Represents a single query parameter
Url.StringMode - Enum in org.apache.wicket.request
Modes with which urls can be stringized
UrlPathPageParametersEncoder - Class in org.apache.wicket.request.mapper.parameter
Encodes page parameters into Url path fragments instead of the query string like the default PageParametersEncoder.
UrlPathPageParametersEncoder() - Constructor for class org.apache.wicket.request.mapper.parameter.UrlPathPageParametersEncoder
 
UrlRenderer - Class in org.apache.wicket.request
Takes care of rendering URLs.
UrlRenderer(Request) - Constructor for class org.apache.wicket.request.UrlRenderer
Construct.
UrlRequestParametersAdapter - Class in org.apache.wicket.request.parameter
Utility class that expresses query parameters from Url as IRequestParameters.
UrlRequestParametersAdapter(Url) - Constructor for class org.apache.wicket.request.parameter.UrlRequestParametersAdapter
Construct.
urlStartsWith(Url, String...) - Method in class org.apache.wicket.request.mapper.AbstractMapper
Returns true if the given url starts with specified segments.
UrlUtils - Class in org.apache.wicket.request
Various url utilities
UrlUtils() - Constructor for class org.apache.wicket.request.UrlUtils
Constructor

V

valueOf(String) - Static method in enum org.apache.wicket.request.http.handler.RedirectRequestHandler.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wicket.request.http.WebResponse.CacheScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wicket.request.mapper.parameter.INamedParameters.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wicket.request.Url.StringMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.wicket.request.http.handler.RedirectRequestHandler.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wicket.request.http.WebResponse.CacheScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wicket.request.mapper.parameter.INamedParameters.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wicket.request.Url.StringMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebRequest - Class in org.apache.wicket.request.http
Base class for request that provides additional web-related information.
WebRequest() - Constructor for class org.apache.wicket.request.http.WebRequest
 
WebResponse - Class in org.apache.wicket.request.http
Base class for web-related responses.
WebResponse() - Constructor for class org.apache.wicket.request.http.WebResponse
 
WebResponse.CacheScope - Enum in org.apache.wicket.request.http
caching scope for data
write(byte[]) - Method in class org.apache.wicket.request.Response
Writes the buffer to output.
write(byte[], int, int) - Method in class org.apache.wicket.request.Response
Writes the buffer to output.
write(CharSequence) - Method in class org.apache.wicket.request.Response
Writes the CharSequence to output.
A C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form