- get(int) - Method in interface org.apache.wicket.request.mapper.parameter.IIndexedParameters
-
- get(String) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
-
Returns parameter value of named parameter with given name
- get(int) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
-
- 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
-
- getDelegateMapper() - Method in class org.apache.wicket.request.mapper.ParentPathReferenceRewriter
-
- 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.
- 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
-
- 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(Charset) - Method in class org.apache.wicket.request.Url
-
return path for current url in given encoding
- getPath() - Method in class org.apache.wicket.request.Url
-
return path for current url in original 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(Charset) - Method in class org.apache.wicket.request.Url
-
return query string part of url in given encoding
- getQueryString() - Method in class org.apache.wicket.request.Url
-
return query string part of url in original 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- IRequestMapper - Interface in org.apache.wicket.request
-
- IRequestMapperDelegate - Interface in org.apache.wicket.request.mapper
-
- 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.
- 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
- isRemoveAll() - Method in exception org.apache.wicket.request.RequestHandlerExecutor.ReplaceHandlerException
-
- 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.
- 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(IRequestMapper) - Method in class org.apache.wicket.request.mapper.CompoundRequestMapper
-
- remove(IRequestMapper) - Method in interface org.apache.wicket.request.mapper.ICompoundRequestMapper
-
- remove(int) - Method in interface org.apache.wicket.request.mapper.parameter.IIndexedParameters
-
Removes indexed parameter on given index
- remove(String, String...) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
-
Removes named parameter with given name.
- remove(int) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
-
- remove(String, String...) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
-
- 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, Url) - Method in interface org.apache.wicket.request.IUrlRenderer
-
Renders the passed url as full/absolute.
- renderFullUrl(Url) - Method in class org.apache.wicket.request.UrlRenderer
-
Renders a full URL in the protocol://hostname:port/path format
- renderRelativeUrl(Url, Url) - Method in interface org.apache.wicket.request.IUrlRenderer
-
Renders the passed url as relative to a base url.
- renderRelativeUrl(Url) - Method in class org.apache.wicket.request.UrlRenderer
-
Renders the Url relative to currently set 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
-
- 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.
- resolveHandler(RuntimeException) - Method in class org.apache.wicket.request.RequestHandlerExecutor
-
Deprecated.
- 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.
- 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(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, INamedParameters.Type) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
-
Sets the value for named parameter with given name.
- set(int, Object) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
-
- 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 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, 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, Time) - Method in class org.apache.wicket.request.http.WebResponse
-
Set a header to the date value in the servlet response stream.
- setDateHeader(String, Time) - 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(Time) - 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
-
- 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(Url) - Method in class org.apache.wicket.request.UrlRenderer
-
Determines whether a URL should be rendered in its full form