A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
A
- ABORT - org.apache.wicket.markup.html.form.Form.MethodMismatchResponse
-
Abort processing.
- ABORT - org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener.CsrfAction
-
Deprecated.Aborts the request and throws an exception when a CSRF request is detected.
- ABORT - org.apache.wicket.protocol.http.ResourceIsolationRequestCycleListener.CsrfAction
-
Aborts the request and throws an exception when a CSRF request is detected.
- AbortedMessage - Class in org.apache.wicket.protocol.ws.api.message
-
A
message
sent when the web socket connection is aborted. - AbortedMessage(Application, String, IKey) - Constructor for class org.apache.wicket.protocol.ws.api.message.AbortedMessage
- abortHandler(HttpServletRequest, String, IRequestablePage) - Method in class org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener
-
Deprecated.Handles the case where an Origin HTTP header was not present or did not match the request origin, and the corresponding action (
CsrfPreventionRequestCycleListener.noOriginAction
orCsrfPreventionRequestCycleListener.conflictingOriginAction
) is set toABORT
. - abortHandler(HttpServletRequest, IRequestablePage) - Method in class org.apache.wicket.protocol.http.ResourceIsolationRequestCycleListener
-
Abort the request because the outcome results in
ResourceIsolationRequestCycleListener.CsrfAction.ABORT
. - 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
- absolutePath(Class<?>, String) - Static method in class org.apache.wicket.util.lang.Packages
-
Takes a package and a path to a resource and returns an absolute path to the resource.
- absolutePath(Package, String) - Static method in class org.apache.wicket.util.lang.Packages
-
Takes a package and a path to a resource and returns an absolute path to the resource.
- absolutePath(String, String) - Static method in class org.apache.wicket.util.lang.Packages
-
Takes a package and a path to a resource and returns an absolute path to the resource.
- AbstractAjaxBehavior - Class in org.apache.wicket.behavior
-
Abstract class for handling Ajax roundtrips.
- AbstractAjaxBehavior() - Constructor for class org.apache.wicket.behavior.AbstractAjaxBehavior
-
Constructor.
- AbstractAjaxTimerBehavior - Class in org.apache.wicket.ajax
-
A behavior that generates an AJAX update callback at a regular interval.
- AbstractAjaxTimerBehavior(Duration) - Constructor for class org.apache.wicket.ajax.AbstractAjaxTimerBehavior
-
Construct.
- AbstractAjaxTimerBehavior(Duration) - Constructor for class org.apache.wicket.ajax.AbstractAjaxTimerBehavior
-
Deprecated.Since Wicket 9 this constructor is deprecated. It will be removed in Wicket 10. Use
AbstractAjaxTimerBehavior(Duration)
instead - AbstractAuthenticatedWebSession - Class in org.apache.wicket.authroles.authentication
-
Authenticated web session.
- AbstractAuthenticatedWebSession(Request) - Constructor for class org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession
-
Construct.
- AbstractAutoCompleteBehavior - Class in org.apache.wicket.extensions.ajax.markup.html.autocomplete
- AbstractAutoCompleteBehavior() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteBehavior
-
Constructor that creates an default
AutoCompleteSettings
- AbstractAutoCompleteBehavior(AutoCompleteSettings) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteBehavior
-
Constructor
- AbstractAutoCompleteRenderer<T> - Class in org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
A renderer that abstracts auto-assist specific details and allows subclasses to only render the visual part of the assist instead of having to also render the necessary auto-assist javascript hooks.
- AbstractAutoCompleteRenderer() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteRenderer
- AbstractAutoCompleteTextRenderer<T> - Class in org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
Base for text renderers that simply want to show a string
- AbstractAutoCompleteTextRenderer() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteTextRenderer
- AbstractAutolinkResolverDelegate() - Constructor for class org.apache.wicket.markup.resolver.AutoLinkResolver.AbstractAutolinkResolverDelegate
- AbstractBookmarkableMapper - Class in org.apache.wicket.core.request.mapper
-
Abstract encoder for Bookmarkable, Hybrid and BookmarkableListener URLs.
- AbstractBookmarkableMapper() - Constructor for class org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper
-
Construct.
- AbstractBookmarkableMapper(String, IPageParametersEncoder) - Constructor for class org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper
- AbstractBookmarkableMapper.MountPathSegment - Class in org.apache.wicket.core.request.mapper
- AbstractBookmarkableMapper.UrlInfo - Class in org.apache.wicket.core.request.mapper
-
Represents information stored in URL.
- AbstractCGLibInterceptor(Class<?>, IProxyTargetLocator) - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory.AbstractCGLibInterceptor
-
Deprecated.Constructor
- AbstractCheckBoxModel - Class in org.apache.wicket.extensions.model
-
Model adapter that makes working with models for checkboxes easier.
- AbstractCheckBoxModel() - Constructor for class org.apache.wicket.extensions.model.AbstractCheckBoxModel
- AbstractCheckSelector - Class in org.apache.wicket.markup.html.form
-
Base class for all Javascript-based "select-all" checkboxes.
- AbstractCheckSelector(String) - Constructor for class org.apache.wicket.markup.html.form.AbstractCheckSelector
-
Construct.
- AbstractChoice<T,E> - Class in org.apache.wicket.markup.html.form
-
Abstract base class for all choice (html select) options.
- AbstractChoice(String) - Constructor for class org.apache.wicket.markup.html.form.AbstractChoice
-
Constructor.
- AbstractChoice(String, List<? extends E>) - Constructor for class org.apache.wicket.markup.html.form.AbstractChoice
-
Constructor.
- AbstractChoice(String, List<? extends E>, IChoiceRenderer<? super E>) - Constructor for class org.apache.wicket.markup.html.form.AbstractChoice
-
Constructor.
- AbstractChoice(String, IModel<? extends List<? extends E>>) - Constructor for class org.apache.wicket.markup.html.form.AbstractChoice
-
Constructor.
- AbstractChoice(String, IModel<? extends List<? extends E>>, IChoiceRenderer<? super E>) - Constructor for class org.apache.wicket.markup.html.form.AbstractChoice
-
Constructor.
- AbstractChoice(String, IModel<T>, List<? extends E>) - Constructor for class org.apache.wicket.markup.html.form.AbstractChoice
-
Constructor.
- AbstractChoice(String, IModel<T>, List<? extends E>, IChoiceRenderer<? super E>) - Constructor for class org.apache.wicket.markup.html.form.AbstractChoice
-
Constructor.
- AbstractChoice(String, IModel<T>, IModel<? extends List<? extends E>>) - Constructor for class org.apache.wicket.markup.html.form.AbstractChoice
-
Constructor.
- AbstractChoice(String, IModel<T>, IModel<? extends List<? extends E>>, IChoiceRenderer<? super E>) - Constructor for class org.apache.wicket.markup.html.form.AbstractChoice
-
Constructor.
- AbstractChoice.LabelPosition - Enum in org.apache.wicket.markup.html.form
-
An enumeration of possible positions of the label for a choice
- AbstractClassResolver - Class in org.apache.wicket.application
-
An abstract implementation of a
IClassResolver
which uses aClassLoader
for resolving classes. - AbstractClassResolver() - Constructor for class org.apache.wicket.application.AbstractClassResolver
- AbstractClientMessage - Class in org.apache.wicket.protocol.ws.api.message
-
A base message for all messages with information about the client
- AbstractClientMessage(Application, String, IKey) - Constructor for class org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
- AbstractColumn<T,S> - Class in org.apache.wicket.extensions.markup.html.repeater.data.table
-
A helper implementation for the IColumn interface
- AbstractColumn(IModel<String>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
- AbstractColumn(IModel<String>, S) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
- AbstractComponentMapper - Class in org.apache.wicket.core.request.mapper
-
Convenience class for implementing page/components related encoders.
- AbstractComponentMapper() - Constructor for class org.apache.wicket.core.request.mapper.AbstractComponentMapper
-
Construct.
- AbstractConverter<C> - Class in org.apache.wicket.util.convert.converter
-
Base class for locale aware type converters.
- AbstractConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractConverter
- AbstractCrypt - Class in org.apache.wicket.util.crypt
-
Abstract base class for JCE based ICrypt implementations.
- AbstractCrypt() - Constructor for class org.apache.wicket.util.crypt.AbstractCrypt
-
Constructor
- AbstractCspHeaderItem - Class in org.apache.wicket.markup.head
-
Abstract base class for all
HeaderItem
s that have a nonce to allow the browser to check Content Security Policy (CSP) . - AbstractCspHeaderItem() - Constructor for class org.apache.wicket.markup.head.AbstractCspHeaderItem
- AbstractCssReferenceHeaderItem - Class in org.apache.wicket.markup.head
-
A
HeaderItem
that renders a CSS reference. - AbstractCssReferenceHeaderItem(String, String) - Constructor for class org.apache.wicket.markup.head.AbstractCssReferenceHeaderItem
- AbstractDataExporter - Class in org.apache.wicket.extensions.markup.html.repeater.data.table.export
-
An abstract helper implementation of
IDataExporter
. - AbstractDataExporter(IModel<String>, String, String) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.export.AbstractDataExporter
-
Creates a new instance with the data format name model, content type and file name extensions provided.
- AbstractDataGridView<T> - Class in org.apache.wicket.extensions.markup.html.repeater.data.grid
-
Acts as a base for data-grid views.
- AbstractDataGridView(String, List<? extends ICellPopulator<T>>, IDataProvider<T>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.grid.AbstractDataGridView
-
Constructor
- AbstractDateConverter<D extends Date> - Class in org.apache.wicket.util.convert.converter
-
A base class for all Date related converters
- AbstractDateConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractDateConverter
- AbstractDecimalConverter<N extends Number> - Class in org.apache.wicket.util.convert.converter
-
Base class for all converters of decimal numbers.
- AbstractDecimalConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractDecimalConverter
- AbstractDefaultAjaxBehavior - Class in org.apache.wicket.ajax
-
The base class for Wicket's default AJAX implementation.
- AbstractDefaultAjaxBehavior() - Constructor for class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
- AbstractErrorPage - Class in org.apache.wicket.markup.html.pages
-
A parent page for all pages that are used to show an error to the user.
- AbstractErrorPage() - Constructor for class org.apache.wicket.markup.html.pages.AbstractErrorPage
- AbstractErrorPage(IModel<?>) - Constructor for class org.apache.wicket.markup.html.pages.AbstractErrorPage
- AbstractErrorPage(PageParameters) - Constructor for class org.apache.wicket.markup.html.pages.AbstractErrorPage
- AbstractExportableColumn<T,S> - Class in org.apache.wicket.extensions.markup.html.repeater.data.table.export
-
A helper implementation of
IExportableColumn
. - AbstractExportableColumn(IModel<String>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.export.AbstractExportableColumn
-
Creates a new
AbstractExportableColumn
with the provided display model, and without a sort property. - AbstractExportableColumn(IModel<String>, S) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.export.AbstractExportableColumn
-
Creates a new
AbstractExportableColumn
with the provided display model, and sort property. - AbstractFilter - Class in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
-
Base class for filters that provides some useful functionality
- AbstractFilter(String, FilterForm<?>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.AbstractFilter
- AbstractFormValidator - Class in org.apache.wicket.markup.html.form.validation
-
Base class for
IFormValidator
s. - AbstractFormValidator() - Constructor for class org.apache.wicket.markup.html.form.validation.AbstractFormValidator
- AbstractGetAndSet() - Constructor for class org.apache.wicket.core.util.lang.PropertyResolver.AbstractGetAndSet
- AbstractHeaderRenderStrategy - Class in org.apache.wicket.markup.renderStrategy
-
An abstract implementation of a header render strategy which is only missing the code to traverse the child hierarchy, since the sequence of that traversal is what will make the difference between the different header render strategies.
- AbstractHeaderRenderStrategy() - Constructor for class org.apache.wicket.markup.renderStrategy.AbstractHeaderRenderStrategy
-
Construct.
- AbstractHeaderResponseFilter - Class in org.apache.wicket.markup.head.filter
-
A default implementation of IHeaderResponseFilter that returns true for everything.
- AbstractHeaderResponseFilter(String) - Constructor for class org.apache.wicket.markup.head.filter.AbstractHeaderResponseFilter
-
Create a response filter.
- AbstractIntegerConverter<I extends Number> - Class in org.apache.wicket.util.convert.converter
-
Base class for all converters of integer numbers.
- AbstractIntegerConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractIntegerConverter
- AbstractItem - Class in org.apache.wicket.markup.html.list
-
A very simple Item.
- AbstractItem(long) - Constructor for class org.apache.wicket.markup.html.list.AbstractItem
-
Constructor
- AbstractItem(long, IModel<?>) - Constructor for class org.apache.wicket.markup.html.list.AbstractItem
-
Constructor
- AbstractItem(String) - Constructor for class org.apache.wicket.markup.html.list.AbstractItem
-
Constructor
- AbstractItem(String, IModel<?>) - Constructor for class org.apache.wicket.markup.html.list.AbstractItem
-
Constructor
- AbstractJavaScriptReferenceHeaderItem - Class in org.apache.wicket.markup.head
-
A
HeaderItem
that renders a JavaScript reference. - AbstractJavaScriptReferenceHeaderItem() - Constructor for class org.apache.wicket.markup.head.AbstractJavaScriptReferenceHeaderItem
- AbstractJavaTimeConverter<T extends Temporal> - Class in org.apache.wicket.util.convert.converter
-
A base class for all java.time.** related converters
- AbstractJavaTimeConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
- AbstractJceCrypt - Class in org.apache.wicket.core.util.crypt
-
Base class for JCE based ICrypt implementations.
- AbstractJceCrypt() - Constructor for class org.apache.wicket.core.util.crypt.AbstractJceCrypt
- AbstractKey - Class in org.apache.wicket.protocol.ws.api.registry
- AbstractKey(String) - Constructor for class org.apache.wicket.protocol.ws.api.registry.AbstractKey
- AbstractKeyInSessionCryptFactory<T extends IClusterable> - Class in org.apache.wicket.core.util.crypt
-
Base class to implement crypt factories that store crypt into user session.
- AbstractKeyInSessionCryptFactory() - Constructor for class org.apache.wicket.core.util.crypt.AbstractKeyInSessionCryptFactory
- AbstractLink - Class in org.apache.wicket.markup.html.link
-
Base class that that contains functionality for rendering disabled links.
- AbstractLink(String) - Constructor for class org.apache.wicket.markup.html.link.AbstractLink
-
Construct.
- AbstractLink(String, IModel<?>) - Constructor for class org.apache.wicket.markup.html.link.AbstractLink
-
Construct.
- AbstractMapper - Class in org.apache.wicket.request.mapper
- AbstractMapper() - Constructor for class org.apache.wicket.request.mapper.AbstractMapper
-
Construct.
- AbstractMarkupFilter - Class in org.apache.wicket.markup.parser
-
Base class for markup filters
- AbstractMarkupFilter() - Constructor for class org.apache.wicket.markup.parser.AbstractMarkupFilter
-
Construct.
- AbstractMarkupFilter(MarkupResourceStream) - Constructor for class org.apache.wicket.markup.parser.AbstractMarkupFilter
- AbstractMarkupFragment - Class in org.apache.wicket.markup
-
A base implementation of
IMarkupFragment
. - AbstractMarkupFragment() - Constructor for class org.apache.wicket.markup.AbstractMarkupFragment
- AbstractMarkupParser - Class in org.apache.wicket.markup
-
This is a base MarkupParser specifically for (X)HTML.
- AbstractMarkupParser(String) - Constructor for class org.apache.wicket.markup.AbstractMarkupParser
-
Constructor.
- AbstractMarkupParser(MarkupResourceStream) - Constructor for class org.apache.wicket.markup.AbstractMarkupParser
-
Constructor.
- AbstractMarkupParser(IXmlPullParser, MarkupResourceStream) - Constructor for class org.apache.wicket.markup.AbstractMarkupParser
-
Constructor.
- AbstractMarkupSourcingStrategy - Class in org.apache.wicket.markup.html.panel
-
Implements boilerplate as needed by many markup sourcing strategies.
- AbstractMarkupSourcingStrategy() - Constructor for class org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy
-
Construct.
- AbstractNumberConverter<N extends Number> - Class in org.apache.wicket.util.convert.converter
-
Base class for all number converters.
- AbstractNumberConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractNumberConverter
- AbstractObjectChecker - Class in org.apache.wicket.core.util.objects.checker
-
A base class for IObjectChecker implementations which handles the logic for checking type exclusions.
- AbstractObjectChecker() - Constructor for class org.apache.wicket.core.util.objects.checker.AbstractObjectChecker
- AbstractObjectChecker(List<Class<?>>) - Constructor for class org.apache.wicket.core.util.objects.checker.AbstractObjectChecker
- AbstractOptions<T> - Class in org.apache.wicket.extensions.markup.html.form.palette.component
-
Generates html option elements based on iterator specified by getOptionsIterator() and IChoiceRender specified by the palette
- AbstractOptions(String, Palette<T>) - Constructor for class org.apache.wicket.extensions.markup.html.form.palette.component.AbstractOptions
- AbstractOutputTransformerContainer - Class in org.apache.wicket.markup.transformer
-
This abstract container provides the means to post-process the markup generated by its child components (excluding the containers tag)
- AbstractOutputTransformerContainer(String) - Constructor for class org.apache.wicket.markup.transformer.AbstractOutputTransformerContainer
-
Construct
- AbstractOutputTransformerContainer(String, IModel<?>) - Constructor for class org.apache.wicket.markup.transformer.AbstractOutputTransformerContainer
-
Construct
- AbstractPageableView<T> - Class in org.apache.wicket.markup.repeater
-
An abstract repeater view that provides paging functionality to its subclasses.
- AbstractPageableView(String) - Constructor for class org.apache.wicket.markup.repeater.AbstractPageableView
- AbstractPageableView(String, IModel<? extends Collection<? extends T>>) - Constructor for class org.apache.wicket.markup.repeater.AbstractPageableView
-
Constructor
- AbstractPageAuthorizationStrategy - Class in org.apache.wicket.authorization.strategies.page
-
An abstract base class for implementing simple authorization of Pages.
- AbstractPageAuthorizationStrategy() - Constructor for class org.apache.wicket.authorization.strategies.page.AbstractPageAuthorizationStrategy
- AbstractPartialPageRequestHandler - Class in org.apache.wicket.core.request.handler
-
Abstract
IPartialPageRequestHandler
that implements common methods for Ajax and Web-sockets specializations ofIPartialPageRequestHandler
- AbstractPartialPageRequestHandler(Page) - Constructor for class org.apache.wicket.core.request.handler.AbstractPartialPageRequestHandler
- AbstractPersistentPageStore - Class in org.apache.wicket.pageStore
-
Abstract base class for stores that keep an identifier in the session only, while holding the actual pages in a secondary persistent storage.
- AbstractPersistentPageStore(String) - Constructor for class org.apache.wicket.pageStore.AbstractPersistentPageStore
- AbstractPersistentPageStore.PersistedPage - Class in org.apache.wicket.pageStore
- AbstractPropertyModel<T> - Class in org.apache.wicket.model
-
Serves as a base class for different kinds of property models.
- AbstractPropertyModel(Object) - Constructor for class org.apache.wicket.model.AbstractPropertyModel
-
Constructor
- AbstractRangeValidator<R extends Comparable<? super R> & Serializable,V extends Serializable> - Class in org.apache.wicket.validation.validator
-
Base class for validators that check if a given value falls within [min,max] range.
- AbstractRangeValidator() - Constructor for class org.apache.wicket.validation.validator.AbstractRangeValidator
-
Constructor used for subclasses who want to set the range using
AbstractRangeValidator.setRange(Comparable, Comparable)
- AbstractRangeValidator(R, R) - Constructor for class org.apache.wicket.validation.validator.AbstractRangeValidator
-
Constructor that sets the minimum and maximum values.
- AbstractRangeValidator.Mode - Enum in org.apache.wicket.validation.validator
-
Validator mode
- AbstractRepeater - Class in org.apache.wicket.markup.repeater
-
Base class for repeaters.
- AbstractRepeater(String) - Constructor for class org.apache.wicket.markup.repeater.AbstractRepeater
-
Constructor
- AbstractRepeater(String, IModel<?>) - Constructor for class org.apache.wicket.markup.repeater.AbstractRepeater
-
Constructor
- AbstractRequestLogger - Class in org.apache.wicket.protocol.http
-
Base class that collects request and session information for request logging to enable rich information about the events that transpired during a single request.
- AbstractRequestLogger() - Constructor for class org.apache.wicket.protocol.http.AbstractRequestLogger
-
Construct.
- AbstractRequestWrapperFactory - Class in org.apache.wicket.protocol.http.servlet
-
A factory of
HttpServletRequest
wrappers. - AbstractRequestWrapperFactory() - Constructor for class org.apache.wicket.protocol.http.servlet.AbstractRequestWrapperFactory
-
Construct.
- AbstractResource - Class in org.apache.wicket.request.resource
-
Convenience resource implementation.
- AbstractResource() - Constructor for class org.apache.wicket.request.resource.AbstractResource
-
Construct.
- AbstractResource.ContentRangeType - Enum in org.apache.wicket.request.resource
-
All available content range types.
- AbstractResource.ResourceResponse - Class in org.apache.wicket.request.resource
-
Represents data used to configure response and write resource data.
- AbstractResource.WriteCallback - Class in org.apache.wicket.request.resource
-
Callback invoked when resource data needs to be written to response.
- AbstractResourceReferenceMapper - Class in org.apache.wicket.core.request.mapper
-
Base class for encoding and decoding
ResourceReference
s - AbstractResourceReferenceMapper() - Constructor for class org.apache.wicket.core.request.mapper.AbstractResourceReferenceMapper
- AbstractResourceStream - Class in org.apache.wicket.util.resource
- AbstractResourceStream() - Constructor for class org.apache.wicket.util.resource.AbstractResourceStream
- AbstractResourceStreamWriter - Class in org.apache.wicket.util.resource
-
Base implementation of an IResourceStreamWriter so that you only have to override the
IResourceStreamWriter.write(java.io.OutputStream)
. - AbstractResourceStreamWriter() - Constructor for class org.apache.wicket.util.resource.AbstractResourceStreamWriter
- AbstractRoleAuthorizationStrategy - Class in org.apache.wicket.authroles.authorization.strategies.role
-
Base strategy that uses an instance of
IRoleCheckingStrategy
. - AbstractRoleAuthorizationStrategy(IRoleCheckingStrategy) - Constructor for class org.apache.wicket.authroles.authorization.strategies.role.AbstractRoleAuthorizationStrategy
-
Construct.
- AbstractSingleSelectChoice<T> - Class in org.apache.wicket.markup.html.form
-
Abstract base class for single-select choices.
- AbstractSingleSelectChoice(String) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Constructor.
- AbstractSingleSelectChoice(String, List<? extends T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Constructor.
- AbstractSingleSelectChoice(String, List<? extends T>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Constructor.
- AbstractSingleSelectChoice(String, IModel<? extends List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Constructor.
- AbstractSingleSelectChoice(String, IModel<? extends List<? extends T>>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Constructor.
- AbstractSingleSelectChoice(String, IModel<T>, List<? extends T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Constructor.
- AbstractSingleSelectChoice(String, IModel<T>, List<? extends T>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Constructor.
- AbstractSingleSelectChoice(String, IModel<T>, IModel<? extends List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Constructor.
- AbstractSingleSelectChoice(String, IModel<T>, IModel<? extends List<? extends T>>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Constructor.
- AbstractStringList - Class in org.apache.wicket.util.string
-
An abstract base class for string list implementations.
- AbstractStringList() - Constructor for class org.apache.wicket.util.string.AbstractStringList
- AbstractStringResourceStream - Class in org.apache.wicket.util.resource
-
Base class for string resources.
- AbstractStringResourceStream() - Constructor for class org.apache.wicket.util.resource.AbstractStringResourceStream
-
Constructor.
- AbstractStringResourceStream(String) - Constructor for class org.apache.wicket.util.resource.AbstractStringResourceStream
-
Constructor.
- AbstractSubmitLink - Class in org.apache.wicket.markup.html.form
-
Abstract class for links that are capable of submitting a form.
- AbstractSubmitLink(String) - Constructor for class org.apache.wicket.markup.html.form.AbstractSubmitLink
-
Construct.
- AbstractSubmitLink(String, Form<?>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSubmitLink
-
Construct.
- AbstractSubmitLink(String, IModel<?>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSubmitLink
-
Construct.
- AbstractSubmitLink(String, IModel<?>, Form<?>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSubmitLink
-
Construct.
- AbstractTab - Class in org.apache.wicket.extensions.markup.html.tabs
-
Convenience class that takes care of common ITab functionality
- AbstractTab(IModel<String>) - Constructor for class org.apache.wicket.extensions.markup.html.tabs.AbstractTab
-
Constructor
- AbstractTextComponent<T> - Class in org.apache.wicket.markup.html.form
-
Abstract base class for TextArea and TextField.
- AbstractTextComponent(String) - Constructor for class org.apache.wicket.markup.html.form.AbstractTextComponent
- AbstractTextComponent(String, IModel<T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractTextComponent
- AbstractTextComponent.ITextFormatProvider - Interface in org.apache.wicket.markup.html.form
-
Text components that implement this interface are know to be able to provide a pattern for formatting output and parsing input.
- AbstractToolbar - Class in org.apache.wicket.extensions.markup.html.repeater.data.table
-
A base class for data table toolbars
- AbstractToolbar(DataTable<?, ?>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractToolbar
-
Constructor
- AbstractToolbar(IModel<?>, DataTable<?, ?>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractToolbar
-
Constructor
- AbstractTransformerBehavior - Class in org.apache.wicket.markup.transformer
-
A
Behavior
which can be added to any component. - AbstractTransformerBehavior() - Constructor for class org.apache.wicket.markup.transformer.AbstractTransformerBehavior
- AbstractTree<T> - Class in org.apache.wicket.extensions.markup.html.repeater.tree
-
Abstract base class for
NestedTree
andTableTree
. - AbstractTree(String, ITreeProvider<T>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree
- AbstractTree(String, ITreeProvider<T>, IModel<? extends Set<T>>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree
- AbstractTree.State - Enum in org.apache.wicket.extensions.markup.html.repeater.tree
-
The state of a node.
- AbstractTreeColumn<T,S> - Class in org.apache.wicket.extensions.markup.html.repeater.tree.table
- AbstractTreeColumn(IModel<String>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.table.AbstractTreeColumn
- AbstractTreeColumn(IModel<String>, S) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.table.AbstractTreeColumn
- AbstractUpgradeFilter - Class in org.apache.wicket.protocol.ws
-
An extension of WicketFilter that is used to check whether the processed HttpServletRequest needs to upgrade its protocol from HTTP to something else
- AbstractUpgradeFilter() - Constructor for class org.apache.wicket.protocol.ws.AbstractUpgradeFilter
- AbstractUpgradeFilter(WebApplication) - Constructor for class org.apache.wicket.protocol.ws.AbstractUpgradeFilter
- AbstractWebSocketConnection - Class in org.apache.wicket.protocol.ws.api
-
Abstract class handling the Web Socket broadcast messages.
- AbstractWebSocketConnection(AbstractWebSocketProcessor) - Constructor for class org.apache.wicket.protocol.ws.api.AbstractWebSocketConnection
-
Constructor.
- AbstractWebSocketProcessor - Class in org.apache.wicket.protocol.ws.api
-
The base implementation of IWebSocketProcessor.
- AbstractWebSocketProcessor(HttpServletRequest, WebApplication) - Constructor for class org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
-
Constructor.
- AbstractWizardModel - Class in org.apache.wicket.extensions.wizard
-
Abstract wizard model that provides an implementation for handling
wizard model listeners
and provides base implementations of many methods. - AbstractWizardModel() - Constructor for class org.apache.wicket.extensions.wizard.AbstractWizardModel
-
Construct.
- AbstractWrapModel<T> - Class in org.apache.wicket.model
-
Deprecated.Use
IWrapModel
- AbstractWrapModel() - Constructor for class org.apache.wicket.model.AbstractWrapModel
-
Deprecated.
- accept(String) - Method in interface org.apache.wicket.markup.html.IPackageResourceGuard
-
Whether the package resource that can be reached using the provided parameters may be accessed.
- accept(String) - Method in class org.apache.wicket.markup.html.PackageResourceGuard
- accept(String) - Method in class org.apache.wicket.markup.html.SecurePackageResourceGuard
-
Whether the provided absolute path is accepted.
- accept(String) - Method in class org.apache.wicket.request.resource.PackageResource
-
Checks whether access is granted for this resource.
- accept(String, IKey) - Method in interface org.apache.wicket.protocol.ws.api.registry.IWebSocketConnectionRegistry.IConnectionsFilter
- accept(FeedbackMessage) - Method in class org.apache.wicket.feedback.ComponentFeedbackMessageFilter
- accept(FeedbackMessage) - Method in class org.apache.wicket.feedback.ContainerFeedbackMessageFilter
- accept(FeedbackMessage) - Method in class org.apache.wicket.feedback.DefaultCleanupFeedbackMessageFilter
- accept(FeedbackMessage) - Method in class org.apache.wicket.feedback.ErrorLevelFeedbackMessageFilter
- accept(FeedbackMessage) - Method in class org.apache.wicket.feedback.ExactLevelFeedbackMessageFilter
- accept(FeedbackMessage) - Method in interface org.apache.wicket.feedback.IFeedbackMessageFilter
- accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.AddDelta
- accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.ChangeDelta
- accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.DeleteDelta
- accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.Delta
-
Accepts a visitor.
- accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.Revision
-
Accepts a visitor.
- accept(File) - Method in interface org.apache.wicket.util.file.Folder.FileFilter
- accept(Folder) - Method in interface org.apache.wicket.util.file.Folder.FolderFilter
- acceptExtension(String) - Method in class org.apache.wicket.markup.html.PackageResourceGuard
-
Whether the provided extension is accepted.
- acceptFile(String) - Method in class org.apache.wicket.markup.html.PackageResourceGuard
-
Whether the provided filename is accepted.
- accepts(Component) - Method in class org.apache.wicket.devutils.inspector.RenderPerformanceListener
-
Filters which components' render performance should be measured.
- accepts(HeaderItem) - Method in class org.apache.wicket.markup.head.filter.AbstractHeaderResponseFilter
- accepts(HeaderItem) - Method in interface org.apache.wicket.markup.head.filter.FilteringHeaderResponse.IHeaderResponseFilter
-
Determines whether a given HeaderItem should be rendered in the bucket represented by this filter.
- accepts(HeaderItem) - Method in class org.apache.wicket.markup.head.filter.OppositeHeaderResponseFilter
- acceptsWrapped(HeaderItem) - Method in class org.apache.wicket.markup.head.filter.AbstractHeaderResponseFilter
- acceptsWrapped(HeaderItem) - Method in class org.apache.wicket.markup.head.filter.CssAcceptingHeaderResponseFilter
- acceptsWrapped(HeaderItem) - Method in class org.apache.wicket.markup.head.filter.CssAndPageAcceptingHeaderResponseFilter
- acceptsWrapped(HeaderItem) - Method in class org.apache.wicket.markup.head.filter.JavaScriptAcceptingHeaderResponseFilter
- acceptWebSocket(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wicket.protocol.ws.AbstractUpgradeFilter
- AccessDeniedPage - Class in org.apache.wicket.markup.html.pages
-
Page expired error page.
- AccessDeniedPage() - Constructor for class org.apache.wicket.markup.html.pages.AccessDeniedPage
-
Constructor.
- action() - Method in annotation type org.apache.wicket.authroles.authorization.strategies.role.annotations.AuthorizeAction
-
The action that is allowed.
- Action - Class in org.apache.wicket.authorization
-
A class for constructing singleton constants that represent a given component action that needs to be authorized.
- Action(String) - Constructor for class org.apache.wicket.authorization.Action
-
Construct.
- ACTION_PERMISSIONS - Static variable in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Component meta data key for actions/roles information.
- ActionAuthorizationStrategy - Class in org.apache.wicket.authorization.strategies.action
-
An authorization strategy which allows the use of a command pattern for users that want to authorize a variety of different types of actions throughout an application.
- ActionAuthorizationStrategy() - Constructor for class org.apache.wicket.authorization.strategies.action.ActionAuthorizationStrategy
- ActionPermissions - Class in org.apache.wicket.authroles.authorization.strategies.role.metadata
-
For each Action, holds a set of roles that can perform that action.
- ActionPermissions() - Constructor for class org.apache.wicket.authroles.authorization.strategies.role.metadata.ActionPermissions
- actions() - Method in annotation type org.apache.wicket.authroles.authorization.strategies.role.annotations.AuthorizeActions
-
The actions that are allowed.
- activate(IBreadCrumbParticipant) - Method in class org.apache.wicket.extensions.breadcrumb.DefaultBreadCrumbsModel
-
Activates the bread crumb participant.
- activate(IBreadCrumbParticipant) - Method in class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanel
-
Activates the provided participant, which typically has the effect of replacing this current panel with the one provided - as the participant typically would be a
bread crumb panel
- and updating the bread crumb model of this panel, pushing the bread crumb for the given participant on top. - activate(IBreadCrumbPanelFactory) - Method in class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanel
-
Activates the
bread crumb panel
that is the result of callingthe create method
of the bread crumb panel factory. - activateForHandler(IRequestHandler) - Method in class org.apache.wicket.cdi.ConversationPropagator
-
Determines whether or not a conversation should be activated fro the specified handler.
- ACTIVE - org.apache.wicket.ajax.AjaxChannel.Type
-
the ajax call will discarded if there is an active/running request on the same channel
- adapt(IPageManager) - Method in class org.apache.wicket.page.PageAccessSynchronizer
-
Wraps a page manager with this synchronizer
- add(int, String) - Method in class org.apache.wicket.util.string.StringList
-
Adds the string to the stringlist at position pos.
- add(Class<?>, String, Locale, String, String, IResource) - Method in class org.apache.wicket.SharedResources
-
Adds a resource.
- add(String) - Method in class org.apache.wicket.util.string.StringList
-
Adds a string to the back of this list.
- add(String, Object) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
-
Adds a page parameter to these with
name
andvalue
- 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(String, String) - Method in class org.apache.wicket.util.value.ValueMap
-
Adds the value to this
ValueMap
with the given key. - add(String, Locale, IResource) - Method in class org.apache.wicket.SharedResources
-
Adds a resource.
- add(String, IResource) - Method in class org.apache.wicket.SharedResources
-
Adds a resource.
- add(Cookie) - Method in class org.apache.wicket.protocol.http.mock.CookieCollection
-
add cookie to collection if cookie is expired, it will be moved to expired cookie set overwrite existing cookie with new value
- add(IClassResolver) - Method in class org.apache.wicket.application.CompoundClassResolver
-
Adds a resolver
- add(IAuthorizationStrategy) - Method in class org.apache.wicket.authorization.strategies.CompoundAuthorizationStrategy
-
Adds a strategy to the chain
- add(IPropertyResolver) - Method in class org.apache.wicket.bean.validation.BeanValidationConfiguration
-
Adds a property resolver to the configuration.
- add(Behavior...) - Method in class org.apache.wicket.Component
-
Adds a behavior modifier to the component.
- add(Component...) - Method in class org.apache.wicket.core.request.handler.AbstractPartialPageRequestHandler
- add(Component...) - Method in interface org.apache.wicket.core.request.handler.IPartialPageRequestHandler
-
Adds components to the list of components to be rendered.
- add(Component...) - Method in class org.apache.wicket.extensions.wizard.AjaxWizardButtonBar
- add(Component...) - Method in class org.apache.wicket.markup.html.border.Border
-
This is for all components which have been added to the markup like this:
- add(Component...) - Method in class org.apache.wicket.MarkupContainer
-
Adds the child component(s) to this container.
- add(Component, Serializable, int) - Method in class org.apache.wicket.feedback.FeedbackMessages
-
Adds a message
- add(Component, String) - Method in class org.apache.wicket.core.request.handler.AbstractPartialPageRequestHandler
- add(Component, String) - Method in interface org.apache.wicket.core.request.handler.IPartialPageRequestHandler
-
Adds a component to the list of components to be rendered
- add(Component, String) - Method in class org.apache.wicket.page.PartialPageUpdate
-
Adds a component to be updated at the client side with its current markup
- add(CSPDirective, String...) - Method in class org.apache.wicket.csp.CSPHeaderConfiguration
-
Adds a free-form value to a directive for the CSP header.
- add(CSPDirective, CSPRenderable...) - Method in class org.apache.wicket.csp.CSPHeaderConfiguration
-
Adds the given values to the CSP directive on this configuraiton.
- add(ICssCompressor) - Method in class org.apache.wicket.resource.CompositeCssCompressor
-
Adds a ICssCompressor to the list of delegates.
- add(IWizardStep) - Method in class org.apache.wicket.extensions.wizard.WizardModel
-
Adds the next step to the wizard.
- add(IWizardStep, WizardModel.ICondition) - Method in class org.apache.wicket.extensions.wizard.WizardModel
-
Adds an optional step to the model.
- add(FeedbackMessage) - Method in class org.apache.wicket.feedback.FeedbackMessages
-
Adds a message.
- add(IEventDispatcher) - Method in class org.apache.wicket.settings.FrameworkSettings
-
Registers a new event dispatcher
- add(IJavaScriptCompressor) - Method in class org.apache.wicket.resource.CompositeJavaScriptCompressor
-
Adds a IJavaScriptCompressor to the list of delegates.
- add(IFormValidator) - Method in class org.apache.wicket.extensions.wizard.WizardStep
-
Adds a form validator.
- add(IFormValidator) - Method in class org.apache.wicket.markup.html.form.Form
-
Adds a form validator to the form.
- add(IHeaderResponseDecorator) - Method in class org.apache.wicket.markup.html.HeaderResponseDecoratorCollection
-
Adds a new
IHeaderResponseDecorator
that will decorates prior to all already registered decorators. - add(IMarkupFilter) - Method in class org.apache.wicket.markup.MarkupParser
-
Add a markup filter
- add(IMarkupFilter) - Method in class org.apache.wicket.markup.MarkupParser.MarkupFilterList
- add(IMarkupFilter, Class<? extends IMarkupFilter>) - Method in class org.apache.wicket.markup.MarkupParser
-
Add a markup filter before the 'beforeFilter'
- add(IMarkupFilter, Class<? extends IMarkupFilter>) - Method in class org.apache.wicket.markup.MarkupParser.MarkupFilterList
-
Insert a markup filter before a another one.
- add(IManageablePage) - Method in class org.apache.wicket.pageStore.InMemoryPageStore.CountLimitedData
- add(IManageablePage) - Method in interface org.apache.wicket.pageStore.InMemoryPageStore.IMemoryData
-
Add a page.
- add(IManageablePage) - Method in class org.apache.wicket.pageStore.InMemoryPageStore.MemoryData
- add(IManageablePage) - Method in class org.apache.wicket.pageStore.InMemoryPageStore.SizeLimitedData
- add(IManageablePage) - Method in class org.apache.wicket.pageStore.InSessionPageStore.SessionData
- add(AbstractRequestWrapperFactory) - Method in class org.apache.wicket.protocol.http.servlet.FilterFactoryManager
-
Add a filter factory
- 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
- add(StringValue) - Method in class org.apache.wicket.util.string.StringList
-
Adds a string value to this list as a string.
- add(Duration) - Method in class org.apache.wicket.util.time.Duration
-
Deprecated.Adds a given
Duration
to thisDuration
. - add(Duration) - Method in class org.apache.wicket.util.time.Time
-
Deprecated.Adds the given
Duration
to thisTime
object, moving the time into the future. - add(IModifiable, IChangeListener<IModifiable>) - Method in interface org.apache.wicket.util.watch.IModificationWatcher
-
Adds an
IModifiable
object and anIChangeListener
object to call when the modifiable object is modified. - add(IModifiable, IChangeListener<IModifiable>) - Method in class org.apache.wicket.util.watch.ModificationWatcher
- add(IValidator<? super T>) - Method in class org.apache.wicket.markup.html.form.FormComponent
-
Adds a validator to this form component
- add(IValidator<? super T>...) - Method in class org.apache.wicket.markup.html.form.FormComponent
-
Adds a validator to this form component.
- add(IValidator<T>) - Method in class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel
-
Adds a validator to this form component.
- add(IValidator<T>) - Method in class org.apache.wicket.validation.CompoundValidator
-
Adds an
IValidator
to the chain of validators. - add(T) - Method in class org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset
- add(T) - Method in class org.apache.wicket.util.listener.ListenerCollection
-
Adds a listener to this set of listeners.
- ADD - org.apache.wicket.http2.markup.head.PushItemHeaderValue.HeaderOperation
-
Header value is going to be add
- addAcceptedOrigin(String) - Method in class org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener
-
Deprecated.TODO remove in Wicket 10
- addAcceptedOrigin(String) - Method in class org.apache.wicket.protocol.http.OriginResourceIsolationPolicy
-
Adds an origin (host name/domain name) to the white list.
- addActionAuthorizer(IActionAuthorizer) - Method in class org.apache.wicket.authorization.strategies.action.ActionAuthorizationStrategy
-
Adds an action authorizer.
- addAll(Collection<? extends T>) - Method in class org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset
- addAll(List<Cookie>) - Method in class org.apache.wicket.protocol.http.mock.CookieCollection
-
calls add on each cookie
- addAll(Cookie[]) - Method in class org.apache.wicket.protocol.http.mock.CookieCollection
-
calls add on each cookie
- addAntiCacheParameter(ComponentTag) - Method in class org.apache.wicket.markup.html.image.Image
-
Adds random noise to the url every request to prevent the browser from caching the image.
- addBean(String, Object) - Method in class org.apache.wicket.spring.FieldBeansCollector
-
Adds compatible bean to the field.
- addBehavior(Behavior) - Method in class org.apache.wicket.markup.ComponentTag
-
Adds a behavior to this component tag.
- addBottomToolbar(AbstractToolbar) - Method in class org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable
-
Adds a toolbar to the datatable that will be displayed after the data
- addBundle(T) - Method in class org.apache.wicket.ResourceBundles
-
Adds a bundle to the registry.
- addCachingDecoration(Url, PageParameters) - Method in class org.apache.wicket.core.request.mapper.ResourceMapper
- addChildren(MarkupContainer, Class<?>) - Method in class org.apache.wicket.core.request.handler.AbstractPartialPageRequestHandler
- addChildren(MarkupContainer, Class<?>) - Method in interface org.apache.wicket.core.request.handler.IPartialPageRequestHandler
-
Visits all children of the specified parent container and adds them to the target if they are of same type as
childCriteria
- addCircleArea(AbstractLink, int, int, int) - Method in class org.apache.wicket.markup.html.link.ClientSideImageMap
-
Adds a circle-shaped area centered at (x,y) with radius r.
- addCol(ColGroup.Col) - Method in class org.apache.wicket.extensions.markup.html.repeater.data.table.ColGroup
-
Adds a column to the group.
- addComponentResolver(IComponentResolver) - Method in class org.apache.wicket.settings.PageSettings
-
Adds a component resolver to the list.
- addCookie(Cookie) - Method in class org.apache.wicket.mock.MockWebRequest
- addCookie(Cookie) - Method in class org.apache.wicket.mock.MockWebResponse
- addCookie(Cookie) - Method in class org.apache.wicket.page.PartialPageUpdate.ResponseBuffer
- addCookie(Cookie) - Method in class org.apache.wicket.protocol.http.BufferedWebResponse
- addCookie(Cookie) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
-
Add a new cookie.
- addCookie(Cookie) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletResponse
-
Add a cookie to the response.
- addCookie(Cookie) - Method in class org.apache.wicket.protocol.http.servlet.ServletWebResponse
- addCookie(Cookie) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
- addCookie(Cookie) - Method in class org.apache.wicket.request.http.WebResponse
-
Add a cookie to the web response
- addCookies(Iterable<Cookie>) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- addCssBundle(Class<?>, String, CssResourceReference...) - Method in class org.apache.wicket.ResourceBundles
-
Adds a css bundle that is automatically generated by concatenating the given package resources.
- addDataExporter(IDataExporter) - Method in class org.apache.wicket.extensions.markup.html.repeater.data.table.export.ExportToolbar
-
Adds a
IDataExporter
to the list of data exporters to be used in this toolbar. - addDateHeader(String, long) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- addDateHeader(String, long) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletResponse
-
Add a date header.
- addDateHeader(String, Time) - Method in class org.apache.wicket.mock.MockWebRequest
-
Adds date header for given name.
- addDateHeader(String, Instant) - Method in class org.apache.wicket.request.HttpHeaderCollection
-
add date header value
- addDefaultSubmitButtonHandler(IHeaderResponse) - Method in class org.apache.wicket.markup.html.form.Form
-
Where
Form.appendDefaultButtonField()
renders the markup for default submit button handling, this method attaches the event handler to its 'click' event. - addDelta(Delta) - Method in class org.apache.wicket.util.diff.Revision
-
Adds a delta to this revision.
- AddDelta - Class in org.apache.wicket.util.diff
-
Holds an add-delta between to revisions of a text.
- AddDelta(int, Chunk) - Constructor for class org.apache.wicket.util.diff.AddDelta
-
Construct.
- addDequeuedComponent(Component, ComponentTag) - Method in class org.apache.wicket.markup.html.border.Border
- addDequeuedComponent(Component, ComponentTag) - Method in class org.apache.wicket.MarkupContainer
-
Adds a dequeued component to this container.
- addEntry(String) - Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
- addExemptedPath(String) - Method in class org.apache.wicket.coep.CrossOriginEmbedderPolicyConfiguration
- addExemptedPath(String) - Method in class org.apache.wicket.coop.CrossOriginOpenerPolicyConfiguration
- addExemptedPaths(String...) - Method in class org.apache.wicket.protocol.http.ResourceIsolationRequestCycleListener
- addFactory(IFieldValueFactory) - Method in class org.apache.wicket.injection.CompoundFieldValueFactory
-
Adds a factory to the compound factory
- addFeedbackPanels(AjaxRequestTarget) - Method in class org.apache.wicket.ajax.form.AjaxFormValidatingBehavior
-
Adds all feedback panels on the page to the ajax request target so they are updated
- addFile(String, File, String) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
-
Add an uploaded file to the request.
- addFilter(String, Class<? extends Filter>) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- addFilter(String, String) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- addFilter(String, Filter) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- addHeader(String, String) - Method in class org.apache.wicket.mock.MockWebRequest
-
Adds header for given name.
- addHeader(String, String) - Method in class org.apache.wicket.mock.MockWebResponse
- addHeader(String, String) - Method in class org.apache.wicket.page.PartialPageUpdate.ResponseBuffer
- addHeader(String, String) - Method in class org.apache.wicket.protocol.http.BufferedWebResponse
- addHeader(String, String) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
-
Add a header to the request.
- addHeader(String, String) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletResponse
-
Add the given header value, including an additional entry if one already exists.
- addHeader(String, String) - Method in class org.apache.wicket.protocol.http.servlet.ServletWebResponse
- addHeader(String, String) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
- 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
- addHeaders - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
- addInitParameter(String, String) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
-
Add an init parameter.
- addIntHeader(String, int) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletResponse
-
Add an int header value.
- addItems(Iterator<Item<T>>) - Method in class org.apache.wicket.markup.repeater.data.GridView
- addItems(Iterator<Item<T>>) - Method in class org.apache.wicket.markup.repeater.RefreshingView
-
Add items to the view.
- addJavaScript(String) - Method in interface org.apache.wicket.ajax.AjaxRequestTarget.IJavaScriptResponse
-
Deprecated.Adds more JavaScript to the ajax response that will be executed on the client side
- addJavaScriptBundle(Class<?>, String, boolean, JavaScriptResourceReference...) - Method in class org.apache.wicket.ResourceBundles
-
Adds a javascript bundle that is automatically generated by concatenating the given package resources.
- addJavaScriptBundle(Class<?>, String, JavaScriptResourceReference...) - Method in class org.apache.wicket.ResourceBundles
-
Adds a javascript bundle that is automatically generated by concatenating the given package resources.
- addKey(String) - Method in class org.apache.wicket.validation.ValidationError
-
Adds a key to the list of keys that will be tried against
IErrorMessageSource
to locate the error message string. - addKey(IValidator<?>) - Method in class org.apache.wicket.validation.ValidationError
-
Shortcut for adding a standard message key which is the simple name of the validator' class
- addKey(IValidator<?>, String) - Method in class org.apache.wicket.validation.ValidationError
-
Shortcut for adding a standard message key variation which is the simple name of the validator class followed by a dot and the variation
- addLinkRenderStrategy(String, ILinkRenderStrategy) - Method in class org.apache.wicket.extensions.markup.html.basic.LinkParser
-
Adds a render strategy to the parser.
- addListener(Class<? extends EventListener>) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- addListener(String) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- addListener(AjaxRequestTarget.IListener) - Method in class org.apache.wicket.ajax.AjaxRequestHandler
- addListener(AjaxRequestTarget.IListener) - Method in interface org.apache.wicket.ajax.AjaxRequestTarget
-
Adds a listener to this target
- addListener(IBreadCrumbModelListener) - Method in class org.apache.wicket.extensions.breadcrumb.BreadCrumbBar
- addListener(IBreadCrumbModelListener) - Method in class org.apache.wicket.extensions.breadcrumb.BreadCrumbModelListenerSupport
-
Adds a bread crumb model listener.
- addListener(IBreadCrumbModelListener) - Method in class org.apache.wicket.extensions.breadcrumb.DefaultBreadCrumbsModel
- addListener(IBreadCrumbModelListener) - Method in interface org.apache.wicket.extensions.breadcrumb.IBreadCrumbModel
-
Adds a bread crumb model listener.
- addListener(IWizardModelListener) - Method in class org.apache.wicket.extensions.wizard.AbstractWizardModel
-
Adds a wizard model listener.
- addListener(IWizardModelListener) - Method in interface org.apache.wicket.extensions.wizard.IWizardModel
-
Adds a wizard model listener.
- addListener(IPropertiesChangeListener) - Method in interface org.apache.wicket.resource.IPropertiesFactory
-
Add a listener which will be called when a change to the underlying resource stream (e.g.
- addListener(IPropertiesChangeListener) - Method in class org.apache.wicket.resource.PropertiesFactory
- addListener(T) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- addLocation(URL) - Static method in class org.apache.wicket.application.ReloadingClassLoader
-
Add the location of a directory containing class files
- addMarkupElement(int, MarkupElement) - Method in class org.apache.wicket.markup.Markup
-
Add a MarkupElement
- addMarkupElement(MarkupElement) - Method in class org.apache.wicket.markup.Markup
-
Add a MarkupElement
- addMimeType(String, String) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
-
Add a new recognized mime type.
- addOptionalParameter() - Method in class org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper.MountPathSegment
- addOrReplace(Component...) - Method in class org.apache.wicket.markup.html.border.Border
- addOrReplace(Component...) - Method in class org.apache.wicket.MarkupContainer
-
Replaces a child component of this container with another or just adds it in case no child with the same id existed yet.
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.mock.MockPageStore
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.AbstractPersistentPageStore
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.AsynchronousPageStore
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.CachingPageStore
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.CryptingPageStore
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.DelegatingPageStore
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.GroupingPageStore
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.InSessionPageStore
- addPage(IPageContext, IManageablePage) - Method in interface org.apache.wicket.pageStore.IPageStore
-
Stores the page-
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.NoopPageStore
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.RequestPageStore
- addPage(IPageContext, IManageablePage) - Method in class org.apache.wicket.pageStore.SerializingPageStore
- addParameter(String, String) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- addParameterValue(String, String) - Method in class org.apache.wicket.mock.MockRequestParameters
-
Adds value for given key.
- addPattern(String) - Method in class org.apache.wicket.markup.html.SecurePackageResourceGuard
- addPersistedPage(String, IManageablePage) - Method in class org.apache.wicket.pageStore.AbstractPersistentPageStore
-
Add a page.
- addPersistedPage(String, IManageablePage) - Method in class org.apache.wicket.pageStore.DiskPageStore
- addPersistedPage(String, IManageablePage) - Method in class org.apache.wicket.pageStore.FilePageStore
- addPersistedPage(String, IManageablePage) - Method in class org.apache.wicket.pageStore.InMemoryPageStore
- addPolygonArea(AbstractLink, int...) - Method in class org.apache.wicket.markup.html.link.ClientSideImageMap
-
Adds a polygon-shaped area defined by coordinates.
- addPostProcessingDecorator(IHeaderResponseDecorator) - Method in class org.apache.wicket.markup.html.HeaderResponseDecoratorCollection
-
Adds a new
IHeaderResponseDecorator
that decorates after all already registered decorators. - addPreResourceAggregationDecorator(IHeaderResponseDecorator) - Method in class org.apache.wicket.markup.html.HeaderResponseDecoratorCollection
-
Adds a new
IHeaderResponseDecorator
that decorates immediately prior to resource aggregation. - addProvidedResources(HeaderItem...) - Method in class org.apache.wicket.resource.bundles.ResourceBundleReference
-
Adds the
HeaderItem
s that this bundle provides. - addQueryParameter(String, Object) - Method in class org.apache.wicket.request.Url
-
Convenience method that removes adds a query parameter with given name
- addRectangleArea(AbstractLink, int, int, int, int) - Method in class org.apache.wicket.markup.html.link.ClientSideImageMap
-
Adds a rectangular-shaped area.
- addRequest(IRequestLogger.RequestData) - Method in class org.apache.wicket.protocol.http.AbstractRequestLogger
- addRequestHeader(String, String) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Allows to set Request header value any time.
- addRequiredParameter() - Method in class org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper.MountPathSegment
- addResourceFactory(String, IResourceFactory) - Method in class org.apache.wicket.settings.ResourceSettings
-
Adds a resource factory to the list of factories to consult when generating resources automatically
- addResourceReplacement(CssResourceReference, ResourceReference) - Method in class org.apache.wicket.protocol.http.WebApplication
-
Registers a replacement resource for the given CSS resource.
- addResourceReplacement(JavaScriptResourceReference, ResourceReference) - Method in class org.apache.wicket.protocol.http.WebApplication
-
Registers a replacement resource for the given javascript resource.
- addResponseFilter(IResponseFilter) - Method in class org.apache.wicket.settings.RequestCycleSettings
-
Adds a response filter to the list.
- addSecuredRemoteAddressRequestWrapperFactory(FilterConfig) - Method in class org.apache.wicket.protocol.http.servlet.FilterFactoryManager
-
Add a Secure remote address web filter factory
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- addServlet(String, String) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- addServlet(String, Servlet) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- addShapeArea(AbstractLink, Shape) - Method in class org.apache.wicket.markup.html.link.ClientSideImageMap
-
Adds an area defined by a shape object.
- addStateChange() - Method in class org.apache.wicket.Component
-
TODO WICKET-NG rename to something more useful - like componentChanged(), this method used to be called with a Change object Adds state change to page.
- addTagAttribute(String) - Method in class org.apache.wicket.markup.head.MetaDataHeaderItem
-
Add a minimized tag attribute to the item.
- addTagAttribute(String, Object) - Method in class org.apache.wicket.markup.head.MetaDataHeaderItem
-
Add a tag attribute to the item.
- addTagReferenceResolver(String, String, AutoLinkResolver.IAutolinkResolverDelegate) - Method in class org.apache.wicket.markup.resolver.AutoLinkResolver
-
Register (add or replace) a new resolver with the tagName and attributeName.
- addTimeTaken(long) - Method in class org.apache.wicket.protocol.http.IRequestLogger.SessionData
-
Adds
time
to the total server time. - addToBorder(Component...) - Method in class org.apache.wicket.markup.html.border.Border
-
Adds children components to the Border itself
- addToolBars(ISortableDataProvider<T, S>) - Method in class org.apache.wicket.extensions.ajax.markup.html.repeater.data.table.AjaxFallbackDefaultDataTable
-
Factory method for toolbars
- addTopToolbar(AbstractToolbar) - Method in class org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable
-
Adds a toolbar to the datatable that will be displayed before the data
- addToWatcher(String, IResourceStream, IModificationWatcher) - Method in class org.apache.wicket.resource.PropertiesFactory
-
Add the resource stream to the file being watched
- addUserData(String, Object) - Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
- addValue(K, V) - Method in class org.apache.wicket.util.collections.MultiMap
-
Adds value to the specified key
- addXForwardedRequestWrapperFactory(FilterConfig) - Method in class org.apache.wicket.protocol.http.servlet.FilterFactoryManager
-
Add a X-Forwarded web filter factory
- ADMIN - Static variable in class org.apache.wicket.authroles.authorization.strategies.role.Roles
-
ADMIN role (for use in annotations)
- advance(MetaPattern) - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
-
Advance parsing to the next element.
- AESCrypt - Class in org.apache.wicket.core.util.crypt
-
AES based
ICrypt
encrypt and decrypt strings such as passwords or URL segments. - AESCrypt(SecretKey, String, ISecureRandomSupplier) - Constructor for class org.apache.wicket.core.util.crypt.AESCrypt
-
Constructor
- AESCrypt(SecretKey, ISecureRandomSupplier) - Constructor for class org.apache.wicket.core.util.crypt.AESCrypt
-
Constructor
- AFTER - org.apache.wicket.markup.html.form.AbstractChoice.LabelPosition
-
will render the label after the choice
- AFTER_HANDLER - org.apache.wicket.ajax.attributes.AjaxAttributeName
-
after handler (ah)
- afterFirst(char) - Method in class org.apache.wicket.util.string.StringValue
-
Gets the substring after the first occurrence given char.
- afterFirst(String, char) - Static method in class org.apache.wicket.util.string.Strings
-
Returns everything after the first occurrence of the given character in s.
- afterFirstPathComponent(String, char) - Static method in class org.apache.wicket.util.string.Strings
-
Gets everything after the first path component of a path using a given separator.
- afterLast(char) - Method in class org.apache.wicket.util.string.StringValue
-
Gets the substring after the last occurrence given char.
- afterLast(String, char) - Static method in class org.apache.wicket.util.string.Strings
-
Returns everything after the last occurrence of the given character in s.
- afterRead(int) - Method in class org.apache.wicket.util.io.ProxyInputStream
-
Invoked by the read methods after the proxied call has returned successfully.
- afterRender(Component) - Method in class org.apache.wicket.behavior.AbstractAjaxBehavior
- afterRender(Component) - Method in class org.apache.wicket.behavior.Behavior
-
Called when a component that has this behavior coupled was rendered.
- afterRender(Component) - Method in class org.apache.wicket.extensions.ajax.markup.html.AjaxIndicatorAppender
- afterRender(Component) - Method in class org.apache.wicket.extensions.markup.html.repeater.tree.table.NodeBorder
- afterRender(Component) - Method in class org.apache.wicket.markup.html.border.BorderBehavior
- afterRender(Component) - Method in class org.apache.wicket.markup.transformer.AbstractTransformerBehavior
- afterRender(Component) - Method in class org.apache.wicket.validation.CompoundValidator
- afterSubmit() - Method in class org.apache.wicket.markup.html.pages.BrowserInfoForm
- afterTestExecution(ExtensionContext) - Method in class org.apache.wicket.util.tester.WicketTesterExtension
- agentmain(String, Instrumentation) - Static method in class org.apache.wicket.util.instrument.ObjectSizeOfAgent
-
Initializes agent when it is attached to an already running JVM.
- AjaxAttributeName - Enum in org.apache.wicket.ajax.attributes
-
ajax attribute names
- AjaxButton - Class in org.apache.wicket.ajax.markup.html.form
-
A button that submits the form via Ajax.
- AjaxButton(String) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxButton
-
Construct.
- AjaxButton(String, Form<?>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxButton
-
Construct.
- AjaxButton(String, IModel<String>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxButton
-
Construct.
- AjaxButton(String, IModel<String>, Form<?>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxButton
-
Construct.
- AjaxCallListener - Class in org.apache.wicket.ajax.attributes
-
An adapter for implementations of IAjaxCallListener.
- AjaxCallListener() - Constructor for class org.apache.wicket.ajax.attributes.AjaxCallListener
- AjaxChannel - Class in org.apache.wicket.ajax
-
A Channel used to define how Ajax requests are processed at the client side.
- AjaxChannel(String) - Constructor for class org.apache.wicket.ajax.AjaxChannel
-
Construct.
- AjaxChannel(String, AjaxChannel.Type) - Constructor for class org.apache.wicket.ajax.AjaxChannel
-
Construct.
- AjaxChannel.Type - Enum in org.apache.wicket.ajax
-
The type of an
AjaxChannel
- AjaxCheckBox - Class in org.apache.wicket.ajax.markup.html.form
-
A CheckBox which is updated via ajax when the user changes its value
- AjaxCheckBox(String) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxCheckBox
-
Construct.
- AjaxCheckBox(String, IModel<Boolean>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxCheckBox
-
Construct.
- AjaxClientInfoBehavior - Class in org.apache.wicket.ajax
-
An behavior that collects the information to populate WebClientInfo's ClientProperties by using Ajax
- AjaxClientInfoBehavior() - Constructor for class org.apache.wicket.ajax.AjaxClientInfoBehavior
-
Constructor.
- AjaxClientInfoBehavior(Duration) - Constructor for class org.apache.wicket.ajax.AjaxClientInfoBehavior
-
Constructor.
- AjaxDisableComponentListener - Class in org.apache.wicket.extensions.ajax
-
An
AjaxCallListener
to disable the associated component while the AJAX request is running. - AjaxDisableComponentListener() - Constructor for class org.apache.wicket.extensions.ajax.AjaxDisableComponentListener
- AjaxDownloadBehavior - Class in org.apache.wicket.extensions.ajax
-
Download resources via Ajax.
- AjaxDownloadBehavior(IResource) - Constructor for class org.apache.wicket.extensions.ajax.AjaxDownloadBehavior
-
Download of a
IResource
. - AjaxDownloadBehavior(ResourceReference) - Constructor for class org.apache.wicket.extensions.ajax.AjaxDownloadBehavior
-
Download of a
ResourceReference
. - AjaxDownloadBehavior(ResourceReference, PageParameters) - Constructor for class org.apache.wicket.extensions.ajax.AjaxDownloadBehavior
-
Download of a
ResourceReference
. - AjaxDownloadBehavior.Location - Enum in org.apache.wicket.extensions.ajax
- AjaxEditableChoiceLabel<T> - Class in org.apache.wicket.extensions.ajax.markup.html
-
An inplace editor much like
AjaxEditableLabel
, but instead of aTextField
aDropDownChoice
is displayed. - AjaxEditableChoiceLabel(String) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableChoiceLabel
-
Construct.
- AjaxEditableChoiceLabel(String, List<? extends T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableChoiceLabel
-
Construct.
- AjaxEditableChoiceLabel(String, IModel<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableChoiceLabel
-
Construct.
- AjaxEditableChoiceLabel(String, IModel<T>, List<? extends T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableChoiceLabel
-
Construct.
- AjaxEditableChoiceLabel(String, IModel<T>, List<? extends T>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableChoiceLabel
-
Construct.
- AjaxEditableChoiceLabel(String, IModel<T>, IModel<? extends List<? extends T>>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableChoiceLabel
-
Construct.
- AjaxEditableChoiceLabel(String, IModel<T>, IModel<? extends List<? extends T>>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableChoiceLabel
-
Construct.
- AjaxEditableLabel<T> - Class in org.apache.wicket.extensions.ajax.markup.html
-
An implementation of ajaxified edit-in-place component using a
TextField
as it's editor. - AjaxEditableLabel(String) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel
-
Constructor
- AjaxEditableLabel(String, IModel<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel
-
Constructor
- AjaxEditableLabel.EditorAjaxBehavior - Class in org.apache.wicket.extensions.ajax.markup.html
- AjaxEditableLabel.LabelAjaxBehavior - Class in org.apache.wicket.extensions.ajax.markup.html
- AjaxEditableMultiLineLabel<T> - Class in org.apache.wicket.extensions.ajax.markup.html
-
An inplace editor much like
AjaxEditableLabel
, but now with support for multi line content and atext area
as its editor. - AjaxEditableMultiLineLabel(String) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableMultiLineLabel
-
Construct.
- AjaxEditableMultiLineLabel(String, IModel<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableMultiLineLabel
-
Construct.
- AjaxEnclosureListener - Class in org.apache.wicket.protocol.http
-
This listener adds Enclosures to AjaxTarget, where the child controller of the said Enclosure is already added.
- AjaxEnclosureListener() - Constructor for class org.apache.wicket.protocol.http.AjaxEnclosureListener
-
Construct.
- AjaxEventBehavior - Class in org.apache.wicket.ajax
-
An ajax behavior that is attached to a certain client-side (usually javascript) event, such as click, change, keydown, etc.
- AjaxEventBehavior(String) - Constructor for class org.apache.wicket.ajax.AjaxEventBehavior
-
Construct.
- AjaxFallbackButton - Class in org.apache.wicket.ajax.markup.html.form
-
An ajax submit button that will degrade to a normal request if ajax is not available or javascript is disabled.
- AjaxFallbackButton(String, Form<?>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxFallbackButton
-
Construct.
- AjaxFallbackButton(String, IModel<String>, Form<?>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxFallbackButton
-
Construct.
- AjaxFallbackDefaultDataTable<T,S> - Class in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
-
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard
DataTable
. - AjaxFallbackDefaultDataTable(String, List<? extends IColumn<T, S>>, ISortableDataProvider<T, S>, int) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.repeater.data.table.AjaxFallbackDefaultDataTable
-
Constructor
- AjaxFallbackHeadersToolbar<S> - Class in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
-
Ajaxified
HeadersToolbar
- AjaxFallbackHeadersToolbar(DataTable<?, S>, ISortStateLocator<S>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.repeater.data.table.AjaxFallbackHeadersToolbar
-
Constructor
- AjaxFallbackLink<T> - Class in org.apache.wicket.ajax.markup.html
-
An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled.
- AjaxFallbackLink(String) - Constructor for class org.apache.wicket.ajax.markup.html.AjaxFallbackLink
-
Construct.
- AjaxFallbackLink(String, IModel<T>) - Constructor for class org.apache.wicket.ajax.markup.html.AjaxFallbackLink
-
Construct.
- AjaxFallbackOrderByBorder<S> - Class in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
-
Ajaxified version of
OrderByBorder
- AjaxFallbackOrderByBorder(String, S, ISortStateLocator<S>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort.AjaxFallbackOrderByBorder
-
Constructor
- AjaxFileDropBehavior - Class in org.apache.wicket.extensions.ajax
-
Uploads files from a drop event.
- AjaxFileDropBehavior() - Constructor for class org.apache.wicket.extensions.ajax.AjaxFileDropBehavior
-
Listen for 'dragover' and 'drop' events and prevent them, only 'drop' will initiate an Ajax request.
- AjaxFormChoiceComponentUpdatingBehavior - Class in org.apache.wicket.ajax.form
-
This is an Ajax behavior that is meant to update a group of choices that are represented by multiple components.
- AjaxFormChoiceComponentUpdatingBehavior() - Constructor for class org.apache.wicket.ajax.form.AjaxFormChoiceComponentUpdatingBehavior
-
Construct.
- AjaxFormComponentUpdatingBehavior - Class in org.apache.wicket.ajax.form
-
A behavior that updates the hosting FormComponent via ajax when an event it is attached to is triggered.
- AjaxFormComponentUpdatingBehavior(String) - Constructor for class org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior
-
Construct.
- AjaxFormSubmitBehavior - Class in org.apache.wicket.ajax.form
-
Ajax event behavior that submits a form via ajax when the event it is attached to, is invoked.
- AjaxFormSubmitBehavior(String) - Constructor for class org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
-
Constructor.
- AjaxFormSubmitBehavior(Form<?>, String) - Constructor for class org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
-
Construct.
- AjaxFormSubmitBehavior.AjaxFormSubmitter - Class in org.apache.wicket.ajax.form
-
A publicly reachable class that allows to introspect the submitter, e.g.
- AjaxFormValidatingBehavior - Class in org.apache.wicket.ajax.form
-
Ajax event behavior that submits the form and updates all form feedback panels on the page.
- AjaxFormValidatingBehavior(String) - Constructor for class org.apache.wicket.ajax.form.AjaxFormValidatingBehavior
-
Construct.
- AjaxFormValidatingBehavior(String, Duration) - Constructor for class org.apache.wicket.ajax.form.AjaxFormValidatingBehavior
-
Construct.
- AjaxIndicatorAppender - Class in org.apache.wicket.extensions.ajax.markup.html
-
A behavior that adds a span with wicket's default indicator gif to the end of the component's markup.
- AjaxIndicatorAppender() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxIndicatorAppender
-
Construct.
- AjaxIndicatorAppender(ResourceReference) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxIndicatorAppender
-
Build a new instance specifying a custom busy indicator as
ResourceReference
. - AjaxLazyLoadPanel<T extends Component> - Class in org.apache.wicket.extensions.ajax.markup.html
-
A panel which load lazily a single content component.
- AjaxLazyLoadPanel(String) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanel
-
Constructor
- AjaxLazyLoadPanel(String, IModel<?>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanel
-
Constructor
- AjaxLazyLoadPanelTester - Class in org.apache.wicket.extensions.ajax.markup.html
-
Class to help test
AjaxLazyLoadPanel
- AjaxLazyLoadPanelTester() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanelTester
- AjaxLink<T> - Class in org.apache.wicket.ajax.markup.html
-
A component that allows a trigger request to be triggered via html anchor tag
- AjaxLink(String) - Constructor for class org.apache.wicket.ajax.markup.html.AjaxLink
-
Construct.
- AjaxLink(String, IModel<T>) - Constructor for class org.apache.wicket.ajax.markup.html.AjaxLink
-
Construct.
- AjaxListPanel - Class in org.apache.wicket.extensions.ajax.markup.html.repeater
-
An panel for an
Ajax-ified list of components. - AjaxListPanel(String) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.repeater.AjaxListPanel
- AjaxNavigationToolbar - Class in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
-
Toolbar that displays (Ajax) links used to navigate the pages of the datatable as well as a message about which rows are being displayed and their total number in the data table.
- AjaxNavigationToolbar(DataTable<?, ?>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.repeater.data.table.AjaxNavigationToolbar
-
Constructor.
- AjaxNewWindowNotifyingBehavior - Class in org.apache.wicket.ajax
-
An Ajax behavior that notifies when a new browser window/tab is opened with url to a page instance which is already opened in another window/tab in the same user session.
- AjaxNewWindowNotifyingBehavior() - Constructor for class org.apache.wicket.ajax.AjaxNewWindowNotifyingBehavior
- AjaxOnDomReadyClientInfoBehavior - Class in org.apache.wicket.ajax
-
A behavior that collects the information to populate WebClientInfo's ClientProperties by using Ajax.
- AjaxOnDomReadyClientInfoBehavior() - Constructor for class org.apache.wicket.ajax.AjaxOnDomReadyClientInfoBehavior
- AjaxOrderByLink<S> - Class in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
-
Ajaxified
OrderByLink
- AjaxOrderByLink(String, S, ISortStateLocator<S>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort.AjaxOrderByLink
-
Constructor
- AjaxPagingNavigation - Class in org.apache.wicket.ajax.markup.html.navigation.paging
-
An ajaxified navigation for a PageableListView that holds links to other pages of the PageableListView.
- AjaxPagingNavigation(String, IPageable) - Constructor for class org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigation
-
Constructor.
- AjaxPagingNavigation(String, IPageable, IPagingLabelProvider) - Constructor for class org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigation
-
Constructor.
- AjaxPagingNavigationBehavior - Class in org.apache.wicket.ajax.markup.html.navigation.paging
-
Ajax behavior for the paging navigation links.
- AjaxPagingNavigationBehavior(IAjaxLink, IPageable, String) - Constructor for class org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationBehavior
-
Attaches the navigation behavior to the owner link and drives the pageable component.
- AjaxPagingNavigationIncrementLink - Class in org.apache.wicket.ajax.markup.html.navigation.paging
-
An incremental Ajaxian link to a page of a PageableListView.
- AjaxPagingNavigationIncrementLink(String, IPageable, int) - Constructor for class org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationIncrementLink
-
Constructor.
- AjaxPagingNavigationLink - Class in org.apache.wicket.ajax.markup.html.navigation.paging
-
An Ajax version of a link to a page of a PageableListView.
- AjaxPagingNavigationLink(String, IPageable, long) - Constructor for class org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationLink
-
Constructor.
- AjaxPagingNavigator - Class in org.apache.wicket.ajax.markup.html.navigation.paging
-
A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView.
- AjaxPagingNavigator(String, IPageable) - Constructor for class org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigator
-
Constructor.
- AjaxPagingNavigator(String, IPageable, IPagingLabelProvider) - Constructor for class org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigator
-
Constructor.
- AjaxPreventSubmitBehavior - Class in org.apache.wicket.ajax
-
An Ajax behavior that could be used to prevent the form submit when the user presses the ENTER key while in an HTML <input type="text" > field.
- AjaxPreventSubmitBehavior() - Constructor for class org.apache.wicket.ajax.AjaxPreventSubmitBehavior
-
Constructor.
- AjaxRequestAttributes - Class in org.apache.wicket.ajax.attributes
-
Attributes of an Ajax Request.
- AjaxRequestAttributes() - Constructor for class org.apache.wicket.ajax.attributes.AjaxRequestAttributes
- AjaxRequestAttributes.EventPropagation - Enum in org.apache.wicket.ajax.attributes
-
The JavaScript event propagation type
- AjaxRequestAttributes.Method - Enum in org.apache.wicket.ajax.attributes
-
The method to be used when submitting a form
- AjaxRequestHandler - Class in org.apache.wicket.ajax
-
A request target that produces ajax response envelopes used on the client side to update component markup as well as evaluate arbitrary javascript.
- AjaxRequestHandler(Page) - Constructor for class org.apache.wicket.ajax.AjaxRequestHandler
-
Constructor
- AjaxRequestTarget - Interface in org.apache.wicket.ajax
- AjaxRequestTarget.IJavaScriptResponse - Interface in org.apache.wicket.ajax
-
Deprecated.
- AjaxRequestTarget.IListener - Interface in org.apache.wicket.ajax
-
An
AjaxRequestTarget
listener that can be used to respond to various target-related events - AjaxRequestTarget.ITargetRespondListener - Interface in org.apache.wicket.ajax
-
Components can implement this interface to get a notification when AjaxRequestTarget begins to respond.
- AjaxRequestTargetListenerCollection - Class in org.apache.wicket.ajax
-
A collection of
AjaxRequestTarget.IListener
s - AjaxRequestTargetListenerCollection() - Constructor for class org.apache.wicket.ajax.AjaxRequestTargetListenerCollection
- AjaxSelfUpdatingTimerBehavior - Class in org.apache.wicket.ajax
-
Automatically re-renders the component it is attached to via AJAX at a regular interval.
- AjaxSelfUpdatingTimerBehavior(Duration) - Constructor for class org.apache.wicket.ajax.AjaxSelfUpdatingTimerBehavior
-
Construct.
- AjaxSelfUpdatingTimerBehavior(Duration) - Constructor for class org.apache.wicket.ajax.AjaxSelfUpdatingTimerBehavior
-
Deprecated.Since Wicket 9 this constructor is deprecated. It will be removed in Wicket 10. Use
AjaxSelfUpdatingTimerBehavior(Duration)
instead - AjaxServerAndClientTimeFilter - Class in org.apache.wicket.response.filter
-
Deprecated.This class has been deprecated for several reasons. The way it tries to measure server and client times is very inaccurate. Modern browsers provide much better tools to measure Javascript execution times. The measurements were written in a property that has been deprecated for years and removed in modern browsers. Finally, rendering the Javascript directly into the response makes it hard to support a strict CSP with nonces. There is no real replacement for this class. Use the tools provided by the browser. See
WicketExampleApplication
for a simple example of passing rendering times to the browser via theServer-Timing
header. - AjaxServerAndClientTimeFilter() - Constructor for class org.apache.wicket.response.filter.AjaxServerAndClientTimeFilter
-
Deprecated.
- AjaxSubmitLink - Class in org.apache.wicket.ajax.markup.html.form
-
A link that submits a form via ajax.
- AjaxSubmitLink(String) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink
-
Construct.
- AjaxSubmitLink(String, Form<?>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink
-
Construct.
- AjaxTabbedPanel<T extends ITab> - Class in org.apache.wicket.extensions.ajax.markup.html.tabs
-
Ajaxified version of the tabbed panel.
- AjaxTabbedPanel(String, List<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.tabs.AjaxTabbedPanel
-
Constructor
- AjaxTabbedPanel(String, List<T>, IModel<Integer>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.tabs.AjaxTabbedPanel
-
Constructor
- AjaxUtils - Class in org.apache.wicket.ajax
-
Some AJAX related utility functions.
- AjaxUtils() - Constructor for class org.apache.wicket.ajax.AjaxUtils
- AjaxWizardButtonBar - Class in org.apache.wicket.extensions.wizard
-
A bar of buttons for wizards utilizing
AjaxFormSubmitBehavior
. - AjaxWizardButtonBar(String, Wizard) - Constructor for class org.apache.wicket.extensions.wizard.AjaxWizardButtonBar
-
Construct.
- algorithm - Variable in class org.apache.wicket.util.diff.Diff
-
The differencing algorithm to use.
- ALL - org.apache.wicket.cdi.ConversationPropagation
-
Persistent conversations are propagated between bookmarkable and non-bookmarkable pages
- ALL - Static variable in interface org.apache.wicket.feedback.IFeedbackMessageFilter
-
Filter that returns simply all available messages.
- ALL_FILES - Static variable in interface org.apache.wicket.util.file.Folder.FileFilter
-
File filter that matches all files
- ALL_THREADS - org.apache.wicket.settings.ExceptionSettings.ThreadDumpStrategy
-
Dump stacktraces of all threads of the application
- allAsList() - Method in class org.apache.wicket.protocol.http.mock.CookieCollection
-
list of all cookies, expired or not
- allBreadCrumbParticipants() - Method in class org.apache.wicket.extensions.breadcrumb.BreadCrumbBar
- allBreadCrumbParticipants() - Method in class org.apache.wicket.extensions.breadcrumb.DefaultBreadCrumbsModel
- allBreadCrumbParticipants() - Method in interface org.apache.wicket.extensions.breadcrumb.IBreadCrumbModel
-
Lists the bread crumb participants in this model.
- allKittensSelected() - Method in class org.apache.wicket.extensions.captcha.kittens.KittenCaptchaPanel
- ALLOW - org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener.CsrfAction
-
Deprecated.Detects a CSRF request, logs it and allows the request to continue.
- ALLOW - org.apache.wicket.protocol.http.ResourceIsolationRequestCycleListener.CsrfAction
-
Detects a CSRF request, logs it and allows the request to continue.
- ALLOW_2_SLASHES - Static variable in class org.apache.wicket.validation.validator.UrlValidator
-
Allow two slashes in the path component of the
URL
. - ALLOW_ALL - Static variable in interface org.apache.wicket.authorization.IAuthorizationStrategy
-
Implementation of
IAuthorizationStrategy
that allows everything. - ALLOW_ALL_SCHEMES - Static variable in class org.apache.wicket.validation.validator.UrlValidator
-
Allows all validly-formatted schemes to pass validation instead of supplying a set of valid schemes.
- ALLOW_FORMS - org.apache.wicket.csp.CSPDirectiveSandboxValue
- ALLOW_SAME_ORIGIN - org.apache.wicket.csp.CSPDirectiveSandboxValue
- ALLOW_SCRIPTS - org.apache.wicket.csp.CSPDirectiveSandboxValue
- ALLOW_TOP_NAVIGATION - org.apache.wicket.csp.CSPDirectiveSandboxValue
- AllowAllAuthorizationStrategy() - Constructor for class org.apache.wicket.authorization.IAuthorizationStrategy.AllowAllAuthorizationStrategy
- ALLOWED - org.apache.wicket.protocol.http.IResourceIsolationPolicy.ResourceIsolationOutcome
- allowHandler(HttpServletRequest, String, IRequestablePage) - Method in class org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener
-
Deprecated.Handles the case where an Origin HTTP header was not present or did not match the request origin, and the corresponding action (
CsrfPreventionRequestCycleListener.noOriginAction
orCsrfPreventionRequestCycleListener.conflictingOriginAction
) is set toALLOW
. - allowHandler(HttpServletRequest, IRequestablePage) - Method in class org.apache.wicket.protocol.http.ResourceIsolationRequestCycleListener
-
Allow the execution of the listener in the request because the outcome results in
ResourceIsolationRequestCycleListener.CsrfAction.ALLOW
. - allStepsComplete() - Method in class org.apache.wicket.extensions.wizard.WizardModel
-
Returns true if all the steps in the wizard return true from
IWizardStep.isComplete()
. - ALWAYS_FALSE - Static variable in interface org.apache.wicket.model.IModelComparator
-
A model comparator that always returns false
- ALWAYS_REDIRECT - org.apache.wicket.core.request.handler.RenderPageRequestHandler.RedirectPolicy
-
Always redirect if current request URL is different than page URL.
- AM - org.apache.wicket.extensions.markup.html.form.datetime.TimeField.AM_PM
- AM - Static variable in class org.apache.wicket.util.time.TimeOfDay
-
Deprecated.Constant for AM time.
- AMERICAN_EXPRESS - org.apache.wicket.validation.validator.CreditCardValidator.CreditCard
- AMPERSAND - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
-
Constant for ampersand.
- AmPmModel() - Constructor for class org.apache.wicket.extensions.markup.html.form.datetime.TimeField.AmPmModel
- analyzeAutolinkCondition(ComponentTag) - Method in class org.apache.wicket.markup.parser.filter.WicketLinkTagHandler
-
Analyze the tag.
- anchor - Variable in class org.apache.wicket.util.diff.Chunk
- anchor() - Method in class org.apache.wicket.util.diff.Chunk
-
Returns the anchor position of the chunk.
- AnnotationsRoleAuthorizationStrategy - Class in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
Strategy that checks the
AuthorizeInstantiation
annotation. - AnnotationsRoleAuthorizationStrategy(IRoleCheckingStrategy) - Constructor for class org.apache.wicket.authroles.authorization.strategies.role.annotations.AnnotationsRoleAuthorizationStrategy
-
Construct.
- AnnotProxyFieldValueFactory - Class in org.apache.wicket.spring.injection.annot
-
IFieldValueFactory
that usesLazyInitProxyFactory
to create proxies for Spring dependencies based on theSpringBean
annotation applied to a field. - AnnotProxyFieldValueFactory(ISpringContextLocator) - Constructor for class org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory
- AnnotProxyFieldValueFactory(ISpringContextLocator, boolean) - Constructor for class org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory
- ANONYMOUS - org.apache.wicket.markup.html.CrossOrigin
-
no authentication required
- ANONYMOUS - org.apache.wicket.markup.html.media.MediaComponent.Cors
-
no authentication required
- ANY - org.apache.wicket.protocol.https.Scheme
-
any, aka preserve current
- ANY - Static variable in class org.apache.wicket.markup.html.form.NumberTextField
-
Use this as a marker of step attribute value "any" Because the w3c spec requires step to be a non-negative digit greater than zero we use zero as delegate for "any" keyword.
- ANY - Static variable in interface org.apache.wicket.util.visit.IVisitFilter
-
A visitor filter that allows all objects and their children to be visited
- anyErrorMessage() - Method in class org.apache.wicket.markup.html.panel.FeedbackPanel
-
Search messages that this panel will render, and see if there is any message of level ERROR or up.
- anyMessage() - Method in class org.apache.wicket.markup.html.panel.FeedbackPanel
-
Search messages that this panel will render, and see if there is any message.
- anyMessage(int) - Method in class org.apache.wicket.markup.html.panel.FeedbackPanel
-
Search messages that this panel will render, and see if there is any message of the given level.
- ANYTHING - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
-
Constant for anything (string).
- ANYTHING_NON_EMPTY - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
-
Constant for anything non-empty (string).
- ApacheLicenseHeaderTestCase - Class in org.apache.wicket.util.license
-
Testcase used in the different wicket projects for testing for the correct ASL license headers.
- ApacheLicenseHeaderTestCase() - Constructor for class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
-
Construct.
- APP_CLASS_PARAM - Static variable in class org.apache.wicket.protocol.http.ContextParamWebApplicationFactory
-
context parameter name that must contain the class name of the application
- APP_FACT_PARAM - Static variable in class org.apache.wicket.protocol.http.WicketFilter
-
The name of the context parameter that specifies application factory class
- append(boolean) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of the
boolean
argument to the string buffer. - append(char) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of the
char
argument to this string buffer. - append(char[]) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of the
char
array argument to this string buffer. - append(char[], int, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of a subarray of the
char
array argument to this string buffer. - append(double) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of the
double
argument to this string buffer. - append(float) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of the
float
argument to this string buffer. - append(int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of the
int
argument to this string buffer. - append(long) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of the
long
argument to this string buffer. - append(CharSequence) - Method in class org.apache.wicket.util.resource.StringBufferResourceStream
-
Adds to this string buffer resource
- append(Object) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of the
Object
argument to this string buffer. - append(String) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string to this string buffer.
- append(StringBuilder) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the specified AppendingStringBuffer to this AppendingStringBuffer.
- append(String, Serializable) - Static method in class org.apache.wicket.AttributeModifier
-
Creates a attribute modifier that appends the current value with the given
value
using a default space character (' ') separator. - append(String, CharSequence, String) - Method in class org.apache.wicket.markup.ComponentTag
-
Appends specified
value
to the attribute - append(String, IModel<?>) - Static method in class org.apache.wicket.AttributeModifier
-
Creates a attribute modifier that appends the current value with the given
value
using a default space character (' ') separator. - append(AppendingStringBuffer) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the specified AppendingStringBuffer to this AppendingStringBuffer.
- append(T, AjaxRequestTarget) - Method in class org.apache.wicket.extensions.ajax.markup.html.repeater.AjaxListPanel
-
Append a component.
- append2digits(StringBuilder, int) - Static method in class org.apache.wicket.protocol.http.mock.MockHttpServletResponse
- appendAnchor(ComponentTag, CharSequence) - Method in class org.apache.wicket.markup.html.link.Link
-
Appends any anchor to the url if the url is not null and the url does not already contain an anchor (url.indexOf('#') != -1).
- appendDefaultButtonField() - Method in class org.apache.wicket.markup.html.form.Form
-
If a default IFormSubmittingComponent was set on this form, this method will be called to render an extra field with an invisible style so that pressing enter in one of the textfields will do a form submit using this component.
- AppendingStringBuffer - Class in org.apache.wicket.util.string
-
This is a copy or combination of
java.lang.StringBuffer
andjava.lang.String
It has a special method getValue() which returns the internal char array. - AppendingStringBuffer() - Constructor for class org.apache.wicket.util.string.AppendingStringBuffer
-
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
- AppendingStringBuffer(int) - Constructor for class org.apache.wicket.util.string.AppendingStringBuffer
-
Constructs a string buffer with no characters in it and an initial capacity specified by the
length
argument. - AppendingStringBuffer(CharSequence) - Constructor for class org.apache.wicket.util.string.AppendingStringBuffer
-
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
- appendJavaScript(CharSequence) - Method in class org.apache.wicket.core.request.handler.AbstractPartialPageRequestHandler
- appendJavaScript(CharSequence) - Method in interface org.apache.wicket.core.request.handler.IPartialPageRequestHandler
-
Add JavasSript that will be evaluated on the client side after components are replaced
- appendJavaScript(CharSequence) - Method in class org.apache.wicket.page.PartialPageUpdate
-
Adds script to the ones which are executed after the component replacement.
- appendJavaScripts - Variable in class org.apache.wicket.page.PartialPageUpdate
-
A list of scripts (JavaScript) which should be executed on the client side after the components' replacement
- appendOptionHtml(AppendingStringBuffer, E, int, String) - Method in class org.apache.wicket.markup.html.form.AbstractChoice
-
Generates and appends html for a single choice into the provided buffer
- appendOptionHtml(AppendingStringBuffer, T, int, String) - Method in class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Generates and appends html for a single choice into the provided buffer
- appendOptionHtml(AppendingStringBuffer, T, int, String) - Method in class org.apache.wicket.markup.html.form.GroupedDropDownChoice
- appendOptionHtml(AppendingStringBuffer, T, int, String) - Method in class org.apache.wicket.markup.html.form.RadioChoice
-
Generates and appends html for a single choice into the provided buffer
- application - Variable in class org.apache.wicket.DefaultPageManagerProvider
- Application - Class in org.apache.wicket
-
Base class for all Wicket applications.
- Application - Class in org.apache.wicket.jmx.wrapper
-
Exposes Application related functionality for JMX.
- Application() - Constructor for class org.apache.wicket.Application
-
Constructor.
- Application(Application) - Constructor for class org.apache.wicket.jmx.wrapper.Application
-
Create.
- ApplicationContextMock - Class in org.apache.wicket.spring.test
-
Mock application context object.
- ApplicationContextMock() - Constructor for class org.apache.wicket.spring.test.ApplicationContextMock
- ApplicationListenerCollection - Class in org.apache.wicket
- ApplicationListenerCollection() - Constructor for class org.apache.wicket.ApplicationListenerCollection
- ApplicationMBean - Interface in org.apache.wicket.jmx
-
MBean interface for exposing application related information and functionality.
- ApplicationSettings - Class in org.apache.wicket.jmx.wrapper
-
Exposes Application related functionality for JMX.
- ApplicationSettings - Class in org.apache.wicket.settings
-
* Settings class for application settings.
- ApplicationSettings() - Constructor for class org.apache.wicket.settings.ApplicationSettings
- ApplicationSettings(Application) - Constructor for class org.apache.wicket.jmx.wrapper.ApplicationSettings
-
Create.
- ApplicationSettingsMBean - Interface in org.apache.wicket.jmx
-
Application settings.
- ApplicationView - Class in org.apache.wicket.devutils.inspector
-
A Wicket panel that shows interesting information about a given Wicket session.
- ApplicationView(String, Application) - Constructor for class org.apache.wicket.devutils.inspector.ApplicationView
-
Constructor.
- applyAdd(int, List<Object>) - Method in class org.apache.wicket.util.diff.Chunk
-
Add the text of this chunk to the target at the given position.
- applyDelete(List<Object>) - Method in class org.apache.wicket.util.diff.Chunk
-
Delete this chunk from he given text.
- applyPageCacheHeader() - Method in class org.apache.wicket.http2.markup.head.PushHeaderItem
-
Applies the cache header item to the response
- applyRequest() - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Rebuilds
ServletWebRequest
used by wicket from the mock request used to build requests. - applyState() - Method in interface org.apache.wicket.extensions.wizard.IWizardStep
-
This method is called whenever the wizard proceeds from this step to another step.
- applyState() - Method in class org.apache.wicket.extensions.wizard.WizardStep
- applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.AddDelta
- applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.ChangeDelta
- applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.DeleteDelta
- applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.Delta
-
Applies this delta as a patch to the given text.
- applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.Revision
-
Applies the series of deltas in this revision as patches to the given text.
- Args - Class in org.apache.wicket.util.lang
-
Class with methods for asserting conditions on arguments.
- Args() - Constructor for class org.apache.wicket.util.lang.Args
- aroundDec(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.session.SessionCountListenerAspect
-
Measures if a session is going to be destroyed
- aroundInc(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.session.SessionCountListenerAspect
-
Measures if a session is going to be activated
- aroundInit(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.WicketFilterInitAspect
-
Gets the filter name during the initialization
- aroundNew(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.behavior.BehaviorCreateAspect
-
Collects data how often a behavior is created
- aroundNew(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.component.ComponentCreateAspect
-
Collects data how often components are created
- aroundNew(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.resource.IResourceCreateAspect
-
Collects data how often a resource reference is created
- aroundNew(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.resource.ResourceReferenceCreateAspect
-
Collects data how often a resource reference is created
- aroundOnConfigure(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.component.ComponentOnConfigureAspect
-
Collects data how often components calls onConfigure
- aroundOnInitialize(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.component.ComponentOnInitializeAspect
-
Collects data how often components calls onInitialize
- aroundOnRender(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.component.ComponentOnRenderAspect
-
Collects data how often components are rendered
- aroundOnRender(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.model.LoadableDetachableModelLoadAspect
-
Collects data how often a request handler calls detach
- aroundOnRender(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.requesthandler.IRequestHandlerDetachAspect
-
Collects data how often a request handler calls detach
- aroundOnRender(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.requesthandler.IRequestHandlerRespondAspect
-
Collects data how often a request handler processes its response
- aroundRequestProcessed(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.request.WicketFilterRequestCycleAspect
-
Collects the time how long a request took to be processed
- aroundRequestProcessedWithURL(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.request.WicketFilterRequestCycleUrlAspect
-
Collects data how often a request has been made against the webapp and counts the time how long the request took.
- ArrayIteratorAdapter<T> - Class in org.apache.wicket.markup.repeater.util
-
Iterator over an array.
- ArrayIteratorAdapter(T[]) - Constructor for class org.apache.wicket.markup.repeater.util.ArrayIteratorAdapter
-
Constructor
- arrayToString(Object[]) - Static method in class org.apache.wicket.util.diff.Diff
- arrayToString(Object[]) - Static method in class org.apache.wicket.util.diff.ToString
-
Converts an array of
Object
to a string Use the value of theline.separator
system property the line separator. - arrayToString(Object[], String) - Static method in class org.apache.wicket.util.diff.ToString
-
Converts an array of
Object
to a string using the given line separator. - arroundOnDetach(ProceedingJoinPoint) - Method in class org.apache.wicket.metrics.aspects.component.ComponentOnDetachAspect
-
Collects data how often components calls onDetach
- as(Class<R>) - Method in interface org.apache.wicket.model.IModel
-
Returns an IModel, returning the object typed as
R
if it is an instance of that type, otherwisenull
. - asArray(Map<String, Object>) - Static method in class org.apache.wicket.ajax.json.JsonUtils
-
Converts a Map to JSONArray suitable for jQuery#param().
- ASCENDING - org.apache.wicket.extensions.markup.html.repeater.data.sort.SortOrder
-
ascending sort order
- asLined(Collection<?>) - Static method in class org.apache.wicket.util.tester.WicketTesterHelper
-
A
toString
method for the givenCollection
. - asList() - Method in class org.apache.wicket.protocol.http.mock.CookieCollection
-
list of non expired cookies
- assertAjaxLocation() - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts that the Ajax location header is present.
- assertBehavior(String, Class<? extends Behavior>) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts that the
Component
a the given path has a behavior of the given type. - assertBookmarkablePageLink(String, Class<? extends WebPage>, PageParameters) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts that that the BookmarkablePageLink identified by "id" points to the page as expected - including parameters.
- assertComponent(String, Class<? extends Component>) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts a
Component
class. - assertComponentFeedbackMessage(Component, String, IModel<?>, IFeedbackMessageFilter) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts that there is a feedback message provided by a given component
- assertComponentOnAjaxResponse(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Tests that a
Component
has been added to aAjaxRequestTarget
, usingIPartialPageRequestHandler.add(Component...)
. - assertComponentOnAjaxResponse(Component) - Method in class org.apache.wicket.util.tester.WicketTester
-
Tests that a
Component
has been added to aAjaxRequestTarget
, usingIPartialPageRequestHandler.add(Component...)
. - assertContains(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts the content of last rendered page contains (matches) a given regex pattern.
- assertContainsNot(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
The opposite of
WicketTester.assertContains(String)
. - assertDisabled(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
assert component is enabled.
- assertEnabled(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
assert component is enabled.
- assertEquals(Collection<?>, Collection<?>) - Static method in class org.apache.wicket.util.tester.WicketTesterHelper
-
Asserts that both
Collection
s contain the same elements. - assertErrorMessages(Serializable...) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts error-level feedback messages.
- assertExists(String) - Method in class org.apache.wicket.util.tester.BaseWicketTester
- assertFeedback(String, Serializable...) - Method in class org.apache.wicket.util.tester.WicketTester
-
Assert that a particular feedback panel is rendering certain messages.
- assertFeedbackMessages(IFeedbackMessageFilter, Serializable...) - Method in class org.apache.wicket.util.tester.WicketTester
-
Assert there are feedback messages accepted by the provided filter.
- assertInfoMessages(Serializable...) - Method in class org.apache.wicket.util.tester.WicketTester
-
Assert info-level feedback messages.
- assertInvisible(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts that a
Component
is invisible. - assertLabel(String, String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts the text of a
Label
Component
. - assertMarkupLocale(Component, Locale) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts that a component's markup has loaded with the given locale
- assertMarkupStyle(Component, String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts that a component's markup has loaded with the given style.
- assertMarkupVariation(Component, String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts that a component's markup has loaded with the given variation
- assertModelValue(String, Object) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts the model value of a component.
- assertNoErrorMessage() - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts no error-level feedback messages.
- assertNoFeedbackMessage(int) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts there are no feedback messages with a certain level.
- assertNoInfoMessage() - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts no info-level feedback messages.
- assertNotExists(String) - Method in class org.apache.wicket.util.tester.BaseWicketTester
- assertNotRequired(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
assert form component is required.
- assertRedirectUrl(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Assert that the last request redirected to the given Url.
- assertRenderedPage(Class<? extends Page>) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts a last-rendered
Page
class. - assertRequired(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
assert form component is required.
- assertResultPage(Class<?>, String) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Asserts last rendered
Page
against an expected HTML document. - assertResultPage(Class<?>, String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts last-rendered
Page
against an expected HTML document. - assertResultPage(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts last-rendered
Page
against an expected HTML document as aString
- assertUsability(Component) - Method in class org.apache.wicket.util.tester.WicketTester
-
Checks whether a component is visible and/or enabled before usage
- assertValidInStack(ComponentTag) - Method in class org.apache.wicket.markup.parser.TagStack
-
Assert that tag has no mismatch error.
- assertVisible(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
Asserts that a
Component
is visible. - assignValueToFormComponent(FormComponent<?>, String) - Method in class org.apache.wicket.util.tester.FormTester.ChoiceSelector
-
Implements whether toggle or accumulate the selection.
- AssociatedMarkupSourcingStrategy - Class in org.apache.wicket.markup.html.panel
-
Boilerplate for a markup sourcing strategy which retrieves the markup from associated markup files.
- AssociatedMarkupSourcingStrategy(String) - Constructor for class org.apache.wicket.markup.html.panel.AssociatedMarkupSourcingStrategy
-
Constructor.
- asString() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
- asString() - Method in interface org.apache.wicket.util.resource.IStringResourceStream
- asString() - Method in class org.apache.wicket.util.resource.StringResourceStream
- asString() - Method in class org.apache.wicket.util.template.TextTemplate
- asString() - Method in class org.apache.wicket.util.template.TextTemplateDecorator
-
Returns the decorated contents as a
String
. - asString(Map<String, ?>) - Method in class org.apache.wicket.util.template.TextTemplate
-
Interpolates the
Map
of variables with the content and returns the resultingString
without replacing the content. - asString(Map<String, ?>) - Method in class org.apache.wicket.util.template.TextTemplateDecorator
-
Returns the decorated contents as a
String
. - AsynchronousPageStore - Class in org.apache.wicket.pageStore
-
Facade for
IPageStore
movingAsynchronousPageStore.addPage(IPageContext, IManageablePage)
to a worker thread. - AsynchronousPageStore(IPageStore, int) - Constructor for class org.apache.wicket.pageStore.AsynchronousPageStore
-
Construct.
- AT_SIGN - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
-
Constant for at.
- atCloseTag() - Method in class org.apache.wicket.markup.MarkupStream
- atEnd() - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
-
Whether the internal cursor has advanced to the end of the input.
- atOpenCloseTag() - Method in class org.apache.wicket.markup.MarkupStream
- atOpenCloseTag(String) - Method in class org.apache.wicket.markup.MarkupStream
- atOpenTag() - Method in class org.apache.wicket.markup.MarkupStream
- atOpenTag(String) - Method in class org.apache.wicket.markup.MarkupStream
- attach() - Method in class org.apache.wicket.model.ComponentDetachableModel
-
Attaches to the current request.
- ATTACHMENT - org.apache.wicket.request.resource.ContentDisposition
-
For attachment resources the browser should display a save dialog
- atTag() - Method in class org.apache.wicket.markup.MarkupStream
- ATTR_CROSS_ORIGIN - Static variable in class org.apache.wicket.core.util.string.CssUtils
- ATTR_CROSS_ORIGIN - Static variable in class org.apache.wicket.core.util.string.JavaScriptUtils
- ATTR_CSP_NONCE - Static variable in class org.apache.wicket.core.util.string.CssUtils
- ATTR_CSP_NONCE - Static variable in class org.apache.wicket.core.util.string.JavaScriptUtils
- ATTR_ID - Static variable in class org.apache.wicket.core.util.string.CssUtils
- ATTR_ID - Static variable in class org.apache.wicket.core.util.string.JavaScriptUtils
- ATTR_INTEGRITY - Static variable in class org.apache.wicket.core.util.string.CssUtils
- ATTR_INTEGRITY - Static variable in class org.apache.wicket.core.util.string.JavaScriptUtils
- ATTR_LINK_HREF - Static variable in class org.apache.wicket.core.util.string.CssUtils
- ATTR_LINK_MEDIA - Static variable in class org.apache.wicket.core.util.string.CssUtils
- ATTR_LINK_REL - Static variable in class org.apache.wicket.core.util.string.CssUtils
- ATTR_SCRIPT_ASYNC - Static variable in class org.apache.wicket.core.util.string.JavaScriptUtils
- ATTR_SCRIPT_DEFER - Static variable in class org.apache.wicket.core.util.string.JavaScriptUtils
- ATTR_SCRIPT_SRC - Static variable in class org.apache.wicket.core.util.string.JavaScriptUtils
- ATTR_TYPE - Static variable in class org.apache.wicket.core.util.string.CssUtils
- ATTR_TYPE - Static variable in class org.apache.wicket.core.util.string.JavaScriptUtils
- AttributeAppender - Class in org.apache.wicket.behavior
-
AttributeModifier that appends the given value, rather than replace it.
- AttributeAppender(String, Serializable) - Constructor for class org.apache.wicket.behavior.AttributeAppender
-
Creates an attribute modifier that appends the
value
to the attribute's current value, optionally separated by theseparator
. - AttributeAppender(String, Serializable, String) - Constructor for class org.apache.wicket.behavior.AttributeAppender
-
Creates an AttributeModifier that appends the value to the current value of the attribute, and will add the attribute when it is not there already.
- AttributeAppender(String, IModel<?>) - Constructor for class org.apache.wicket.behavior.AttributeAppender
-
Creates an attribute modifier that concatenates the
replaceModel
to the attribute's current value, optionally separated by theseparator
. - AttributeAppender(String, IModel<?>, String) - Constructor for class org.apache.wicket.behavior.AttributeAppender
-
Creates an AttributeModifier that appends the appendModel's value to the current value of the attribute, and will add the attribute when it is not there already.
- AttributeLocalizer(String) - Constructor for class org.apache.wicket.markup.parser.filter.WicketMessageTagHandler.AttributeLocalizer
- AttributeMap - Class in org.apache.wicket.util.value
-
Map of values, extending
ValueMap
with methods for generating (HTML) markup attributes. - AttributeMap() - Constructor for class org.apache.wicket.util.value.AttributeMap
-
Constructs an empty
AttributeMap
. - AttributeMap(Map<String, Object>) - Constructor for class org.apache.wicket.util.value.AttributeMap
-
Copy constructor.
- AttributeModifier - Class in org.apache.wicket
-
This class allows a tag attribute of a component to be modified dynamically with a value obtained from a model object.
- AttributeModifier(String, Serializable) - Constructor for class org.apache.wicket.AttributeModifier
-
Create a new attribute modifier with the given attribute name and model to replace with.
- AttributeModifier(String, IModel<?>) - Constructor for class org.apache.wicket.AttributeModifier
-
Create a new attribute modifier with the given attribute name and model to replace with.
- AttributeModifier.MarkerValue - Enum in org.apache.wicket
-
Special attribute value markers.
- Attributes(Request, Response) - Constructor for class org.apache.wicket.request.resource.IResource.Attributes
-
Construct.
- Attributes(Request, Response, PageParameters) - Constructor for class org.apache.wicket.request.resource.IResource.Attributes
-
Construct.
- ATTRIBUTES_SEPARATORS - Static variable in class org.apache.wicket.markup.TagUtils
-
A map that keeps the separators which should be used for the different HTML element attributes.
- Audio - Class in org.apache.wicket.markup.html.media.audio
-
An audio media component to playback audio files.
- Audio(String) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- Audio(String, String) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- Audio(String, String, PageParameters) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- Audio(String, IModel<?>) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- Audio(String, IModel<?>, String) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- Audio(String, IModel<?>, String, PageParameters) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- Audio(String, IModel<?>, ResourceReference) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- Audio(String, IModel<?>, ResourceReference, PageParameters) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- Audio(String, ResourceReference) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- Audio(String, ResourceReference, PageParameters) - Constructor for class org.apache.wicket.markup.html.media.audio.Audio
-
Creates an audio component
- authenticate(String, String) - Method in class org.apache.wicket.authroles.authentication.AuthenticatedWebSession
-
Actual authentication check, has to be implemented by subclasses.
- authenticate(HttpServletResponse) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- authenticate(HttpServletResponse) - Method in class org.apache.wicket.protocol.ws.api.ServletRequestCopy
- authenticate(HttpServletResponse) - Method in class org.apache.wicket.protocol.ws.javax.JavaxUpgradeHttpRequest
- AuthenticatedWebApplication - Class in org.apache.wicket.authroles.authentication
-
A web application subclass that does role-based authentication.
- AuthenticatedWebApplication() - Constructor for class org.apache.wicket.authroles.authentication.AuthenticatedWebApplication
- AuthenticatedWebSession - Class in org.apache.wicket.authroles.authentication
-
Basic authenticated web session.
- AuthenticatedWebSession(Request) - Constructor for class org.apache.wicket.authroles.authentication.AuthenticatedWebSession
-
Construct.
- AuthorizationException - Exception in org.apache.wicket.authorization
-
Base class for exceptions thrown as a result of authorization failure.
- AuthorizationException() - Constructor for exception org.apache.wicket.authorization.AuthorizationException
-
Construct.
- AuthorizationException(String) - Constructor for exception org.apache.wicket.authorization.AuthorizationException
-
Construct.
- AuthorizationException(String, Throwable) - Constructor for exception org.apache.wicket.authorization.AuthorizationException
-
Construct.
- AuthorizationException(Throwable) - Constructor for exception org.apache.wicket.authorization.AuthorizationException
-
Construct.
- authorize(Class<T>, String) - Static method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Authorizes the given role to create component instances of type componentClass.
- authorize(Class<T>, Roles) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.InstantiationPermissions
-
Gives the given role permission to instantiate the given class.
- authorize(Action, Roles) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.ActionPermissions
-
Gives permission for the given roles to perform the given action
- authorize(Component, Action, String) - Static method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Authorizes the given role to perform the given action on the given component.
- authorizeAction(Component) - Method in interface org.apache.wicket.authorization.strategies.action.IActionAuthorizer
-
Gets whether this action is authorized.
- AuthorizeAction - Annotation Type in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
A mapping of 1..n roles to an action.
- AuthorizeActions - Annotation Type in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
Groups a set (technically an array) of
AuthorizeAction
s for authorization. - authorizeAll(Class<T>) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.InstantiationPermissions
-
Gives all roles permission to instantiate the given class.
- authorizeAll(Class<T>) - Static method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Grants permission to all roles to create instances of the given component class.
- authorizeAll(Action) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.ActionPermissions
-
Remove all authorization for the given action.
- authorizeAll(Component, Action) - Static method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Grants permission to all roles to perform the given action on the given component.
- authorizedRoles(Class<T>) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.InstantiationPermissions
-
Gets the roles that have a binding with the given component class.
- AuthorizeInstantiation - Annotation Type in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
Annotation for configuring what roles are allowed for instantiation the annotated component or package.
- AuthorizeInstantiations - Annotation Type in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
Groups a set (technically an array) of
AuthorizeInstantiation
s for page authorization. - AuthorizeResource - Annotation Type in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
Annotation for configuring what roles are allowed for requesting the annotated resource.
- AUTO - org.apache.wicket.markup.html.media.MediaComponent.Preload
-
auto detection what is going to be preload
- AUTO - org.apache.wicket.request.http.handler.RedirectRequestHandler.Mode
-
Decide dynamically depending on the value of
status
field - AUTO - Static variable in class org.apache.wicket.markup.html.form.AutoLabelResolver.AutoLabelMarker
- AUTO_REDIRECT - org.apache.wicket.core.request.handler.RenderPageRequestHandler.RedirectPolicy
-
Redirect if necessary.
- autoAdd(Component, MarkupStream) - Method in class org.apache.wicket.MarkupContainer
-
This method allows a component to be added by an auto-resolver such as AutoLinkResolver.
- autoBeginIfNecessary(Page, IRequestHandler) - Method in class org.apache.wicket.cdi.AutoConversationManager
- AUTOCOMPLETE_JS - Static variable in class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteBehavior
- AutoCompleteBehavior<T> - Class in org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
This behavior builds on top of
AbstractAutoCompleteBehavior
by introducing the concept of aIAutoCompleteRenderer
to make response writing easier. - AutoCompleteBehavior(IAutoCompleteRenderer<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteBehavior
-
Constructor
- AutoCompleteBehavior(IAutoCompleteRenderer<T>, boolean) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteBehavior
-
Constructor
- AutoCompleteBehavior(IAutoCompleteRenderer<T>, AutoCompleteSettings) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteBehavior
-
Constructor
- AutoCompleteSettings - Class in org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
This class encapsulates various settings for
AbstractAutoCompleteBehavior
. - AutoCompleteSettings() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteSettings
- AutoCompleteSettings.KeyTabBehavior - Enum in org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
A behavior that can be used to control how the Tab key should be handled when having an item in the autocomplete list is marked.
- AutoCompleteTextField<T> - Class in org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
An implementation of a textfield with the autoassist ajax behavior
AutoCompleteBehavior
. - AutoCompleteTextField(String) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor.
- AutoCompleteTextField(String, Class<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor for the given type with default settings.
- AutoCompleteTextField(String, Class<T>, IAutoCompleteRenderer<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor for the given type using the given renderer
- AutoCompleteTextField(String, AutoCompleteSettings) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor.
- AutoCompleteTextField(String, IAutoCompleteRenderer<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor using the given renderer.
- AutoCompleteTextField(String, IModel<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor for the given model.
- AutoCompleteTextField(String, IModel<T>, Class<T>, AutoCompleteSettings) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor for the given model and type.
- AutoCompleteTextField(String, IModel<T>, Class<T>, IAutoCompleteRenderer<T>, AutoCompleteSettings) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor for the given model using the given renderer.
- AutoCompleteTextField(String, IModel<T>, AutoCompleteSettings) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor for given model.
- AutoCompleteTextField(String, IModel<T>, IAutoCompleteRenderer<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor for the given model using the given renderer.
- AutoConversation - Class in org.apache.wicket.cdi
-
A bean that can be used to override whether the lifecycle of the conversation should be managed automatically or not.
- AutoConversation() - Constructor for class org.apache.wicket.cdi.AutoConversation
- AutoConversationManager - Class in org.apache.wicket.cdi
-
Automatically starts and ends conversations for pages with a
ConversationalComponent
. - AutoConversationManager(IConversationPropagation) - Constructor for class org.apache.wicket.cdi.AutoConversationManager
- autoEnable - Static variable in class org.apache.wicket.markup.resolver.AutoLinkResolver.AutolinkBookmarkablePageLink
-
When using <wicket:link> to let Wicket lookup for pages and create the related links, it's not possible to change the "setAutoEnable" property, which defaults to true.
- autoEndIfNecessary(Page, IRequestHandler) - Method in class org.apache.wicket.cdi.AutoConversationManager
- AutoLabel(String, Component) - Constructor for class org.apache.wicket.markup.html.form.AutoLabelResolver.AutoLabel
- AutoLabelMarker(FormComponent<?>) - Constructor for class org.apache.wicket.markup.html.form.AutoLabelResolver.AutoLabelMarker
- AutoLabelMarker(FormComponent<?>, boolean) - Constructor for class org.apache.wicket.markup.html.form.AutoLabelResolver.AutoLabelMarker
- AutoLabelResolver - Class in org.apache.wicket.markup.html.form
-
Resolver that implements the
wicket:for
attribute functionality. - AutoLabelResolver() - Constructor for class org.apache.wicket.markup.html.form.AutoLabelResolver
- AutoLabelResolver.AutoLabel - Class in org.apache.wicket.markup.html.form
-
Component that is attached to the
<label>
tag and takes care of writing out the label text as well as setting classes on the<label>
tag - AutoLabelResolver.AutoLabelMarker - Class in org.apache.wicket.markup.html.form
-
Marker used to track whether or not a form component has an associated auto label by its mere presense as well as some attributes of the component across requests.
- AutoLabelTagHandler - Class in org.apache.wicket.markup.html.form
-
Markup filter that identifies tags with the
wicket:for
attribute. - AutoLabelTagHandler(MarkupResourceStream) - Constructor for class org.apache.wicket.markup.html.form.AutoLabelTagHandler
- AutoLabelTextResolver - Class in org.apache.wicket.markup.html.form
-
Resolver that provides the
<wicket:label>
tag, which will output a FormComponent'slabel
without requiring a manual extra component such asLabel
orFormComponentLabel
. - AutoLabelTextResolver() - Constructor for class org.apache.wicket.markup.html.form.AutoLabelTextResolver
- AUTOLINK_ID - Static variable in class org.apache.wicket.markup.parser.filter.WicketLinkTagHandler
-
The id of autolink components
- AutolinkBookmarkablePageLink(String, Class<C>, PageParameters, String) - Constructor for class org.apache.wicket.markup.resolver.AutoLinkResolver.AutolinkBookmarkablePageLink
-
Construct
- AutoLinkResolver - Class in org.apache.wicket.markup.resolver
-
The AutoLinkResolver is responsible to handle automatic link resolution.
- AutoLinkResolver() - Constructor for class org.apache.wicket.markup.resolver.AutoLinkResolver
-
Construct.
- AutoLinkResolver.AbstractAutolinkResolverDelegate - Class in org.apache.wicket.markup.resolver
-
Abstract implementation that has a helper method for creating a resource reference.
- AutoLinkResolver.AutolinkBookmarkablePageLink<T> - Class in org.apache.wicket.markup.resolver
-
Autolink components delegate component resolution to their parent components.
- AutoLinkResolver.IAutolinkResolverDelegate - Interface in org.apache.wicket.markup.resolver
-
Interface to delegate the actual resolving of auto components to.
- AutoLinkResolver.PathInfo - Class in org.apache.wicket.markup.resolver
-
Encapsulates different aspects of a path.
- available() - Method in class org.apache.wicket.util.io.ProxyInputStream
-
Invokes the delegate's
available()
method.
B
- BACKSLASH - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
-
Constant for backslash.
- BASE_URI - org.apache.wicket.csp.CSPDirective
- BaseDataResource<T> - Class in org.apache.wicket.request.resource
-
An abstract resource that can deliver static data - passed to the constructor, or dynamic - returned by
BaseDataResource.getData(org.apache.wicket.request.resource.IResource.Attributes)
- BaseDataResource(String) - Constructor for class org.apache.wicket.request.resource.BaseDataResource
-
Creates a
BaseDataResource
which will provide its data dynamically withBaseDataResource.getData(org.apache.wicket.request.resource.IResource.Attributes)
- BaseDataResource(String, T) - Constructor for class org.apache.wicket.request.resource.BaseDataResource
-
Creates a Resource from the given data with its content type
- BaseDataResource(String, T, String) - Constructor for class org.apache.wicket.request.resource.BaseDataResource
-
Creates a Resource from the given data with its content type and filename
- basePath(String, String) - Static method in class org.apache.wicket.util.file.Files
-
Strips off the given extension (probably returned from Files.extension()) from the path, yielding a base pathname.
- BaseWebSocketBehavior - Class in org.apache.wicket.protocol.ws.api
-
A behavior that contributes
WicketWebSocketJQueryResourceReference
- BaseWebSocketBehavior() - Constructor for class org.apache.wicket.protocol.ws.api.BaseWebSocketBehavior
-
Constructor.
- BaseWebSocketBehavior(String) - Constructor for class org.apache.wicket.protocol.ws.api.BaseWebSocketBehavior
-
Constructor.
- BaseWebSocketBehavior(String, String) - Constructor for class org.apache.wicket.protocol.ws.api.BaseWebSocketBehavior
-
Constructor.
- BaseWicketTester - Class in org.apache.wicket.util.tester
-
A helper class to ease unit testing of Wicket applications without the need for a servlet container.
- BaseWicketTester() - Constructor for class org.apache.wicket.util.tester.BaseWicketTester
-
Creates
WicketTester
and automatically create aWebApplication
, but the tester will have no home page. - BaseWicketTester(Class<C>) - Constructor for class org.apache.wicket.util.tester.BaseWicketTester
-
Creates
WicketTester
and automatically creates aWebApplication
. - BaseWicketTester(WebApplication) - Constructor for class org.apache.wicket.util.tester.BaseWicketTester
-
Creates a
WicketTester
. - BaseWicketTester(WebApplication, boolean) - Constructor for class org.apache.wicket.util.tester.BaseWicketTester
-
Creates a
WicketTester
. - BaseWicketTester(WebApplication, String) - Constructor for class org.apache.wicket.util.tester.BaseWicketTester
-
Creates a
WicketTester
. - BaseWicketTester(WebApplication, ServletContext) - Constructor for class org.apache.wicket.util.tester.BaseWicketTester
-
Creates a
WicketTester
. - BaseWicketTester(WebApplication, ServletContext, boolean) - Constructor for class org.apache.wicket.util.tester.BaseWicketTester
-
Creates a
WicketTester
. - BaseWicketTester.StartComponentInPage - Class in org.apache.wicket.util.tester
-
A page that is used as the automatically created page for
BaseWicketTester.startComponentInPage(Class)
and the other variations. - BaseWicketTester.TestFilterConfig - Class in org.apache.wicket.util.tester
- BasicResourceReferenceMapper - Class in org.apache.wicket.core.request.mapper
-
Generic
ResourceReference
encoder that encodes and decodes non-mountedResourceReference
s. - BasicResourceReferenceMapper(IPageParametersEncoder, Supplier<? extends IResourceCachingStrategy>) - Constructor for class org.apache.wicket.core.request.mapper.BasicResourceReferenceMapper
-
Construct.
- BeanManagerLookup - Class in org.apache.wicket.cdi
-
Defines several strategies for looking up a CDI BeanManager in a portable way.
- BeanValidationConfiguration - Class in org.apache.wicket.bean.validation
-
Configures bean validation and integrates it with Wicket
- BeanValidationConfiguration() - Constructor for class org.apache.wicket.bean.validation.BeanValidationConfiguration
- BeanValidationContext - Interface in org.apache.wicket.bean.validation
-
A read-only view of
BeanValidationConfiguration
that can be retrieved by components to access the validator and other helpers. - BEFORE - org.apache.wicket.markup.html.form.AbstractChoice.LabelPosition
-
will render the label before the choice
- BEFORE_HANDLER - org.apache.wicket.ajax.attributes.AjaxAttributeName
-
before handler (bh)
- BEFORE_SEND_HANDLER - org.apache.wicket.ajax.attributes.AjaxAttributeName
-
before send handler (bsh)
- beforeAdd() - Method in class org.apache.wicket.metrics.aspects.ajax.IPartialPageRequestHandlerAddAspect
-
Collects data how often components calls add
- beforeAppendJavaScript() - Method in class org.apache.wicket.metrics.aspects.ajax.IPartialPageRequestHandlerAppendJavaScriptAspect
-
Collects data how often components calls appendJavaScript
- beforeFirst(char) - Method in class org.apache.wicket.util.string.StringValue
-
Gets the substring before the first occurrence given char.
- beforeFirst(String, char) - Static method in class org.apache.wicket.util.string.Strings
-
Returns everything before the first occurrence of the given character in s.
- beforeLast(char) - Method in class org.apache.wicket.util.string.StringValue
-
Gets the substring before the last occurrence given char.
- beforeLast(String, char) - Static method in class org.apache.wicket.util.string.Strings
-
Returns everything before the last occurrence of the given character in s.
- beforeLastPathComponent(String, char) - Static method in class org.apache.wicket.util.string.Strings
-
Gets everything before the last path component of a path using a given separator.
- beforePrependJavaScript() - Method in class org.apache.wicket.metrics.aspects.ajax.IPartialPageRequestHandlerPrependJavaScriptAspect
-
Collects data how often components calls prependJavaScript
- beforeRead(int) - Method in class org.apache.wicket.util.io.ProxyInputStream
-
Invoked by the read methods before the call is proxied.
- beforeRender() - Method in class org.apache.wicket.Component
-
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
- beforeRender() - Method in class org.apache.wicket.feedback.FeedbackDelay
-
Prepares all postponed feedbacks for render.
- beforeRender() - Method in interface org.apache.wicket.feedback.IFeedback
- beforeRender(Component) - Method in class org.apache.wicket.behavior.Behavior
-
Called when a component is about to render.
- beforeRender(Component) - Method in class org.apache.wicket.extensions.markup.html.repeater.tree.table.NodeBorder
- beforeRender(Component) - Method in class org.apache.wicket.markup.html.border.BorderBehavior
- beforeRender(Component) - Method in class org.apache.wicket.markup.transformer.AbstractTransformerBehavior
- beforeRender(Component) - Method in class org.apache.wicket.validation.CompoundValidator
- beforeResponsePage() - Method in class org.apache.wicket.metrics.aspects.component.ComponentSetResponsePageAspect
-
Collects data how often components redirect to another page
- beforeResponsePage() - Method in class org.apache.wicket.metrics.aspects.markup.WicketTagCreateAspect
-
Collects data how often components redirect to another page
- beforeTestExecution(ExtensionContext) - Method in class org.apache.wicket.util.tester.WicketTesterExtension
- beforeUpdateFormComponentModels() - Method in class org.apache.wicket.markup.html.form.Form
-
Template method to allow clients to do any processing (like recording the current model so that, in case onSubmit does further validation, the model can be rolled back) before the actual updating of form component models is done.
- Behavior - Class in org.apache.wicket.behavior
-
Behaviors are kind of plug-ins for Components.
- Behavior() - Constructor for class org.apache.wicket.behavior.Behavior
-
Constructor
- BehaviorCreateAspect - Class in org.apache.wicket.metrics.aspects.behavior
-
Measures everything about behaviors
- BehaviorCreateAspect() - Constructor for class org.apache.wicket.metrics.aspects.behavior.BehaviorCreateAspect
- BehaviorInjector - Class in org.apache.wicket.cdi
-
Injects components with CDI dependencies
- BehaviorInjector() - Constructor for class org.apache.wicket.cdi.BehaviorInjector
-
Constructor
- BehaviorInstantiationListenerCollection - Class in org.apache.wicket
- BehaviorInstantiationListenerCollection() - Constructor for class org.apache.wicket.BehaviorInstantiationListenerCollection
- benchmark(Runnable) - Static method in class org.apache.wicket.util.time.Duration
-
Deprecated.Benchmark the given command.
- benchmark(ICode, Logger) - Static method in class org.apache.wicket.util.time.Duration
-
Deprecated.Benchmark the given command.
- BigDecimalConverter - Class in org.apache.wicket.util.convert.converter
-
BigDecimal converter
- BigDecimalConverter() - Constructor for class org.apache.wicket.util.convert.converter.BigDecimalConverter
- bigDecValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
-
Evaluates the given object as a BigDecimal.
- BigIntegerConverter - Class in org.apache.wicket.util.convert.converter
-
BigInteger converter see
IConverter
- BigIntegerConverter() - Constructor for class org.apache.wicket.util.convert.converter.BigIntegerConverter
- bigIntValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
-
Evaluates the given object as a BigInteger.
- BinaryMessage - Class in org.apache.wicket.protocol.ws.api.message
-
A
message
with binary data - BinaryMessage(WebApplication, String, IKey, byte[], int, int) - Constructor for class org.apache.wicket.protocol.ws.api.message.BinaryMessage
-
Constructor.
- bind() - Method in class org.apache.wicket.markup.html.image.resource.LocalizedImageResource
-
Binds this resource if it is shared
- bind() - Method in class org.apache.wicket.Session
-
Force binding this session to the application's
session store
if not already done so. - bind(String) - Method in class org.apache.wicket.model.CompoundPropertyModel
-
Binds this model to a special property by returning a model that has this compound model as its nested/wrapped model and the property which should be evaluated.
- bind(Application) - Method in class org.apache.wicket.injection.Injector
-
Binds current instance of the injector to the Application.
- bind(Component) - Method in class org.apache.wicket.ajax.form.AjaxFormValidatingBehavior
- bind(Component) - Method in class org.apache.wicket.bean.validation.PropertyValidator
- bind(Component) - Method in class org.apache.wicket.behavior.AbstractAjaxBehavior
-
Bind this handler to the given component.
- bind(Component) - Method in class org.apache.wicket.behavior.Behavior
-
Bind this handler to the given component.
- bind(Component) - Method in class org.apache.wicket.extensions.ajax.markup.html.AjaxIndicatorAppender
- bind(Component) - Method in class org.apache.wicket.markup.html.form.FormComponentUpdatingBehavior
- bind(Component) - Method in class org.apache.wicket.markup.html.form.validation.AbstractFormValidator
-
Can be bound to
Form
s only. - bind(Component) - Method in class org.apache.wicket.markup.transformer.XsltTransformerBehavior
- bind(Component) - Method in class org.apache.wicket.validation.CompoundValidator
- bind(Request, Session) - Method in class org.apache.wicket.mock.MockSessionStore
- bind(Request, Session) - Method in class org.apache.wicket.session.HttpSessionStore
- bind(Request, Session) - Method in interface org.apache.wicket.session.ISessionStore
-
Adds the provided new session to this facade using the provided request.
- bindingSession(Request, Session) - Method in interface org.apache.wicket.session.ISessionStore.BindListener
-
Informs the listener that a session is about to be bound.
- Blob - org.apache.wicket.extensions.ajax.AjaxDownloadBehavior.Location
-
The resource will be downloaded into a
blob
. - BlobImageResource - Class in org.apache.wicket.markup.html.image.resource
-
An ImageResource subclass for dynamic images that come from database BLOB fields.
- BlobImageResource() - Constructor for class org.apache.wicket.markup.html.image.resource.BlobImageResource
-
Construct.
- BlobImageResource(String) - Constructor for class org.apache.wicket.markup.html.image.resource.BlobImageResource
-
Construct.
- blocking() - Method in class org.apache.wicket.csp.ContentSecurityPolicySettings
- BLOCKING - org.apache.wicket.csp.CSPHeaderMode
- Body - Class in org.apache.wicket.markup.html.border
-
This is a simple Container component which can be used to build Border like components.
- Body(String, MarkupContainer) - Constructor for class org.apache.wicket.markup.html.border.Body
-
Construct.
- Body(String, IModel<?>, MarkupContainer) - Constructor for class org.apache.wicket.markup.html.border.Body
-
Construct.
- BODY - org.apache.wicket.markup.parser.IXmlPullParser.HttpTagType
-
Tag body in between two tags
- BODY - Static variable in class org.apache.wicket.markup.html.border.Border
- BODY - Static variable in class org.apache.wicket.markup.parser.filter.HtmlHeaderSectionHandler
- bodyBuffer - Variable in class org.apache.wicket.page.PartialPageUpdate
-
Buffer of response body.
- BOMInputStream - Class in org.apache.wicket.util.io
-
This class is used to wrap a stream that includes an encoded
ByteOrderMark
as its first bytes. - BOMInputStream(InputStream) - Constructor for class org.apache.wicket.util.io.BOMInputStream
-
Constructs a new BOM InputStream that excludes a
ByteOrderMark.UTF_8
BOM. - BOMInputStream(InputStream, boolean) - Constructor for class org.apache.wicket.util.io.BOMInputStream
-
Constructs a new BOM InputStream that detects a a
ByteOrderMark.UTF_8
and optionally includes it. - BOMInputStream(InputStream, boolean, ByteOrderMark...) - Constructor for class org.apache.wicket.util.io.BOMInputStream
-
Constructs a new BOM InputStream that detects the specified BOMs and optionally includes them.
- BOMInputStream(InputStream, ByteOrderMark...) - Constructor for class org.apache.wicket.util.io.BOMInputStream
-
Constructs a new BOM InputStream that excludes the specified BOMs.
- BookmarkableListenerRequestHandler - Class in org.apache.wicket.core.request.handler
-
Request handler for bookmarkable pages with an
IRequestListener
. - BookmarkableListenerRequestHandler(IPageAndComponentProvider, Integer) - Constructor for class org.apache.wicket.core.request.handler.BookmarkableListenerRequestHandler
-
Construct.
- BookmarkableListenerRequestHandler(PageAndComponentProvider) - Constructor for class org.apache.wicket.core.request.handler.BookmarkableListenerRequestHandler
-
Construct.
- BookmarkableMapper - Class in org.apache.wicket.core.request.mapper
-
Decodes and encodes the following URLs:
- BookmarkableMapper() - Constructor for class org.apache.wicket.core.request.mapper.BookmarkableMapper
-
Construct.
- BookmarkableMapper(IPageParametersEncoder) - Constructor for class org.apache.wicket.core.request.mapper.BookmarkableMapper
-
Construct.
- BookmarkablePageLink<T> - Class in org.apache.wicket.markup.html.link
-
Renders a stable link which can be cached in a web browser and used at a later time.
- BookmarkablePageLink(String, Class<C>) - Constructor for class org.apache.wicket.markup.html.link.BookmarkablePageLink
-
Constructor.
- BookmarkablePageLink(String, Class<C>, PageParameters) - Constructor for class org.apache.wicket.markup.html.link.BookmarkablePageLink
-
Constructor.
- BookmarkablePageRequestHandler - Class in org.apache.wicket.core.request.handler
-
Request handler for bookmarkable pages.
- BookmarkablePageRequestHandler(IPageProvider) - Constructor for class org.apache.wicket.core.request.handler.BookmarkablePageRequestHandler
-
Construct.
- BooleanConverter - Class in org.apache.wicket.util.convert.converter
-
Converts from Object to Boolean.
- BooleanConverter() - Constructor for class org.apache.wicket.util.convert.converter.BooleanConverter
- BooleanGroup - Class in org.apache.wicket.util.parse.metapattern
-
A Group that captures case-sensitive boolean values "true" or "false".
- BooleanGroup() - Constructor for class org.apache.wicket.util.parse.metapattern.BooleanGroup
-
Constructs an IntegerGroup that parses Strings that match the INTEGER pattern in base 10.
- booleanValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
-
Evaluates the given object as a boolean: if it is a Boolean object, it's easy; if it's a Number or a Character, returns true for non-zero objects; and otherwise returns true for non-null objects.
- Border - Class in org.apache.wicket.markup.html.border
-
A border component has associated markup which is drawn and determines placement of markup and/or components nested within the border component.
- Border(String) - Constructor for class org.apache.wicket.markup.html.border.Border
- Border(String, IModel<?>) - Constructor for class org.apache.wicket.markup.html.border.Border
- BORDER - org.apache.wicket.ChildToDequeueType
- BORDER - Static variable in class org.apache.wicket.markup.html.border.Border
- Border.BorderBodyContainer - Class in org.apache.wicket.markup.html.border
-
The container to be associated with the <wicket:body> tag
- BorderBehavior - Class in org.apache.wicket.markup.html.border
-
This is a behavior implementation that can be used if you have markup that should be around a component.
- BorderBehavior() - Constructor for class org.apache.wicket.markup.html.border.BorderBehavior
- BorderBodyContainer(String) - Constructor for class org.apache.wicket.markup.html.border.Border.BorderBodyContainer
-
Constructor
- BorderMarkupSourcingStrategy - Class in org.apache.wicket.markup.html.panel
-
The Border component's markup sourcing strategy
- BorderMarkupSourcingStrategy() - Constructor for class org.apache.wicket.markup.html.panel.BorderMarkupSourcingStrategy
-
Constructor.
- BorderPanel - Class in org.apache.wicket.markup.html.border
-
Whereas a Panel replaces the body markup with the associated markup file, a BorderPanel assumes a that Body component renders the body markup including any number of Wicket Components.
- BorderPanel(String) - Constructor for class org.apache.wicket.markup.html.border.BorderPanel
- BorderPanel(String, IModel<?>) - Constructor for class org.apache.wicket.markup.html.border.BorderPanel
- BranchItem<T> - Class in org.apache.wicket.extensions.markup.html.repeater.tree.nested
-
A branch is a container for a single node and its children inside a
Subtree
. - BranchItem(String, int, IModel<T>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.nested.BranchItem
- branchUpdate(Object) - Method in class org.apache.wicket.extensions.markup.html.repeater.util.TreeModelProvider
- branchUpdates - Variable in class org.apache.wicket.extensions.markup.html.repeater.util.TreeModelProvider
- breadCrumbActivated(IBreadCrumbParticipant, IBreadCrumbParticipant) - Method in class org.apache.wicket.extensions.breadcrumb.BreadCrumbBar.BreadCrumbsListView
- breadCrumbActivated(IBreadCrumbParticipant, IBreadCrumbParticipant) - Method in interface org.apache.wicket.extensions.breadcrumb.IBreadCrumbModelListener
-
Called when a bread crumb was activated.
- breadCrumbAdded(IBreadCrumbParticipant) - Method in class org.apache.wicket.extensions.breadcrumb.BreadCrumbBar.BreadCrumbsListView
- breadCrumbAdded(IBreadCrumbParticipant) - Method in interface org.apache.wicket.extensions.breadcrumb.IBreadCrumbModelListener
-
Called when a bread crumb was added to the model.
- BreadCrumbBar - Class in org.apache.wicket.extensions.breadcrumb
-
A component that renders bread crumbs.
- BreadCrumbBar(String) - Constructor for class org.apache.wicket.extensions.breadcrumb.BreadCrumbBar
-
Construct.
- BreadCrumbBar.BreadCrumbsListView - Class in org.apache.wicket.extensions.breadcrumb
-
List view for rendering the bread crumbs.
- BreadCrumbLink - Class in org.apache.wicket.extensions.breadcrumb
-
A link that when clicked will set the the active
bread crumb participant
to the one that is returned byBreadCrumbLink.getParticipant(String)
. - BreadCrumbLink(String, IBreadCrumbModel) - Constructor for class org.apache.wicket.extensions.breadcrumb.BreadCrumbLink
-
Construct.
- BreadCrumbModelListenerSupport - Class in org.apache.wicket.extensions.breadcrumb
-
Utility class for working with
bread crumb model listeners
. - BreadCrumbModelListenerSupport() - Constructor for class org.apache.wicket.extensions.breadcrumb.BreadCrumbModelListenerSupport
- BreadCrumbPanel - Class in org.apache.wicket.extensions.breadcrumb.panel
-
A panel that participates with a
bread crumb model
. - BreadCrumbPanel(String, IBreadCrumbModel) - Constructor for class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanel
-
Construct.
- BreadCrumbPanel(String, IBreadCrumbModel, IModel<?>) - Constructor for class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanel
-
Construct.
- BreadCrumbPanelFactory - Class in org.apache.wicket.extensions.breadcrumb.panel
-
Simple factory that creates instances of a
bread crumb panel
based on the class it is constructed with. - BreadCrumbPanelFactory(Class<? extends BreadCrumbPanel>) - Constructor for class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanelFactory
-
Construct.
- BreadCrumbPanelLink - Class in org.apache.wicket.extensions.breadcrumb.panel
-
Bread crumb link specifically for
bread crumb panels
. - BreadCrumbPanelLink(String, IBreadCrumbModel, Class<? extends BreadCrumbPanel>) - Constructor for class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanelLink
-
Construct.
- BreadCrumbPanelLink(String, IBreadCrumbModel, IBreadCrumbPanelFactory) - Constructor for class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanelLink
-
Construct.
- BreadCrumbPanelLink(String, BreadCrumbPanel, Class<? extends BreadCrumbPanel>) - Constructor for class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanelLink
-
Construct.
- BreadCrumbParticipantDelegate - Class in org.apache.wicket.extensions.breadcrumb.panel
-
Base implementation for
Panel
/Component
basedIBreadCrumbParticipant
that decouples the implementation from the actual panel class. - BreadCrumbParticipantDelegate(Component) - Constructor for class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbParticipantDelegate
-
Construct.
- breadCrumbRemoved(IBreadCrumbParticipant) - Method in class org.apache.wicket.extensions.breadcrumb.BreadCrumbBar.BreadCrumbsListView
- breadCrumbRemoved(IBreadCrumbParticipant) - Method in interface org.apache.wicket.extensions.breadcrumb.IBreadCrumbModelListener
-
Called when a bread crumb was removed from the model.
- BreadCrumbsListView(String) - Constructor for class org.apache.wicket.extensions.breadcrumb.BreadCrumbBar.BreadCrumbsListView
-
Construct.
- BREADTH - org.apache.wicket.event.Broadcast
-
Breadth first traversal.
- broadcast(Application, String, IKey, IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.util.tester.WebSocketTester
-
Broadcasts/pushes a message to specific web socket connection
- broadcast(ConnectedMessage, IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketPushBroadcaster
-
Processes the given message in the page and session identified by the given Web Socket connection.
- Broadcast - Enum in org.apache.wicket.event
-
Defines the event broadcast type.
- broadcastAll(Application, IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketPushBroadcaster
-
Processes the given message in all pages that have active Web Socket connections.
- broadcastAll(Application, IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.util.tester.WebSocketTester
-
Broadcasts/pushes a message to all active web socket connections
- broadcastAllInSession(Application, String, IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketPushBroadcaster
-
Processes the given message in all pages in a given session that have active Web Socket connections.
- broadcastAllMatchingFilter(Application, IWebSocketConnectionRegistry.IConnectionsFilter, IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketPushBroadcaster
-
Processes the given message in all pages in a given session that have active Web Socket connections and match the given filter.
- broadcastMessage(IWebSocketMessage) - Method in class org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
- broadcastMessage(IWebSocketMessage, IWebSocketConnection, boolean, long) - Method in class org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
-
Exports the Wicket thread locals and broadcasts the received message from the client to all interested components and behaviors in the page with id
#pageId
- BrowserInfoForm - Class in org.apache.wicket.markup.html.pages
-
Form for posting JavaScript properties.
- BrowserInfoForm(String, IModel<ClientProperties>) - Constructor for class org.apache.wicket.markup.html.pages.BrowserInfoForm
-
Constructor.
- BrowserInfoPage - Class in org.apache.wicket.markup.html.pages
-
This page uses a form post right after the page has loaded in the browser, using JavaScript or alternative means to detect and pass on settings to the embedded form.
- BrowserInfoPage() - Constructor for class org.apache.wicket.markup.html.pages.BrowserInfoPage
-
Bookmarkable constructor.
- BUBBLE - org.apache.wicket.ajax.attributes.AjaxRequestAttributes.EventPropagation
-
Do not stop the propagation of the JavaScript event
- BUBBLE - org.apache.wicket.event.Broadcast
-
A bubble-up traversal.
- BufferedDynamicImageResource - Class in org.apache.wicket.markup.html.image.resource
-
A DynamicImageResource subclass that holds a BufferedImage generated by code elsewhere.
- BufferedDynamicImageResource() - Constructor for class org.apache.wicket.markup.html.image.resource.BufferedDynamicImageResource
-
Construct.
- BufferedDynamicImageResource(String) - Constructor for class org.apache.wicket.markup.html.image.resource.BufferedDynamicImageResource
-
Construct.
- BufferedResponseMapper - Class in org.apache.wicket.core.request.mapper
-
Encoder that intercepts requests for which there is already stored buffer with rendered data.
- BufferedResponseMapper() - Constructor for class org.apache.wicket.core.request.mapper.BufferedResponseMapper
-
Construct.
- BufferedResponseRequestHandler - Class in org.apache.wicket.core.request.handler
-
Handler that renders a
BufferedWebResponse
. - BufferedResponseRequestHandler(BufferedWebResponse) - Constructor for class org.apache.wicket.core.request.handler.BufferedResponseRequestHandler
-
Construct.
- BufferedWebResponse - Class in org.apache.wicket.protocol.http
-
Subclass of
WebResponse
that buffers the actions and performs those on another response. - BufferedWebResponse(WebResponse) - Constructor for class org.apache.wicket.protocol.http.BufferedWebResponse
-
Construct.
- buildContextRelativeResource(String, String) - Method in class org.apache.wicket.request.resource.ContextRelativeResourceReference
-
Build the context-relative resource for this resource reference.
- buildJSCall(String) - Method in class org.apache.wicket.extensions.markup.html.form.palette.Palette
-
builds javascript handler call
- buildLink(String) - Method in interface org.apache.wicket.extensions.markup.html.basic.ILinkRenderStrategy
-
Uses the
linkTarget
to build a proper html link. - buildPath(Object[], Object[]) - Static method in class org.apache.wicket.util.diff.myers.MyersDiff
-
Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.
- buildRevision(PathNode, Object[], Object[]) - Static method in class org.apache.wicket.util.diff.myers.MyersDiff
-
Constructs a
Revision
from a difference path. - buildSizesAttribute(ComponentTag) - Method in class org.apache.wicket.markup.html.image.ExternalImage
-
builds the sizes attribute of the img tag
- buildSizesAttribute(ComponentTag) - Method in class org.apache.wicket.markup.html.image.Image
-
builds the sizes attribute of the img tag
- buildSrcAttribute(ComponentTag) - Method in class org.apache.wicket.markup.html.image.Image
-
Builds the src attribute
- buildSrcAttribute(ComponentTag, IModel<?>) - Method in class org.apache.wicket.markup.html.image.ExternalImage
-
Builds the src attribute
- buildSrcSetAttribute(ComponentTag) - Method in class org.apache.wicket.markup.html.image.Image
-
Builds the srcset attribute if multiple localizedImageResources are found as varargs
- buildSrcSetAttribute(ComponentTag, IModel<List<Serializable>>) - Method in class org.apache.wicket.markup.html.image.ExternalImage
-
Builds the srcset attribute if multiple models are found as varargs
- buildUrl(AbstractBookmarkableMapper.UrlInfo) - Method in class org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper
-
Builds URL for the given
AbstractBookmarkableMapper.UrlInfo
instance. - buildUrl(AbstractBookmarkableMapper.UrlInfo) - Method in class org.apache.wicket.core.request.mapper.BookmarkableMapper
- buildUrl(AbstractBookmarkableMapper.UrlInfo) - Method in class org.apache.wicket.core.request.mapper.MountedMapper
- buildUrl(AbstractBookmarkableMapper.UrlInfo) - Method in class org.apache.wicket.core.request.mapper.PackageMapper
- buildUrl(AbstractBookmarkableMapper.UrlInfo) - Method in class org.apache.wicket.core.request.mapper.ResourceMapper
- BundleStringResourceLoader - Class in org.apache.wicket.resource.loader
-
Implementation of a string resource loader that sits on top of the ordinary Java resource bundle mechanism.
- BundleStringResourceLoader(String) - Constructor for class org.apache.wicket.resource.loader.BundleStringResourceLoader
-
Create the loader with the name of the given Java resource bundle.
- Button - Class in org.apache.wicket.markup.html.form
-
A form button.
- Button(String) - Constructor for class org.apache.wicket.markup.html.form.Button
-
Constructor without a model.
- Button(String, IModel<String>) - Constructor for class org.apache.wicket.markup.html.form.Button
-
Constructor taking an model for rendering the 'label' of the button (the value attribute of the input/button tag).
- BUTTONS_ID - Static variable in class org.apache.wicket.extensions.wizard.Wizard
-
Component id of the buttons panel as used by the default wizard panel.
- ByteArrayOutputStream - Class in org.apache.wicket.util.io
-
This class implements an output stream in which the data is written into a byte array.
- ByteArrayOutputStream() - Constructor for class org.apache.wicket.util.io.ByteArrayOutputStream
-
Creates a new byte array output stream.
- ByteArrayOutputStream(int) - Constructor for class org.apache.wicket.util.io.ByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- ByteArrayResource - Class in org.apache.wicket.request.resource
-
An
IResource
for byte arrays. - ByteArrayResource(String) - Constructor for class org.apache.wicket.request.resource.ByteArrayResource
-
Creates a
ByteArrayResource
which will provide its data dynamically withBaseDataResource.getData(org.apache.wicket.request.resource.IResource.Attributes)
- ByteArrayResource(String, byte[]) - Constructor for class org.apache.wicket.request.resource.ByteArrayResource
-
Creates a Resource from the given byte array with its content type
- ByteArrayResource(String, byte[], String) - Constructor for class org.apache.wicket.request.resource.ByteArrayResource
-
Creates a Resource from the given byte array with its content type
- ByteArrayResponse - Class in org.apache.wicket.response
-
Response used to capture output as a byte array
- ByteArrayResponse() - Constructor for class org.apache.wicket.response.ByteArrayResponse
-
Constructor
- ByteArrayResponse(Response) - Constructor for class org.apache.wicket.response.ByteArrayResponse
-
Constructor
- ByteConverter - Class in org.apache.wicket.util.convert.converter
-
Converts from Object to Byte.
- ByteConverter() - Constructor for class org.apache.wicket.util.convert.converter.ByteConverter
- ByteCountingOutputStream - Class in org.apache.wicket.util.io
-
Output stream that counts bytes written to it (but discards them).
- ByteCountingOutputStream() - Constructor for class org.apache.wicket.util.io.ByteCountingOutputStream
- ByteOrderMark - Class in org.apache.wicket.util.io
-
Byte Order Mark (BOM) representation - see
BOMInputStream
. - ByteOrderMark(String, int...) - Constructor for class org.apache.wicket.util.io.ByteOrderMark
-
Construct a new BOM.
- bytes() - Method in class org.apache.wicket.util.lang.Bytes
-
Gets the byte count represented by this value object.
- bytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
-
Instantiate immutable Bytes value object..
- bytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
-
Instantiate immutable Bytes value object..
- Bytes - Class in org.apache.wicket.util.lang
-
Represents an immutable byte count.
- BYTES - org.apache.wicket.request.resource.AbstractResource.ContentRangeType
C
- CachingPageStore - Class in org.apache.wicket.pageStore
-
A store of pages that uses an
IPageStore
as a cache in front of another store to delegate to. - CachingPageStore(IPageStore, IPageStore) - Constructor for class org.apache.wicket.pageStore.CachingPageStore
-
Constructor.
- CachingPropertyLocator(PropertyResolver.IPropertyLocator) - Constructor for class org.apache.wicket.core.util.lang.PropertyResolver.CachingPropertyLocator
- CachingResourceStreamLocator - Class in org.apache.wicket.core.util.resource.locator.caching
-
Locating resources can take a significant amount of time, especially since there are often several CSS, JavaScript and image resources on any given page.
- CachingResourceStreamLocator(IResourceStreamLocator) - Constructor for class org.apache.wicket.core.util.resource.locator.caching.CachingResourceStreamLocator
-
Construct.
- CachingResourceVersion - Class in org.apache.wicket.request.resource.caching.version
-
Caches the results of a delegating
IResourceVersion
instance in a member variable. - CachingResourceVersion(IResourceVersion) - Constructor for class org.apache.wicket.request.resource.caching.version.CachingResourceVersion
-
create version cache
- CachingResourceVersion(IResourceVersion, int) - Constructor for class org.apache.wicket.request.resource.caching.version.CachingResourceVersion
-
create version cache
- cachingStrategy - Variable in class org.apache.wicket.core.request.mapper.BasicResourceReferenceMapper
-
resource caching strategy
- CachingSunJceCryptFactory - Class in org.apache.wicket.util.crypt
-
Deprecated.use a lambda expression instead TODO remove in Wicket 10
- CachingSunJceCryptFactory(String) - Constructor for class org.apache.wicket.util.crypt.CachingSunJceCryptFactory
-
Deprecated.Construct.
- calculateVisibility() - Method in class org.apache.wicket.extensions.markup.html.repeater.data.table.export.ExportToolbar
-
This toolbar is only visible if there are rows in the data set and if there are exportable columns in the data table and if there are data exporters added to the toolbar.
- CalendarConverter - Class in org.apache.wicket.util.convert.converter
-
Converts to
Calendar
. - CalendarConverter() - Constructor for class org.apache.wicket.util.convert.converter.CalendarConverter
-
Construct.
- CalendarConverter(IConverter<Date>) - Constructor for class org.apache.wicket.util.convert.converter.CalendarConverter
-
Construct.
- CallbackParameter - Class in org.apache.wicket.ajax.attributes
-
CallbackParameter
is a specification of a parameter that is used in an AJAX callback function. - callOnError(IFormSubmitter) - Method in class org.apache.wicket.markup.html.form.Form
- canBeAsynchronous(IPageContext) - Method in class org.apache.wicket.mock.MockPageStore
- canBeAsynchronous(IPageContext) - Method in class org.apache.wicket.pageStore.AbstractPersistentPageStore
- canBeAsynchronous(IPageContext) - Method in class org.apache.wicket.pageStore.CryptingPageStore
-
Supports asynchronous add if the delegate supports it.
- canBeAsynchronous(IPageContext) - Method in interface org.apache.wicket.pageStore.IPageStore
-
This method is called by
AsynchronousPageStore
before any attempt to callIPageStore.addPage(IPageContext, IManageablePage)
asynchronously. - canBeAsynchronous(IPageContext) - Method in class org.apache.wicket.pageStore.NoopPageStore
- canBeAsynchronous(IPageContext) - Method in class org.apache.wicket.pageStore.SerializingPageStore
-
Supports asynchronous add if the delegate supports it.
- canBeHandled(Url) - Method in class org.apache.wicket.core.request.mapper.BasicResourceReferenceMapper
-
Checks whether the passed Url can be handled by this mapper
- canBeMinified() - Method in class org.apache.wicket.request.resource.ContextRelativeResourceReference
-
Says if the referenced resource can be minified.
- canBeRegistered() - Method in class org.apache.wicket.request.resource.ResourceReference
-
Can be used to disable registering certain resource references in
ResourceReferenceRegistry
. - canBeRegistered() - Method in class org.apache.wicket.request.resource.SharedResourceReference
- canCallListener() - Method in class org.apache.wicket.Component
-
Checks whether or not an
IRequestListener
can be invoked on this component. - canCallListener() - Method in class org.apache.wicket.markup.html.image.Image
- canCallListener(Component) - Method in class org.apache.wicket.behavior.Behavior
-
Checks whether or not an
IRequestListener
can be invoked on this behavior. - canCallListenerAfterExpiry() - Method in class org.apache.wicket.Component
- canCallListenerAfterExpiry() - Method in interface org.apache.wicket.request.component.IRequestableComponent
- cancel() - Method in class org.apache.wicket.extensions.wizard.AbstractWizardModel
-
This implementation just fires
a cancel event
. - cancel() - Method in interface org.apache.wicket.extensions.wizard.IWizardModel
-
Cancels further processing.
- CancelButton - Class in org.apache.wicket.extensions.wizard
-
Models a cancel button in the wizard.
- CancelButton(String, IWizard) - Constructor for class org.apache.wicket.extensions.wizard.CancelButton
-
Construct.
- CancelEventIfAjaxListener - Class in org.apache.wicket.ajax
-
Decorator that can be used to cancel the regular action if ajax call was performed.
- CancelEventIfAjaxListener() - Constructor for class org.apache.wicket.ajax.CancelEventIfAjaxListener
- canDequeueTag(ComponentTag) - Method in class org.apache.wicket.markup.html.border.Border
- canDequeueTag(ComponentTag) - Method in class org.apache.wicket.MarkupContainer
-
Checks if this container can dequeue a child represented by the specified tag.
- 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()
). - capacity() - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Returns the current capacity of the String buffer.
- capitalize(String) - Static method in class org.apache.wicket.util.string.Strings
-
Capitalizes a string.
- CaptchaImageResource - Class in org.apache.wicket.extensions.markup.html.captcha
-
Generates a captcha image.
- CaptchaImageResource() - Constructor for class org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource
-
Construct.
- CaptchaImageResource(String) - Constructor for class org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource
-
Construct.
- CaptchaImageResource(String, int, int) - Constructor for class org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource
-
Construct.
- CaptchaImageResource(IModel<String>) - Constructor for class org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource
-
Construct.
- CaptchaImageResource(IModel<String>, int, int) - Constructor for class org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource
-
Construct.
- Caption(String, IModel<String>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable.Caption
-
Construct.
- CAPTIONS - org.apache.wicket.markup.html.media.Track.Kind
-
the track is used for captions
- cast(Object) - Method in class org.apache.wicket.extensions.markup.html.repeater.util.TreeModelProvider
- cause - Variable in class org.apache.wicket.core.util.objects.checker.IObjectChecker.Result
-
An optional cause of a failure.
- CDATA - org.apache.wicket.markup.parser.IXmlPullParser.HttpTagType
-
<![CDATA[ ..
- CdiConfiguration - Class in org.apache.wicket.cdi
-
Configures CDI integration
- CdiConfiguration() - Constructor for class org.apache.wicket.cdi.CdiConfiguration
-
Constructor
- CGLibInterceptor(Class<?>, IProxyTargetLocator) - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory.CGLibInterceptor
-
Constructor
- ChainingModel<T> - Class in org.apache.wicket.model
-
This model and its subclasses support chaining of IModels.
- ChainingModel(Object) - Constructor for class org.apache.wicket.model.ChainingModel
- ChangeDelta - Class in org.apache.wicket.util.diff
-
Holds an change-delta between to revisions of a text.
- ChangeDelta(Chunk, Chunk) - Constructor for class org.apache.wicket.util.diff.ChangeDelta
-
Construct.
- ChangeListenerSet<T> - Class in org.apache.wicket.util.listener
-
Holds a set of IChangeListeners.
- ChangeListenerSet() - Constructor for class org.apache.wicket.util.listener.ChangeListenerSet
- changeSessionId() - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- changeSessionId() - Method in class org.apache.wicket.protocol.ws.api.ServletRequestCopy
- changeSessionId() - Method in class org.apache.wicket.protocol.ws.javax.JavaxUpgradeHttpRequest
- changeSessionId() - Method in class org.apache.wicket.Session
-
Change the id of the underlying (Web)Session if this last one is permanent.
- CHANNEL - org.apache.wicket.ajax.attributes.AjaxAttributeName
-
channel (ch)
- CHAPTERS - org.apache.wicket.markup.html.media.Track.Kind
-
the track is used for chapters
- CharacterConverter - Class in org.apache.wicket.util.convert.converter
-
Converts from Object to Character.
- CharacterConverter() - Constructor for class org.apache.wicket.util.convert.converter.CharacterConverter
- charAt(int) - Method in class org.apache.wicket.ajax.json.JSONFunction
- charAt(int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
-
Get the character at the position provided
- charAt(int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
The specified character of the sequence currently represented by the string buffer, as indicated by the
index
argument, is returned. - CharEncoding - Class in org.apache.wicket.util.crypt
-
Character encoding names required of every implementation of the Java platform.
- CharEncoding() - Constructor for class org.apache.wicket.util.crypt.CharEncoding
- CharSequenceResource - Class in org.apache.wicket.request.resource
-
An
IResource
for CharSequences. - CharSequenceResource(String) - Constructor for class org.apache.wicket.request.resource.CharSequenceResource
-
Creates a
CharSequenceResource
which will provide its data dynamically withBaseDataResource.getData(org.apache.wicket.request.resource.IResource.Attributes)
- CharSequenceResource(String, CharSequence) - Constructor for class org.apache.wicket.request.resource.CharSequenceResource
-
Creates a Resource from the given char sequence with its content type
- CharSequenceResource(String, CharSequence, String) - Constructor for class org.apache.wicket.request.resource.CharSequenceResource
-
Creates a Resource from the given char sequence with its content type
- CHARSET_RESOURCE - Static variable in class org.apache.wicket.extensions.util.encoding.CharSetMap
-
The name for charset mapper resources.
- CharSetMap - Class in org.apache.wicket.extensions.util.encoding
-
This class maintains a set of mappers defining mappings between locales and the corresponding charsets.
- CharSetMap() - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetMap
-
Constructs a new charset map with default mappers.
- CharSetMap(File) - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetMap
-
Constructs a charset map read from a property file.
- CharSetMap(InputStream) - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetMap
-
Constructs a charset map read from a stream.
- CharSetMap(String) - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetMap
-
Constructs a charset map read from a property file path.
- CharSetMap(Properties) - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetMap
-
Constructs a charset map from properties.
- CharSetUtil - Class in org.apache.wicket.extensions.util.encoding
-
Utility class.
- CharSetUtil() - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetUtil
-
Constructor
- check() - Static method in exception org.apache.wicket.devutils.DevelopmentUtilitiesNotEnabledException
-
Verifies that development utilities are enabled.
- check(Object) - Method in class org.apache.wicket.core.util.objects.checker.AbstractObjectChecker
- check(Object) - Method in interface org.apache.wicket.core.util.objects.checker.IObjectChecker
-
Checks an object that it meets some requirements before serializing it
- check(Object) - Method in class org.apache.wicket.core.util.objects.checker.ObjectSerializationChecker
-
Makes the check for all objects.
- Check<T> - Class in org.apache.wicket.markup.html.form
-
Component representing a single checkbox choice in a org.apache.wicket.markup.html.form.CheckGroup.
- Check(String) - Constructor for class org.apache.wicket.markup.html.form.Check
- Check(String, CheckGroup<T>) - Constructor for class org.apache.wicket.markup.html.form.Check
- Check(String, IModel<T>) - Constructor for class org.apache.wicket.markup.html.form.Check
- Check(String, IModel<T>, CheckGroup<T>) - Constructor for class org.apache.wicket.markup.html.form.Check
- CheckBox - Class in org.apache.wicket.markup.html.form
-
HTML checkbox input component.
- CheckBox(String) - Constructor for class org.apache.wicket.markup.html.form.CheckBox
- CheckBox(String, IModel<Boolean>) - Constructor for class org.apache.wicket.markup.html.form.CheckBox
- CheckBoxMultipleChoice<T> - Class in org.apache.wicket.markup.html.form
-
A choice subclass that shows choices via checkboxes.
- CheckBoxMultipleChoice(String) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Constructor
- CheckBoxMultipleChoice(String, List<? extends T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Constructor
- CheckBoxMultipleChoice(String, List<? extends T>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Constructor
- CheckBoxMultipleChoice(String, IModel<? extends Collection<T>>, List<? extends T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Constructor
- CheckBoxMultipleChoice(String, IModel<? extends Collection<T>>, List<? extends T>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Constructor
- CheckBoxMultipleChoice(String, IModel<? extends Collection<T>>, IModel<? extends List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Constructor
- CheckBoxMultipleChoice(String, IModel<? extends Collection<T>>, IModel<? extends List<? extends T>>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Constructor
- CheckBoxMultipleChoice(String, IModel<? extends List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Constructor
- CheckBoxMultipleChoice(String, IModel<? extends List<? extends T>>, IChoiceRenderer<? super T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Constructor
- CheckboxMultipleChoiceSelector - Class in org.apache.wicket.markup.html.form
-
A Javascript-based "Select All" checkbox component that works with
CheckBoxMultipleChoice
. - CheckboxMultipleChoiceSelector(String, CheckBoxMultipleChoice<?>) - Constructor for class org.apache.wicket.markup.html.form.CheckboxMultipleChoiceSelector
- CheckBoxSelector - Class in org.apache.wicket.markup.html.form
-
A Javascript-based "Select All" checkbox component that works with a loose collection of
CheckBox
components. - CheckBoxSelector(String) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxSelector
- CheckBoxSelector(String, CheckBox...) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxSelector
- checkComponent(FormComponent<?>) - Method in class org.apache.wicket.ajax.form.AjaxFormChoiceComponentUpdatingBehavior
- checkComponent(FormComponent<?>) - Method in class org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior
-
Check the component this behavior is bound to.
- checkComponentTag(ComponentTag, String) - Method in class org.apache.wicket.Component
-
Checks whether the given type has the expected name.
- checkComponentTagAttribute(ComponentTag, String, String...) - Method in class org.apache.wicket.Component
-
Checks that a given tag has a required attribute value.
- checkCreated(Logger) - Method in class org.apache.wicket.core.util.watch.Nio2ModificationWatcher
-
Checks for newly created files and folders.
- CheckedFolder<T> - Class in org.apache.wicket.extensions.markup.html.repeater.tree.content
- CheckedFolder(String, AbstractTree<T>, IModel<T>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.content.CheckedFolder
- CheckFolder<T> - Class in org.apache.wicket.extensions.markup.html.repeater.tree.content
- CheckFolder(String, AbstractTree<T>, IModel<T>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.content.CheckFolder
- CheckGroup<T> - Class in org.apache.wicket.markup.html.form
-
Component used to connect instances of Check components into a group.
- CheckGroup(String) - Constructor for class org.apache.wicket.markup.html.form.CheckGroup
-
Constructor that will create a default model collection
- CheckGroup(String, Collection<T>) - Constructor for class org.apache.wicket.markup.html.form.CheckGroup
-
Constructor that wraps the provided collection with the org.apache.wicket.model.Model object
- CheckGroup(String, IModel<? extends Collection<T>>) - Constructor for class org.apache.wicket.markup.html.form.CheckGroup
- CheckGroupSelector - Class in org.apache.wicket.markup.html.form
-
Selects and deselects all Check components under the same CheckGroup as itself.
- CheckGroupSelector(String) - Constructor for class org.apache.wicket.markup.html.form.CheckGroupSelector
-
A Selector that will look for a
CheckGroup
in its parent hierarchy. - CheckGroupSelector(String, CheckGroup<?>) - Constructor for class org.apache.wicket.markup.html.form.CheckGroupSelector
-
A Selector that will work with the given group.
- checkHierarchyChange(Component) - Method in class org.apache.wicket.Component
-
Checks whether the hierarchy may be changed at all, and throws an exception if this is not the case.
- checkHttpServletRequest(Request) - Method in class org.apache.wicket.http2.markup.head.PushHeaderItem
-
Checks if the container request from the given request is instance of
HttpServletRequest
if not the API of the PushHeaderItem can't be used and aWicketRuntimeException
is thrown. - checkIfRedirectRequired(String, String) - Method in class org.apache.wicket.protocol.http.WicketFilter
-
Try to determine as fast as possible if a redirect is necessary
- CheckingObjectOutputStream - Class in org.apache.wicket.core.util.objects.checker
-
Checks an object tree during serialization for wrong state by delegating the work to the used
IObjectChecker
s. - CheckingObjectOutputStream(OutputStream, IObjectChecker...) - Constructor for class org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream
-
Constructor.
- CheckingObjectOutputStream.ObjectCheckException - Exception in org.apache.wicket.core.util.objects.checker
- checkMarkupType(MarkupContainer) - Method in class org.apache.wicket.markup.MarkupFactory
-
Without a markup type we can not search for a file and we can not construct the cacheKey.
- checkModified() - Method in class org.apache.wicket.util.watch.ModificationWatcher
-
Checks which IModifiables were modified and notifies their listeners
- checkPageClass(Class<? extends IRequestablePage>) - Method in class org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper
- checkPageClass(Class<? extends IRequestablePage>) - Method in class org.apache.wicket.core.request.mapper.MountedMapper
- checkPageClass(Class<? extends IRequestablePage>) - Method in class org.apache.wicket.core.request.mapper.PackageMapper
- checkPageInstance(IRequestablePage) - Method in class org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper
- checkRequest(HttpServletRequest, String, IRequestablePage) - Method in class org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener
-
Deprecated.Performs the check of the
Origin
orReferer
header that is targeted at thepage
. - checkRequired() - Method in class org.apache.wicket.markup.html.form.CheckBox
- checkRequired() - Method in class org.apache.wicket.markup.html.form.FormComponent
-
Checks if the form component's 'required' requirement is met by first checking
FormComponent.isRequired()
to see if it has to check for requirement. - checkRequired() - Method in class org.apache.wicket.markup.html.form.FormComponentPanel
- Checks - Class in org.apache.wicket.util.lang
- Checks() - Constructor for class org.apache.wicket.util.lang.Checks
- checkSettingsAvailable() - Method in class org.apache.wicket.Application
- checkThreshold(int) - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
-
Checks to see if writing the specified number of bytes would cause the configured threshold to be exceeded.
- checkUsability(Component, boolean) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Checks whether a component is visible and/or enabled before usage
- checkValidityForSrc() - Method in interface org.apache.wicket.csp.CSPRenderable
-
Checks if the
CSPRenderable
represents a valid value for a-src
directive. - checkValidityForSrc() - Method in class org.apache.wicket.csp.FixedCSPValue
- checkValidityForSrc() - Method in class org.apache.wicket.csp.RelativeURICSPValue
- checkValueForDirective(CSPRenderable, List<CSPRenderable>) - Method in enum org.apache.wicket.csp.CSPDirective
-
Check if
value
can be added to the list of other values. - CHILD - Static variable in class org.apache.wicket.markup.parser.filter.WicketTagIdentifier
- CHILD_ATTRIBUTE - Static variable in class org.apache.wicket.markup.parser.filter.EnclosureHandler
-
The child attribute
- CHILD_SELECTOR - org.apache.wicket.ajax.attributes.AjaxAttributeName
- CHILD_SRC - org.apache.wicket.csp.CSPDirective
- ChildFirstHeaderRenderStrategy - Class in org.apache.wicket.markup.renderStrategy
-
This a header render strategy implements a child->parent->root sequence, which is inverse to how it was until Wicket 1.5.
- ChildFirstHeaderRenderStrategy() - Constructor for class org.apache.wicket.markup.renderStrategy.ChildFirstHeaderRenderStrategy
-
Construct.
- ChildToDequeueType - Enum in org.apache.wicket
- CHINA_UNIONPAY - org.apache.wicket.validation.validator.CreditCardValidator.CreditCard
- ChoiceFilter<T> - Class in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
-
Filter that can be represented by a drop down list of choices
- ChoiceFilter(String, IModel<T>, FilterForm<?>, List<? extends T>, boolean) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilter
-
Constructor
- ChoiceFilter(String, IModel<T>, FilterForm<?>, List<? extends T>, IChoiceRenderer<? super T>, boolean) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilter
-
Constructor
- ChoiceFilter(String, IModel<T>, FilterForm<?>, IModel<? extends List<? extends T>>, boolean) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilter
-
Constructor.
- ChoiceFilter(String, IModel<T>, FilterForm<?>, IModel<? extends List<? extends T>>, IChoiceRenderer<? super T>, boolean) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilter
- ChoiceFilteredPropertyColumn<T,Y,S> - Class in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
-
A filtered property column that creates a textfield filter component.
- ChoiceFilteredPropertyColumn(IModel<String>, String, IModel<? extends List<? extends Y>>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilteredPropertyColumn
- ChoiceFilteredPropertyColumn(IModel<String>, S, String, IModel<? extends List<? extends Y>>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilteredPropertyColumn
- ChoiceRenderer<T> - Class in org.apache.wicket.markup.html.form
-
Renders one choice.
- ChoiceRenderer() - Constructor for class org.apache.wicket.markup.html.form.ChoiceRenderer
-
Constructor.
- ChoiceRenderer(String) - Constructor for class org.apache.wicket.markup.html.form.ChoiceRenderer
-
Constructor.
- ChoiceRenderer(String, String) - Constructor for class org.apache.wicket.markup.html.form.ChoiceRenderer
-
Constructor.
- Choices<T> - Class in org.apache.wicket.extensions.markup.html.form.palette.component
-
select box containing all available choices of the palette
- Choices(String, Palette<T>) - Constructor for class org.apache.wicket.extensions.markup.html.form.palette.component.Choices
- ChoiceSelector(FormComponent<?>) - Constructor for class org.apache.wicket.util.tester.FormTester.ChoiceSelector
-
Constructor.
- chooseMarkup(Component) - Method in class org.apache.wicket.markup.html.panel.FragmentMarkupSourcingStrategy
-
Get the markup stream which shall be used to search for the fragment
- chooseMarkup(MarkupContainer) - Method in class org.apache.wicket.markup.html.panel.Fragment
-
Get the markup stream which shall be used to search for the fragment
- chunk - Variable in class org.apache.wicket.util.diff.Chunk
- chunk() - Method in class org.apache.wicket.util.diff.Chunk
-
Returns the text saved for this chunk.
- Chunk - Class in org.apache.wicket.util.diff
-
Holds a information about a part of the text involved in a differencing or patching operation.
- Chunk(int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
-
Creates a chunk that doesn't copy the original text.
- Chunk(Object[], int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
-
Creates a chunk and saves a copy the original chunk's text.
- Chunk(Object[], int, int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
-
Creates a chunk that will be displaced in the resulting text, and saves a copy the original chunk's text.
- Chunk(List<Object>, int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
-
Creates a chunk and saves a copy the original chunk's text.
- Chunk(List<Object>, int, int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
-
Creates a chunk that will be displaced in the resulting text, and saves a copy the original chunk's text.
- CID - Static variable in class org.apache.wicket.cdi.ConversationPropagator
- CipherUtils - Class in org.apache.wicket.util.crypt
-
Utility class meant to help building
Cipher
. - CipherUtils() - Constructor for class org.apache.wicket.util.crypt.CipherUtils
- CircularDependencyException - Exception in org.apache.wicket.resource
-
Thrown when a circular dependency is detected between resources.
- CircularDependencyException(Set<HeaderItem>, HeaderItem) - Constructor for exception org.apache.wicket.resource.CircularDependencyException
-
Construct.
- ClassAttributeModifier - Class in org.apache.wicket
-
An AttributeModifier specialized in managing the CSS class attribute
- ClassAttributeModifier() - Constructor for class org.apache.wicket.ClassAttributeModifier
-
Constructor.
- ClassCryptFactory - Class in org.apache.wicket.util.crypt
-
Deprecated.use a lambda expression instead TODO remove in Wicket 10
- ClassCryptFactory(Class<?>, String) - Constructor for class org.apache.wicket.util.crypt.ClassCryptFactory
-
Deprecated.Construct.
- Classes - Class in org.apache.wicket.util.lang
-
Utilities for dealing with classes.
- ClassMetaCache<T> - Class in org.apache.wicket.util.collections
-
This class wraps a WeakHashMap that holds one ConcurrentHashMap per ClassLoader.
- ClassMetaCache() - Constructor for class org.apache.wicket.util.collections.ClassMetaCache
- ClassPathResourceFinder - Class in org.apache.wicket.core.util.resource
-
An
IResourceFinder
that looks in a folder in the classpath. - ClassPathResourceFinder(String) - Constructor for class org.apache.wicket.core.util.resource.ClassPathResourceFinder
- ClassReference<T> - Class in org.apache.wicket.util.reference
-
A serialization-safe reference to a
Class
- ClassReference(Class<T>) - Constructor for class org.apache.wicket.util.reference.ClassReference
-
Constructor
- ClassStringResourceLoader - Class in org.apache.wicket.resource.loader
-
This string resource loader attempts to find a single resource bundle that has the same name and location as the clazz provided in the constructor.
- ClassStringResourceLoader(Class<?>) - Constructor for class org.apache.wicket.resource.loader.ClassStringResourceLoader
-
Create and initialize the resource loader.
- ClassVisitFilter - Class in org.apache.wicket.util.visit
-
IVisitFilter
that restricts visitors to only visiting objects of the specified class - ClassVisitFilter(Class<?>) - Constructor for class org.apache.wicket.util.visit.ClassVisitFilter
-
Constructor
- cleanClassName(String) - Method in class org.apache.wicket.core.request.mapper.AbstractComponentMapper
-
Cleans the class name from any extra information that may be there.
- cleanupFeedbackMessages() - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Cleans up feedback messages.
- cleanupFeedbackMessages(IFeedbackMessageFilter) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Cleans up feedback messages given the specified filter.
- cleanupFilename(String) - Static method in class org.apache.wicket.util.file.Files
-
Replaces commonly unsupported characters with '_'
- clear() - Method in class org.apache.wicket.csp.CSPHeaderConfiguration
-
Removes all CSP directives from the configuration.
- clear() - Method in class org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset
- clear() - Method in class org.apache.wicket.feedback.FeedbackMessages
-
Clears any existing messages.
- clear() - Method in interface org.apache.wicket.markup.IMarkupCache
-
Clear markup cache and force reload of all markup data
- clear() - Method in class org.apache.wicket.markup.MarkupCache
- clear() - Method in class org.apache.wicket.markup.MarkupCache.DefaultCacheImplementation
- clear() - Method in interface org.apache.wicket.markup.MarkupCache.ICache
-
Clear the cache
- clear() - Method in class org.apache.wicket.mock.MockPageManager
- clear() - Method in interface org.apache.wicket.page.IPageManager
-
Clear all pages.
- clear() - Method in class org.apache.wicket.page.PageManager
- clear() - Method in class org.apache.wicket.request.HttpHeaderCollection
-
clear all headers
- clear() - Method in class org.apache.wicket.Session
-
Removes all pages from the session.
- clear() - Method in class org.apache.wicket.util.collections.IntHashMap
-
Removes all mappings from this map.
- clear() - Method in class org.apache.wicket.util.collections.MicroMap
-
Deprecated.
- clear() - Method in class org.apache.wicket.util.collections.MiniMap
- clear() - Method in class org.apache.wicket.util.resource.StringBufferResourceStream
-
Clears the string buffer resource.
- clear() - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Clears the buffer contents, but leaves the allocated size intact
- clear() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
- clear() - Method in class org.apache.wicket.util.value.ValueMap
- clear(IFeedbackMessageFilter) - Method in class org.apache.wicket.feedback.FeedbackMessages
-
Clears all messages that are accepted by the filter.
- clearAutoAddedEntries() - Method in class org.apache.wicket.request.resource.ResourceReferenceRegistry
-
Unregisters all auto-added Resource References
- clearCache() - Method in class org.apache.wicket.core.util.resource.locator.caching.CachingResourceStreamLocator
-
Clears the resource cache.
- clearCache() - Method in class org.apache.wicket.Localizer
-
Clear all cache entries by instantiating a new cache object
- clearCache() - Method in class org.apache.wicket.markup.html.SecurePackageResourceGuard
- clearCache() - Method in class org.apache.wicket.request.resource.caching.FilenameWithVersionResourceCachingStrategy
- clearCache() - Method in interface org.apache.wicket.request.resource.caching.IResourceCachingStrategy
-
Clears any stateful information
- clearCache() - Method in class org.apache.wicket.request.resource.caching.NoOpResourceCachingStrategy
- clearCache() - Method in class org.apache.wicket.request.resource.caching.QueryStringWithVersionResourceCachingStrategy
- clearCache() - Method in interface org.apache.wicket.resource.IPropertiesFactory
-
Remove all cached properties.
- clearCache() - Method in class org.apache.wicket.resource.PropertiesFactory
- clearCookie(Cookie) - Method in class org.apache.wicket.mock.MockWebResponse
- clearCookie(Cookie) - Method in class org.apache.wicket.page.PartialPageUpdate.ResponseBuffer
- clearCookie(Cookie) - Method in class org.apache.wicket.protocol.http.BufferedWebResponse
- clearCookie(Cookie) - Method in class org.apache.wicket.protocol.http.servlet.ServletWebResponse
- clearCookie(Cookie) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
- clearCookie(Cookie) - Method in class org.apache.wicket.request.http.WebResponse
-
Convenience method for clearing a cookie.
- clearFeedbackMessages() - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Removes all feedback messages
- 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
- clearInput() - Method in class org.apache.wicket.markup.html.form.Form
-
Clears the input from the form's nested children of type
FormComponent
. - clearInput() - Method in class org.apache.wicket.markup.html.form.FormComponent
-
Clears the user input.
- clearInput() - Method in class org.apache.wicket.markup.html.form.FormComponentPanel
- clearLocalizerCache() - Method in interface org.apache.wicket.jmx.ApplicationMBean
-
Clears the localizer cache.
- clearLocalizerCache() - Method in class org.apache.wicket.jmx.wrapper.Application
- clearMarkupCache() - Method in interface org.apache.wicket.jmx.ApplicationMBean
-
Clears the markup cache, so that templates and properties etc will be reloaded the next time they are requested.
- clearMarkupCache() - Method in class org.apache.wicket.jmx.wrapper.Application
- 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
- clearOriginalDestination() - Method in class org.apache.wicket.Component
-
Clears any data about previously intercepted page.
- clearRequest() - Method in class org.apache.wicket.mock.MockPageContext
- clearSession() - Method in class org.apache.wicket.mock.MockPageContext
- clearUploadInfo(HttpServletRequest, String) - Static method in class org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl
-
Clears the
UploadInfo
object from session if one exists. - clickLink(String) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Click the
Link
in the last rendered Page. - clickLink(String, boolean) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Click the
Link
in the last rendered Page. - clickLink(Component) - Method in class org.apache.wicket.util.tester.WicketTester
- clientInfo - Variable in class org.apache.wicket.Session
-
Cached instance of agent info which is typically designated by calling
Session.getClientInfo()
. - ClientInfo - Class in org.apache.wicket.core.request
-
Encapsulates information about the request cycle agents' capabilities.
- ClientInfo() - Constructor for class org.apache.wicket.core.request.ClientInfo
-
Construct.
- ClientProperties - Class in org.apache.wicket.protocol.http
-
Description of various user agent (browser) properties.
- ClientProperties() - Constructor for class org.apache.wicket.protocol.http.ClientProperties
- ClientSideImageMap - Class in org.apache.wicket.markup.html.link
-
A client-side image map implementation which allows you to "attach" the map to any existing
Image
component. - ClientSideImageMap(String, Image) - Constructor for class org.apache.wicket.markup.html.link.ClientSideImageMap
-
Constructs a client-side image map which is "attached" to the given
Image
component. - clone() - Method in class org.apache.wicket.util.collections.IntHashMap
-
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
- ClonedCSPValue - Class in org.apache.wicket.csp
-
A CSP value that renders the same value as rendered for the specified directive.
- ClonedCSPValue(CSPHeaderConfiguration, CSPDirective) - Constructor for class org.apache.wicket.csp.ClonedCSPValue
-
Creates a new
ClonedCSPValue
for the given directive. - cloneObject(T) - Static method in class org.apache.wicket.core.util.lang.WicketObjects
-
Makes a deep clone of an object by serializing and deserializing it.
- cloneWithUrl(Url) - Method in class org.apache.wicket.mock.MockWebRequest
- cloneWithUrl(Url) - Method in class org.apache.wicket.protocol.http.servlet.MultipartServletWebRequest
- cloneWithUrl(Url) - Method in class org.apache.wicket.protocol.http.servlet.ServletWebRequest
- 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.core.util.objects.checker.CheckingObjectOutputStream
- close() - Method in class org.apache.wicket.core.util.resource.PackageResourceStream
- close() - Method in class org.apache.wicket.core.util.resource.UrlResourceStream
-
Closes this resource.
- close() - Method in class org.apache.wicket.core.util.resource.WebExternalResourceStream
- close() - Method in class org.apache.wicket.core.util.string.JavaScriptUtils
-
Write the inline script close tag to the response.
- close() - Method in class org.apache.wicket.feedback.FeedbackDelay
-
Close any delays.
- close() - Method in class org.apache.wicket.markup.head.filter.FilteringHeaderResponse
- close() - Method in interface org.apache.wicket.markup.head.IHeaderResponse
-
Mark Header rendering is completed and subsequent usage will be ignored.
- close() - Method in class org.apache.wicket.markup.head.internal.HeaderResponse
- close() - Method in class org.apache.wicket.markup.head.ResourceAggregator
- close() - Method in class org.apache.wicket.markup.html.DecoratingHeaderResponse
- close() - Method in class org.apache.wicket.markup.MarkupResourceStream
- close() - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
- close() - Method in class org.apache.wicket.request.Response
-
Closes the response
- close() - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - Method in class org.apache.wicket.util.io.ProxyInputStream
-
Invokes the delegate's
close()
method. - close() - Method in class org.apache.wicket.util.io.StringBufferWriter
- close() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- close() - Method in class org.apache.wicket.util.io.XmlReader
- close() - Method in class org.apache.wicket.util.resource.AbstractResourceStreamWriter
-
Closes the resource.
- close() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
- close() - Method in class org.apache.wicket.util.resource.FileResourceStream
-
Closes this resource.
- close() - Method in class org.apache.wicket.util.resource.FileSystemResourceStream
- close() - Method in interface org.apache.wicket.util.resource.IResourceStream
-
Closes the resource.
- close() - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
- close() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
- close() - Method in class org.apache.wicket.util.resource.ZipResourceStream
- close() - Method in class org.apache.wicket.util.template.TextTemplateDecorator
- close(int, String) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketConnection
-
Closes the underlying web socket connection
- close(int, String) - Method in class org.apache.wicket.protocol.ws.javax.JavaxWebSocketConnection
- close(Closeable) - Static method in class org.apache.wicket.util.io.IOUtils
-
Closes a closeable.
- close(URLConnection) - Static method in class org.apache.wicket.util.io.Connections
-
Closes a connection
- close(AjaxRequestTarget) - Method in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalDialog
-
Close this dialog.
- close(IPartialPageRequestHandler) - Method in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow
-
Deprecated.Closes the modal window.
- CLOSE - org.apache.wicket.markup.parser.XmlTag.TagType
-
A close tag, like </TAG>.
- CloseButtonBehavior() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.CloseButtonBehavior
-
Deprecated.
- closeCurrent(IPartialPageRequestHandler) - Static method in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow
-
Deprecated.Hides the modal window.
- CLOSED_CSS_CLASS_KEY - Static variable in class org.apache.wicket.extensions.markup.html.repeater.tree.content.Folder
- ClosedMessage - Class in org.apache.wicket.protocol.ws.api.message
-
A
message
sent when the web socket connection is closed. - ClosedMessage(Application, String, IKey, int, String) - Constructor for class org.apache.wicket.protocol.ws.api.message.ClosedMessage
- closeOnClick() - Method in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalDialog
-
Close this dialog on click outside.
- closeOnEscape() - Method in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalDialog
-
Close this dialog on press of escape key.
- ClosePopupPage() - Constructor for class org.apache.wicket.markup.html.link.PopupCloseLink.ClosePopupPage
- closeQuietly(Closeable) - Static method in class org.apache.wicket.util.io.IOUtils
-
Unconditionally close a
Closeable
. - closeQuietly(URLConnection) - Static method in class org.apache.wicket.util.io.Connections
-
Closes a connection, ignoring any exceptions if they occur
- closes(MarkupElement) - Method in class org.apache.wicket.markup.ComponentTag
-
Gets whether this tag closes the provided open tag.
- closes(MarkupElement) - Method in class org.apache.wicket.markup.MarkupElement
-
Gets whether this element closes the given element.
- closes(XmlTag) - Method in class org.apache.wicket.markup.parser.XmlTag
-
Gets whether this tag closes the provided open tag.
- closeStreams() - Method in class org.apache.wicket.markup.html.form.upload.FileUpload
-
Close the streams which has been opened when getting the InputStream using
FileUpload.getInputStream()
. - Col(Behavior...) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.ColGroup.Col
- ColGroup - Class in org.apache.wicket.extensions.markup.html.repeater.data.table
-
A panel that renders <colgroup> with <col> elements inside it.
- ColGroup(String) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.ColGroup
- ColGroup.Col - Class in org.apache.wicket.extensions.markup.html.repeater.data.table
- collapse(T) - Method in class org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree
-
Collapse the given node, tries to update the affected branch if the change happens on an
AjaxRequestTarget
. - COLLAPSED - org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree.State
-
The node is collapsed, i.e.
- COLLAPSED_CLASS_KEY - Static variable in class org.apache.wicket.extensions.markup.html.repeater.tree.Node
- collect() - Method in class org.apache.wicket.feedback.FeedbackCollector
-
Collects all feedback messages
- collect(IFeedbackMessageFilter) - Method in class org.apache.wicket.feedback.FeedbackCollector
-
Collects all feedback messages that match the specified
filter
- collectCheckBoxes(WebMarkupContainer) - Static method in class org.apache.wicket.markup.html.form.CheckBoxSelector
-
Utility method to collect all
CheckBox
es inside a container. - CollectionModel<T> - Class in org.apache.wicket.model.util
-
Based on
Model
but for any collections of serializable objects. - CollectionModel() - Constructor for class org.apache.wicket.model.util.CollectionModel
-
Creates empty model
- CollectionModel(Collection<T>) - Constructor for class org.apache.wicket.model.util.CollectionModel
-
Creates model that will contain
collection
- collectMessages(Component, IFeedbackMessageFilter) - Method in class org.apache.wicket.feedback.FeedbackMessagesModel
-
Collects feedback messages
- COLON - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
-
Constant for colon.
- CombinedRequestParametersAdapter - Class in org.apache.wicket.request.parameter
-
IRequestParameters
implementation that combines otherIRequestParameters
s. - CombinedRequestParametersAdapter(IRequestParameters...) - Constructor for class org.apache.wicket.request.parameter.CombinedRequestParametersAdapter
-
Construct.
- combineWith(IModel<U>, SerializableBiFunction<? super T, ? super U, R>) - Method in interface org.apache.wicket.model.IModel
-
Returns a
IModel
applying the given combining function to the current model object and to the one from the other model, if they are notnull
. - COMMA - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
-
Constant for comma.
- commaDelimitedListToPatternArray(String) - Static method in class org.apache.wicket.protocol.http.servlet.AbstractRequestWrapperFactory
-
Convert a given comma delimited list of regular expressions into an array of compiled
Pattern
- commaDelimitedListToStringArray(String) - Static method in class org.apache.wicket.protocol.http.servlet.AbstractRequestWrapperFactory
-
Convert a given comma delimited list of regular expressions into an array of String
- CommaSeparatedVariableParser - Class in org.apache.wicket.util.parse.metapattern.parsers
-
Parses out strings separated by commas.
- CommaSeparatedVariableParser(CharSequence) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.CommaSeparatedVariableParser
-
Construct a new parser with parameter 'input' to be parsed.
- COMMENT - org.apache.wicket.markup.parser.IXmlPullParser.HttpTagType
-
<!-- ...
- commonAfter() - Method in class org.apache.wicket.util.tester.WicketTestCase
- commonBefore() - Method in class org.apache.wicket.util.tester.WicketTestCase
- Comparators - Class in org.apache.wicket.util.lang
- Comparators() - Constructor for class org.apache.wicket.util.lang.Comparators
- compare(File, File) - Method in class org.apache.wicket.pageStore.FilePageStore.LastModifiedComparator
- compare(Object[], Object[]) - Static method in class org.apache.wicket.util.diff.Diff
-
Compares the two input sequences.
- compare(URL, URL) - Method in class org.apache.wicket.util.collections.UrlExternalFormComparator
- compare(Component, Object) - Method in interface org.apache.wicket.model.IModelComparator
- compare(ResourceAggregator.RecordedHeaderItem, ResourceAggregator.RecordedHeaderItem) - Method in class org.apache.wicket.markup.head.PriorityFirstComparator
- compare(Item<?>, Item<?>) - Method in class org.apache.wicket.markup.repeater.Item.IndexComparator
- compareMarkupWithFile(IMarkupFragment, String, Class<?>) - Method in class org.apache.wicket.util.tester.WicketTestCase
-
Compare the markup provided with the file content
- compareMarkupWithString(IMarkupFragment, String) - Method in class org.apache.wicket.util.tester.WicketTestCase
-
Compare the markup provided with the String
- compareTo(IRequestLogger.SessionData) - Method in class org.apache.wicket.protocol.http.IRequestLogger.SessionData
- compareTo(IntValue) - Method in class org.apache.wicket.util.value.IntValue
- compareTo(LongValue) - Method in class org.apache.wicket.util.value.LongValue
-
Compares this
Object
to a givenObject
. - compareWithConversion(Object, Object) - Static method in class org.apache.wicket.util.lang.Objects
-
Compares two objects for equality, even if it has to convert one of them to the other type.
- compareWithinGroup(ResourceAggregator.RecordedHeaderItem, ResourceAggregator.RecordedHeaderItem) - Method in class org.apache.wicket.markup.head.PriorityFirstComparator
-
Compares two header items that belong in the same group.
- compatibleProtocols(String, String) - Method in class org.apache.wicket.request.handler.render.WebPageRenderer
-
Compares the protocols of two
Url
s - COMPLETE_HANDLER - org.apache.wicket.ajax.attributes.AjaxAttributeName
-
complete handler (coh)
- completeUpdate - Variable in class org.apache.wicket.extensions.markup.html.repeater.util.TreeModelProvider
- component(Component, IVisit<Void>) - Method in class org.apache.wicket.markup.renderStrategy.DeepChildFirstVisitor
- component(FormComponent<?>, IVisit<Void>) - Method in class org.apache.wicket.markup.html.form.Form.ValidationVisitor
- component(T, IVisit<R>) - Method in interface org.apache.wicket.util.visit.IVisitor
-
Called at each object in a visit.
- Component - Class in org.apache.wicket
-
Component serves as the highest level abstract base class for all components.
- Component(String) - Constructor for class org.apache.wicket.Component
-
Constructor.
- Component(String, IModel<?>) - Constructor for class org.apache.wicket.Component
-
Constructor.
- COMPONENT - org.apache.wicket.markup.head.PriorityFirstComparator.HeaderItemType
- componentChanged(Component, MarkupContainer) - Method in class org.apache.wicket.Page
-
This method will be called for all components that are changed on the page So also auto components or components that are not versioned.
- ComponentCreateAspect - Class in org.apache.wicket.metrics.aspects.component
-
Gets information how often different components are created
- ComponentCreateAspect() - Constructor for class org.apache.wicket.metrics.aspects.component.ComponentCreateAspect
- ComponentData() - Constructor for class org.apache.wicket.util.tester.WicketTesterHelper.ComponentData
- ComponentDetachableModel<T> - Class in org.apache.wicket.model
-
Quick detachable model that is implements the IComponentAssignedModel and the IModel interfaces.
- ComponentDetachableModel() - Constructor for class org.apache.wicket.model.ComponentDetachableModel
- ComponentFeedbackMessageFilter - Class in org.apache.wicket.feedback
-
Filter for accepting feedback messages for a particular component.
- ComponentFeedbackMessageFilter(Component) - Constructor for class org.apache.wicket.feedback.ComponentFeedbackMessageFilter
-
Constructor
- ComponentFeedbackPanel - Class in org.apache.wicket.markup.html.panel
-
Convenience feedback panel that filters the feedback messages based on the component given in the constructor.
- ComponentFeedbackPanel(String, Component) - Constructor for class org.apache.wicket.markup.html.panel.ComponentFeedbackPanel
-
Constructor.
- 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.
- ComponentInitializationListenerCollection - Class in org.apache.wicket.application
- ComponentInitializationListenerCollection() - Constructor for class org.apache.wicket.application.ComponentInitializationListenerCollection
- ComponentInitializer() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.form.upload.UploadProgressBar.ComponentInitializer
- ComponentInstantiationListenerCollection - Class in org.apache.wicket.application
- ComponentInstantiationListenerCollection() - Constructor for class org.apache.wicket.application.ComponentInstantiationListenerCollection
- ComponentModel<T> - Class in org.apache.wicket.model
-
Quick model that is implements the IComponentAssignedModel and the IModel interfaces.
- ComponentModel() - Constructor for class org.apache.wicket.model.ComponentModel
- ComponentNotFoundException - Exception in org.apache.wicket.core.request.handler
-
Exception thrown when component has not been found in hierarchy.
- ComponentNotFoundException() - Constructor for exception org.apache.wicket.core.request.handler.ComponentNotFoundException
-
Construct.
- ComponentNotFoundException(String) - Constructor for exception org.apache.wicket.core.request.handler.ComponentNotFoundException
-
Construct.
- ComponentNotFoundException(String, Throwable) - Constructor for exception org.apache.wicket.core.request.handler.ComponentNotFoundException
-
Construct.
- ComponentNotFoundException(Throwable) - Constructor for exception org.apache.wicket.core.request.handler.ComponentNotFoundException
-
Construct.
- ComponentOnAfterRenderListenerCollection - Class in org.apache.wicket.application
- ComponentOnAfterRenderListenerCollection() - Constructor for class org.apache.wicket.application.ComponentOnAfterRenderListenerCollection
- ComponentOnBeforeRenderListenerCollection - Class in org.apache.wicket.application
- ComponentOnBeforeRenderListenerCollection() - Constructor for class org.apache.wicket.application.ComponentOnBeforeRenderListenerCollection
- ComponentOnConfigureAspect - Class in org.apache.wicket.metrics.aspects.component
-
Gets information how often different components are configured
- ComponentOnConfigureAspect() - Constructor for class org.apache.wicket.metrics.aspects.component.ComponentOnConfigureAspect
- ComponentOnConfigureListenerCollection - Class in org.apache.wicket.application
- ComponentOnConfigureListenerCollection() - Constructor for class org.apache.wicket.application.ComponentOnConfigureListenerCollection
- ComponentOnDetachAspect - Class in org.apache.wicket.metrics.aspects.component
-
Gets information how often different components are detached
- ComponentOnDetachAspect() - Constructor for class org.apache.wicket.metrics.aspects.component.ComponentOnDetachAspect
- ComponentOnInitializeAspect - Class in org.apache.wicket.metrics.aspects.component
-
Gets information how often different components are initialized
- ComponentOnInitializeAspect() - Constructor for class org.apache.wicket.metrics.aspects.component.ComponentOnInitializeAspect
- ComponentOnRenderAspect - Class in org.apache.wicket.metrics.aspects.component
-
Gets information how often different components are rendered
- ComponentOnRenderAspect() - Constructor for class org.apache.wicket.metrics.aspects.component.ComponentOnRenderAspect
- ComponentPropertyModel<T> - Class in org.apache.wicket.model
-
A model that references a property by name on the current model of the component it is bound to.
- ComponentPropertyModel(String) - Constructor for class org.apache.wicket.model.ComponentPropertyModel
-
Constructor
- componentRendered(Component) - Method in class org.apache.wicket.Page
-
Adds a component to the set of rendered components.
- ComponentRenderer - Class in org.apache.wicket.core.util.string
-
A helper class for rendering components and pages.
- ComponentRenderer() - Constructor for class org.apache.wicket.core.util.string.ComponentRenderer
-
A renderer using a default mocked application, which never shares anything in a session never serializes anything
- ComponentRenderer(Application) - Constructor for class org.apache.wicket.core.util.string.ComponentRenderer
-
A renderer using the given application.
- ComponentRenderingRequestHandler - Class in org.apache.wicket.core.request.handler
-
Request handler that renders a component
- ComponentRenderingRequestHandler(Component) - Constructor for class org.apache.wicket.core.request.handler.ComponentRenderingRequestHandler
-
Construct.
- ComponentResolvers - Class in org.apache.wicket.markup.resolver
-
Utility class for
IComponentResolver
s - ComponentResolvers.ResolverFilter - Interface in org.apache.wicket.markup.resolver
- ComponentSetResponsePageAspect - Class in org.apache.wicket.metrics.aspects.component
-
Gets information how often different components are calling setResponsePage
- ComponentSetResponsePageAspect() - Constructor for class org.apache.wicket.metrics.aspects.component.ComponentSetResponsePageAspect
- componentsFrozen - Variable in class org.apache.wicket.page.PartialPageUpdate
-
A flag that indicates that components cannot be added anymore.
- ComponentStringResourceLoader - Class in org.apache.wicket.resource.loader
-
This is one of Wicket's default string resource loaders.
- ComponentStringResourceLoader() - Constructor for class org.apache.wicket.resource.loader.ComponentStringResourceLoader
-
Create and initialize the resource loader.
- ComponentStrings - Class in org.apache.wicket.core.util.string
- ComponentTag - Class in org.apache.wicket.markup
-
A subclass of MarkupElement which represents a "significant" markup tag, such as a component open tag.
- ComponentTag(String, XmlTag.TagType) - Constructor for class org.apache.wicket.markup.ComponentTag
-
Automatically create a XmlTag, assign the name and the type, and construct a ComponentTag based on this XmlTag.
- ComponentTag(ComponentTag) - Constructor for class org.apache.wicket.markup.ComponentTag
-
Constructor
- ComponentTag(XmlTag) - Constructor for class org.apache.wicket.markup.ComponentTag
-
Construct.
- ComponentTag.IAutoComponentFactory - Interface in org.apache.wicket.markup
-
Factory that creates component during markup root container's initialization.
- CompositeCssCompressor - Class in org.apache.wicket.resource
- CompositeCssCompressor(ICssCompressor...) - Constructor for class org.apache.wicket.resource.CompositeCssCompressor
-
Initializes the composite CSS compressor with the given
ICssCompressor
(s) - CompositeJavaScriptCompressor - Class in org.apache.wicket.resource
- CompositeJavaScriptCompressor(IJavaScriptCompressor...) - Constructor for class org.apache.wicket.resource.CompositeJavaScriptCompressor
-
Initializes the composite javascript compressor with the given
IJavaScriptCompressor
(s) - CompoundAuthorizationStrategy - Class in org.apache.wicket.authorization.strategies
-
Compound implementation of the IAuthorizationStrategy that lets you chain two or more strategies together.
- CompoundAuthorizationStrategy() - Constructor for class org.apache.wicket.authorization.strategies.CompoundAuthorizationStrategy
- CompoundClassResolver - Class in org.apache.wicket.application
-
A thread safe compound
IClassResolver
. - CompoundClassResolver() - Constructor for class org.apache.wicket.application.CompoundClassResolver
- CompoundFieldValueFactory - Class in org.apache.wicket.injection
-
Compound implementation of IFieldValueFactory.
- CompoundFieldValueFactory(List<IFieldValueFactory>) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
-
Constructor
- CompoundFieldValueFactory(IFieldValueFactory[]) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
-
Constructor
- CompoundFieldValueFactory(IFieldValueFactory, IFieldValueFactory) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
-
Constructor
- CompoundPropertyModel<T> - Class in org.apache.wicket.model
-
A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.
- CompoundPropertyModel(IModel<T>) - Constructor for class org.apache.wicket.model.CompoundPropertyModel
-
Constructor
- CompoundPropertyModel(T) - Constructor for class org.apache.wicket.model.CompoundPropertyModel
-
Constructor
- CompoundRequestMapper - Class in org.apache.wicket.request.mapper
-
Thread safe compound
IRequestMapper
. - CompoundRequestMapper() - Constructor for class org.apache.wicket.request.mapper.CompoundRequestMapper
- CompoundValidator<T> - Class in org.apache.wicket.validation
-
A compound
IValidator
. - CompoundValidator() - Constructor for class org.apache.wicket.validation.CompoundValidator
-
Constructor.
- compress(String) - Method in class org.apache.wicket.javascript.DefaultJavaScriptCompressor
- compress(String) - Method in class org.apache.wicket.resource.CompositeCssCompressor
- compress(String) - Method in class org.apache.wicket.resource.CompositeJavaScriptCompressor
- compress(String) - Method in class org.apache.wicket.resource.CssUrlReplacer
- compress(String) - Method in interface org.apache.wicket.resource.ITextResourceCompressor
-
Remove comments and white spaces from the text resource
- compress(String) - Method in class org.apache.wicket.resource.NoOpTextCompressor
- compressResponse(IResource.Attributes, byte[]) - Method in class org.apache.wicket.request.resource.PackageResource
-
Compresses the response if its is eligible and there is a configured compressor
- compressWhitespace(String) - Method in class org.apache.wicket.markup.AbstractMarkupParser
-
Remove whitespace from the raw markup
- computeDigest(InputStream) - Method in class org.apache.wicket.request.resource.caching.version.MessageDigestResourceVersion
-
compute digest for resource stream
- ConcatBundleResource - Class in org.apache.wicket.resource.bundles
-
A resource that concatenates several resources into one download.
- ConcatBundleResource(List<? extends IReferenceHeaderItem>) - Constructor for class org.apache.wicket.resource.bundles.ConcatBundleResource
-
Construct.
- ConcatResourceBundleReference<T extends HeaderItem & IReferenceHeaderItem> - Class in org.apache.wicket.resource.bundles
-
A resource bundle that automatically concatenates the given resources.
- ConcatResourceBundleReference(Class<?>, String, List<T>) - Constructor for class org.apache.wicket.resource.bundles.ConcatResourceBundleReference
-
Creates a new
ConcatResourceBundleReference
for the given resources. - ConcatResourceBundleReference(Class<?>, String, Locale, String, String, List<T>) - Constructor for class org.apache.wicket.resource.bundles.ConcatResourceBundleReference
-
Creates a new
ConcatResourceBundleReference
for the given resources. - ConcatResourceBundleReference(Class<?>, String, T...) - Constructor for class org.apache.wicket.resource.bundles.ConcatResourceBundleReference
-
Creates a new
ConcatResourceBundleReference
for the given resources. - ConcatResourceBundleReference(String, T...) - Constructor for class org.apache.wicket.resource.bundles.ConcatResourceBundleReference
-
Creates a new
ConcatResourceBundleReference
for the given resources. - concatSegments(List<String>) - Method in class org.apache.wicket.request.Url
-
Concatenate the specified segments; The segments can be relative - begin with "." or "..".
- CONDITIONAL_COMMENT - org.apache.wicket.markup.parser.IXmlPullParser.HttpTagType
-
<!--[if ] ...
- CONDITIONAL_COMMENT_ENDIF - org.apache.wicket.markup.parser.IXmlPullParser.HttpTagType
-
<![endif]-->
- CONDITIONAL_COMMENT_OPENING - Static variable in class org.apache.wicket.markup.AbstractMarkupParser
-
Opening a conditional comment section, which is NOT treated as a comment section
- Config() - Constructor for class org.apache.wicket.protocol.http.servlet.SecuredRemoteAddressRequestWrapperFactory.Config
- Config() - Constructor for class org.apache.wicket.protocol.http.servlet.XForwardedRequestWrapperFactory.Config
- CONFIGURATION - Static variable in class org.apache.wicket.Application
-
Configuration constant for the 2 types
- configure() - Method in class org.apache.wicket.Application
-
Configures application settings to good defaults.
- configure() - Method in class org.apache.wicket.Component
-
Triggers
Component.onConfigure()
to be invoked on this component if it has not already during this request. - configure(Application) - Method in class org.apache.wicket.bean.validation.BeanValidationConfiguration
-
Binds this configuration to the application instance
- configure(Application) - Method in class org.apache.wicket.cdi.CdiConfiguration
-
Configures the specified application
- configure(ISubresourceHeaderItem) - Method in class org.apache.wicket.markup.head.filter.SubresourceHeaderResponse
-
Configure the item Subresource.
- configure(ResourceStreamResource) - Method in class org.apache.wicket.request.handler.resource.ResourceStreamRequestHandler
-
Configures the ResourceStreamResource used by this request handler
- configureCache(AbstractResource.ResourceResponse, IResource.Attributes) - Method in class org.apache.wicket.request.resource.AbstractResource
-
Configure the web response header for client cache control.
- configureResponse(WebResponse) - Method in class org.apache.wicket.markup.html.WebPage
-
Set-up response with appropriate content type, locale and encoding.
- configureResponse(AbstractResource.ResourceResponse, IResource.Attributes) - Method in class org.apache.wicket.request.resource.BaseDataResource
-
Post-configures the given response, e.g.
- configureResponse(AbstractResource.ResourceResponse, IResource.Attributes) - Method in class org.apache.wicket.request.resource.DynamicImageResource
- configureSession(IWebSocketSession) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketSessionConfigurer
-
Allows to configure
IWebSocketSession
- CONNECT_SRC - org.apache.wicket.csp.CSPDirective
- ConnectedMessage - Class in org.apache.wicket.protocol.ws.api.message
-
A
message
when a client creates web socket connection. - ConnectedMessage(Application, String, IKey) - Constructor for class org.apache.wicket.protocol.ws.api.message.ConnectedMessage
- ConnectionRejected - Class in org.apache.wicket.protocol.ws.api
-
A class used by
IWebSocketConnectionFilter
s when they need to reject a connection - ConnectionRejected(int, String) - Constructor for class org.apache.wicket.protocol.ws.api.ConnectionRejected
-
Constructor
- Connections - Class in org.apache.wicket.util.io
-
URLConnection
related utilities - constructSettingsJS() - Method in class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteBehavior
- CONTAINER - Static variable in class org.apache.wicket.markup.resolver.WicketContainerResolver
- CONTAINER_CSS_CLASS_KEY - Static variable in class org.apache.wicket.extensions.markup.html.tabs.TabbedPanel
- CONTAINER_INFO - Static variable in class org.apache.wicket.markup.parser.filter.WicketTagIdentifier
- ContainerFeedbackMessageFilter - Class in org.apache.wicket.feedback
-
Filter for child-of relationship
- ContainerFeedbackMessageFilter(MarkupContainer) - Constructor for class org.apache.wicket.feedback.ContainerFeedbackMessageFilter
-
Constructor
- ContainerInfo - Class in org.apache.wicket.markup
-
Because Component has a reference to its parents, which eventually is the Page, keeping a "copy" of a component is very expensive.
- ContainerInfo(Class<?>, Locale, String, String, MarkupType) - Constructor for class org.apache.wicket.markup.ContainerInfo
-
Construct.
- ContainerInfo(Class<?>, MarkupContainer) - Constructor for class org.apache.wicket.markup.ContainerInfo
-
Construct.
- ContainerInfo(MarkupContainer) - Constructor for class org.apache.wicket.markup.ContainerInfo
-
Construct.
- contains(Object) - Method in class org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset
- contains(String) - Method in class org.apache.wicket.markup.parser.filter.OpenCloseTagExpander
-
Allows subclasses to easily expand the list of tag which needs to be expanded.
- contains(String) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
-
Checks if the parameter with the given name exists
- contains(String) - Method in class org.apache.wicket.util.string.StringList
- contains(Component, boolean) - Method in class org.apache.wicket.MarkupContainer
- contains(Time) - Method in class org.apache.wicket.util.time.TimeFrame
-
Deprecated.Determines if this
TimeFrame
contains a given point in time. - CONTAINS_WICKET_ID - Static variable in class org.apache.wicket.markup.ComponentTag
-
If true, the current tag contains a child or a descendant with the "wicket:id" attribute
- containsAll(Collection<?>) - Method in class org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset
- containsAncestorFor(Component) - Method in class org.apache.wicket.page.PartialPageUpdate
-
Checks if the target contains an ancestor for the given component
- containsBean(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
- containsBeanDefinition(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
- containsHeader(String) - Method in class org.apache.wicket.protocol.http.mock.MockHttpServletResponse
-
Check if the response contains the given header name.
- containsHeader(String) - Method in class org.apache.wicket.request.HttpHeaderCollection
-
check if header is defined
- containsKey(int) - Method in class org.apache.wicket.util.collections.IntHashMap
-
Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class org.apache.wicket.markup.MarkupCache.DefaultCacheImplementation
- containsKey(Object) - Method in class org.apache.wicket.util.collections.MicroMap
-
Deprecated.
- containsKey(Object) - Method in class org.apache.wicket.util.collections.MiniMap
- containsKey(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
- containsKey(K) - Method in interface org.apache.wicket.markup.MarkupCache.ICache
-
Check if key is in the cache
- containsLocalBean(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
- containsPage() - Method in class org.apache.wicket.page.PartialPageUpdate
- containsValue(Object) - Method in class org.apache.wicket.util.collections.IntHashMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class org.apache.wicket.util.collections.MicroMap
-
Deprecated.
- containsValue(Object) - Method in class org.apache.wicket.util.collections.MiniMap
- containsValue(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
- containsWicketId() - Method in class org.apache.wicket.markup.ComponentTag
-
Says if the current tag contains a child or a descendant with the "wicket:id" attribute.
- CONTENT_DISPOSITION_HEADER_NAME - Static variable in class org.apache.wicket.request.resource.AbstractResource
- CONTENT_ID - Static variable in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalDialog
-
The id for the content of this dialoh.
- CONTENT_ID - Static variable in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow
-
Deprecated.the default id of the content component
- CONTENT_ID - Static variable in class org.apache.wicket.extensions.markup.html.repeater.tree.Node
-
The component id for the content component.
- CONTENT_RANGE_ENDBYTE - Static variable in class org.apache.wicket.request.resource.AbstractResource
-
The meta data key of the content range end byte
- CONTENT_RANGE_STARTBYTE - Static variable in class org.apache.wicket.request.resource.AbstractResource
-
The meta data key of the content range start byte
- ContentDisposition - Enum in org.apache.wicket.request.resource
-
Represents content disposition of a resource
- contentEquals(InputStream, InputStream) - Static method in class org.apache.wicket.util.io.IOUtils
-
Compare the contents of two Streams to determine if they are equal or not.
- contentEquals(Reader, Reader) - Static method in class org.apache.wicket.util.io.IOUtils
-
Compare the contents of two Readers to determine if they are equal or not.
- ContentSecurityPolicySettings - Class in org.apache.wicket.csp
-
Build the CSP configuration like this:
- ContentSecurityPolicySettings(Application) - Constructor for class org.apache.wicket.csp.ContentSecurityPolicySettings
- context(String) - Static method in class org.apache.wicket.ajax.attributes.CallbackParameter
-
Add a parameter to the function declaration.
- ContextImage - Class in org.apache.wicket.markup.html.image
-
Provides a context-relative image.
- ContextImage(String) - Constructor for class org.apache.wicket.markup.html.image.ContextImage
-
Constructor.
- ContextImage(String, String) - Constructor for class org.apache.wicket.markup.html.image.ContextImage
-
Constructor
- ContextImage(String, IModel<String>) - Constructor for class org.apache.wicket.markup.html.image.ContextImage
-
Constructor
- ContextParamWebApplicationFactory - Class in org.apache.wicket.protocol.http
-
Factory that creates application objects based on the class name specified in the
ContextParamWebApplicationFactory.APP_CLASS_PARAM
context variable. - ContextParamWebApplicationFactory() - Constructor for class org.apache.wicket.protocol.http.ContextParamWebApplicationFactory
- ContextPathGenerator - Class in org.apache.wicket.markup.html.image
-
A behavior that converts the provider url fragment to a context-relative url.
- ContextPathGenerator(String) - Constructor for class org.apache.wicket.markup.html.image.ContextPathGenerator
-
Constructor
- ContextPathGenerator(IModel<String>) - Constructor for class org.apache.wicket.markup.html.image.ContextPathGenerator
-
Constructor
- ContextRelativeResource - Class in org.apache.wicket.request.resource
-
Resource served from a file relative to the context root.
- ContextRelativeResource(String) - Constructor for class org.apache.wicket.request.resource.ContextRelativeResource
-
Construct.
- ContextRelativeResourceReference - Class in org.apache.wicket.request.resource
-
This is a ResourceReference to handle context-relative resources such as js, css and picture files placed in a folder on the context root (ex: '/css/coolTheme.css').
- ContextRelativeResourceReference(String) - Constructor for class org.apache.wicket.request.resource.ContextRelativeResourceReference
-
Instantiates a new context relative resource reference for the given name.
- ContextRelativeResourceReference(String, boolean) - Constructor for class org.apache.wicket.request.resource.ContextRelativeResourceReference
-
Instantiates a new context relative resource reference for the given name.
- ContextRelativeResourceReference(String, String) - Constructor for class org.apache.wicket.request.resource.ContextRelativeResourceReference
-
Instantiates a new context relative resource reference for the given name.
- ContextRelativeResourceReference(String, String, boolean) - Constructor for class org.apache.wicket.request.resource.ContextRelativeResourceReference
-
Instantiates a new context relative resource reference for the given name.
- CONTINUE - org.apache.wicket.markup.html.form.Form.MethodMismatchResponse
-
Continue processing.
- continueToOriginalDestination() - Method in class org.apache.wicket.Component
-
Redirects to any intercept page previously specified by a call to
Component.redirectToInterceptPage(Page)
. - contribute(Application, IHeaderResponse) - Static method in class org.apache.wicket.resource.CoreLibrariesContributor
-
Contributes the backing library plus the implementation of Wicket.Event.
- contributeAjax(Application, IHeaderResponse) - Static method in class org.apache.wicket.resource.CoreLibrariesContributor
-
Contributes the Ajax backing library plus wicket-event.js and wicket-ajax.js implementations.
- ConversationalComponent - Interface in org.apache.wicket.cdi
-
Marks a component that requires a conversation.
- ConversationExpiredException - Exception in org.apache.wicket.cdi
- ConversationExpiredException(Throwable, String, Page, IRequestHandler) - Constructor for exception org.apache.wicket.cdi.ConversationExpiredException
- ConversationExpiryChecker - Class in org.apache.wicket.cdi
-
Checks for conversation expiration during page render and throws a
ConversationExpiredException
when an expired conversation is detected. - ConversationExpiryChecker() - Constructor for class org.apache.wicket.cdi.ConversationExpiryChecker
- ConversationPropagation - Enum in org.apache.wicket.cdi
-
Various modes of propagating persistent conversations across requests.
- ConversationPropagator - Class in org.apache.wicket.cdi
-
A request cycle listener that takes care of propagating persistent conversations.
- ConversationPropagator(Application, IConversationPropagation) - Constructor for class org.apache.wicket.cdi.ConversationPropagator
-
Constructor
- ConversionException - Exception in org.apache.wicket.util.convert
-
Thrown for conversion exceptions.
- ConversionException(String) - Constructor for exception org.apache.wicket.util.convert.ConversionException
-
Construct exception with message.
- ConversionException(String, Throwable) - Constructor for exception org.apache.wicket.util.convert.ConversionException
-
Construct exception with message and cause.
- ConversionException(Throwable) - Constructor for exception org.apache.wicket.util.convert.ConversionException
-
Construct exception with cause.
- convert(Object, Class<T>) - Method in class org.apache.wicket.core.util.lang.PropertyResolverConverter
- convert(ConstraintViolation<T>) - Method in class org.apache.wicket.bean.validation.DefaultViolationTranslator
- convert(ConstraintViolation<T>) - Method in interface org.apache.wicket.bean.validation.IViolationTranslator
-
Converts a
ConstraintViolation
into aValidationError
- convertChoiceIdsToChoices(String[]) - Method in class org.apache.wicket.markup.html.form.ListMultipleChoice
-
Converts submitted choice ids to choice objects.
- convertChoiceIdToChoice(String) - Method in class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Converts submitted choice id string back to choice object.
- converted(String, String) - Static method in class org.apache.wicket.ajax.attributes.CallbackParameter
-
Add a parameter to the function declaration that is also passed to the AJAX callback, but converted.
- ConverterLocator - Class in org.apache.wicket
-
Implementation of
IConverterLocator
interface, which locates converters for a given type. - ConverterLocator() - Constructor for class org.apache.wicket.ConverterLocator
-
Constructor
- ConvertingPropertyVariableInterpolator - Class in org.apache.wicket.core.util.string.interpolator
-
A
PropertyVariableInterpolator
converting values withIConverter
s. - ConvertingPropertyVariableInterpolator(String, Object, IConverterLocator, Locale) - Constructor for class org.apache.wicket.core.util.string.interpolator.ConvertingPropertyVariableInterpolator
-
Constructor.
- convertInput() - Method in class org.apache.wicket.extensions.markup.html.form.datetime.TimeField
- convertInput() - Method in class org.apache.wicket.extensions.markup.html.form.palette.Palette
- convertInput() - Method in class org.apache.wicket.extensions.markup.html.form.select.Select
- convertInput() - Method in class org.apache.wicket.markup.html.form.AbstractTextComponent
-
Convert the input respecting the flag convertEmptyInputStringToNull.
- convertInput() - Method in class org.apache.wicket.markup.html.form.FormComponent
-
Converts and validates the conversion of the raw input string into the object specified by
FormComponent.getType()
and records any thrownConversionException
s. - convertInput() - Method in class org.apache.wicket.markup.html.form.NumberTextField
-
Always use
Locale.ENGLISH
to parse the input. - convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractDateConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.BigDecimalConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.BigIntegerConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.BooleanConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.ByteConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.CalendarConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.CharacterConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.DoubleConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.FloatConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.IntegerConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.LongConverter
- convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.ShortConverter
- convertToObject(String, Locale) - Method in interface org.apache.wicket.util.convert.IConverter
-
Converts the given
String
value - convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.MaskConverter
-
Converts a string to an object using
MaskFormatter.stringToValue(String)
. - convertToString(C, Locale) - Method in class org.apache.wicket.core.util.lang.PropertyResolverConverter
- convertToString(C, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractConverter
- convertToString(C, Locale) - Method in interface org.apache.wicket.util.convert.IConverter
-
Converts the given value to a string.
- convertToString(C, Locale) - Method in class org.apache.wicket.util.convert.MaskConverter
-
Converts the value to a string using
MaskFormatter.valueToString(Object)
. - convertToString(D, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractDateConverter
- convertToString(Calendar, Locale) - Method in class org.apache.wicket.util.convert.converter.CalendarConverter
- convertToString(N, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractNumberConverter
- convertToString(T, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
- convertValue(Object, Class<T>) - Static method in class org.apache.wicket.util.lang.Objects
-
Convert between basic Java types, i.e.
- convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
- convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.CheckGroup
- convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.FormComponent
-
Subclasses should overwrite this if the conversion is not done through the type field and the
IConverter
. - convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.ListMultipleChoice
- convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.RadioGroup
- convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.upload.FileUploadField
- convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.upload.MultiFileUploadField
- CookieCollection - Class in org.apache.wicket.protocol.http.mock
-
cookie collection utility
- CookieCollection() - Constructor for class org.apache.wicket.protocol.http.mock.CookieCollection
- CookieDefaults - Class in org.apache.wicket.util.cookies
-
This class provides default values that are used by
CookieUtils
class when it creates cookies. - CookieDefaults() - Constructor for class org.apache.wicket.util.cookies.CookieDefaults
- CookieDefaults.SameSite - Enum in org.apache.wicket.util.cookies
- cookieKey - Variable in class org.apache.wicket.authentication.strategy.DefaultAuthenticationStrategy
-
The cookie name to store the username and password
- Cookies - Class in org.apache.wicket.protocol.http.mock
-
A helper class for dealing with cookies
- Cookies.Key - Class in org.apache.wicket.protocol.http.mock
- CookieUtils - Class in org.apache.wicket.util.cookies
-
Helper class to simplify Cookie handling.
- CookieUtils() - Constructor for class org.apache.wicket.util.cookies.CookieUtils
-
Construct.
- CookieUtils(CookieDefaults) - Constructor for class org.apache.wicket.util.cookies.CookieUtils
-
Construct.
- copy(File, File) - Static method in class org.apache.wicket.util.file.Files
-
make a copy of a file
- copy(InputStream, OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
-
Copy bytes from an
InputStream
to anOutputStream
. - copy(InputStream, OutputStream) - Static method in class org.apache.wicket.util.io.Streams
-
Writes the input stream to the output stream.
- copy(InputStream, OutputStream, int) - Static method in class org.apache.wicket.util.io.Streams
-
Writes the input stream to the output stream.
- copy(InputStream, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
-
Copy bytes from an
InputStream
to chars on aWriter
using the default character encoding of the platform. - copy(InputStream, Writer, String) - Static method in class org.apache.wicket.util.io.IOUtils
-
Copy bytes from an
InputStream
to chars on aWriter
using the specified character encoding. - copy(Reader, OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
-
Copy chars from a
Reader
to bytes on anOutputStream
using the default character encoding of the platform, and calling flush. - copy(Reader, OutputStream, String) - Static method in class org.apache.wicket.util.io.IOUtils
-
Copy chars from a
Reader
to bytes on anOutputStream
using the specified character encoding, and calling flush. - copy(Reader, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
-
Copy chars from a
Reader
to aWriter
. - copyAndClose(InputStream, OutputStream) - Static method in class org.apache.wicket.util.io.Streams
-
Writes the input stream to the output stream.
- copyAttributes(MarkupContainer, ComponentTag) - Static method in class org.apache.wicket.markup.TagUtils
-
Copy attributes from e.g.
- copyOf(Cookie) - Static method in class org.apache.wicket.protocol.http.mock.Cookies
-
Make a copy of the passed cookie.
- CopyOnWriteValueMap - Class in org.apache.wicket.util.value
-
An implementation of
IValueMap
that makes a copy when a caller tries to change an immutableMap
. - CopyOnWriteValueMap(IValueMap) - Constructor for class org.apache.wicket.util.value.CopyOnWriteValueMap
-
Constructor.
- CoreLibrariesContributor - Class in org.apache.wicket.resource
-
A helper class that contributes all required JavaScript resources needed for Wicket Ajax functionality
- CoreLibrariesContributor() - Constructor for class org.apache.wicket.resource.CoreLibrariesContributor
- CORS - Static variable in class org.apache.wicket.protocol.http.FetchMetadataResourceIsolationPolicy
- CouldNotLockPageException - Exception in org.apache.wicket.page
-
An exception that is being thrown when a second thread attempts to get the lock on a page instance that is currently locked by another thread and it cannot do that for some specified
duration
- CouldNotLockPageException(int, String, Duration) - Constructor for exception org.apache.wicket.page.CouldNotLockPageException
-
Construct.
- count - Variable in class org.apache.wicket.util.diff.Chunk
- count(String, ProceedingJoinPoint, WicketMetrics.CounterOperation, Long) - Method in class org.apache.wicket.metrics.WicketMetrics
-
Creates a count of the given arguments
- CountLimitedData(int) - Constructor for class org.apache.wicket.pageStore.InMemoryPageStore.CountLimitedData
- countLinesTo(int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
-
Counts lines starting where we last left off up to the index provided.
- countToken(String, String) - Method in class org.apache.wicket.validation.validator.UrlValidator
-
Returns the number of times the token appears in the target.
- create() - Method in class org.apache.wicket.util.tester.WicketTesterExtension
-
Allows setup of the tester instance
- create(String, IBreadCrumbModel) - Method in class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanelFactory
- create(String, IBreadCrumbModel) - Method in interface org.apache.wicket.extensions.breadcrumb.panel.IBreadCrumbPanelFactory
-
Creates a new
bread crumb panel
instance. - create(ResourceReference.Key) - Method in interface org.apache.wicket.request.resource.IResourceReferenceFactory
-
Creates a new instance of ResourceReference with the given request attributes
- create(ResourceReference.Key) - Method in class org.apache.wicket.request.resource.ResourceReferenceRegistry.DefaultResourceReferenceFactory
- createApplication(String) - Method in class org.apache.wicket.protocol.http.ContextParamWebApplicationFactory
-
Instantiates the application instance.
- createApplication(WicketFilter) - Method in class org.apache.wicket.guice.GuiceWebApplicationFactory
- createApplication(WicketFilter) - Method in class org.apache.wicket.protocol.http.ContextParamWebApplicationFactory
- createApplication(WicketFilter) - Method in interface org.apache.wicket.protocol.http.IWebApplicationFactory
-
Create application object
- createApplication(WicketFilter) - Method in class org.apache.wicket.spring.SpringWebApplicationFactory
- createBase64EncodedImage(PackageResourceReference, boolean) - Static method in class org.apache.wicket.util.image.ImageUtil
-
Creates a base64 encoded image string based on the given image reference
- createCipher(SecretKey, AlgorithmParameterSpec, int) - Method in class org.apache.wicket.util.crypt.SunJceCrypt
-
Creates the
Cipher
that will do the de-/encryption. - createComponent(String, DebugBar) - Method in interface org.apache.wicket.devutils.debugbar.IDebugBarContributor
- createComponent(String, DebugBar) - Method in class org.apache.wicket.devutils.debugbar.VersionDebugContributor
- createContent(String, IModel<T>) - Method in class org.apache.wicket.extensions.markup.html.repeater.tree.Node
-
Create the component to display the actual node's content.
- createConverter(Class<?>) - Method in class org.apache.wicket.Component
-
Factory method for converters to be used by this component, returns
null
by default. - createConverter(Class<?>) - Method in class org.apache.wicket.extensions.markup.html.form.DateTextField
-
Returns the default converter if created without pattern; otherwise it returns a pattern-specific converter.
- createConverter(Class<?>) - Method in class org.apache.wicket.extensions.markup.html.form.datetime.LocalDateTextField
- createConverter(Class<?>) - Method in class org.apache.wicket.extensions.markup.html.form.datetime.LocalDateTimeTextField
- createConverter(Class<?>) - Method in class org.apache.wicket.extensions.markup.html.form.datetime.LocalTimeTextField
- createConverter(Class<?>) - Method in class org.apache.wicket.markup.html.form.CheckBox
- createCrypt() - Method in class org.apache.wicket.core.util.crypt.KeyInSessionSunJceCryptFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.this method is no longer called TODO remove in Wicket 10
- createCrypt(KeyInSessionSunJceCryptFactory.CryptData) - Method in class org.apache.wicket.core.util.crypt.KeyInSessionSunJceCryptFactory
- createCrypt(T) - Method in class org.apache.wicket.core.util.crypt.AbstractKeyInSessionCryptFactory
- createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.AbstractDateConverter
-
Creates a new instance of D out of the passed date(time) as long
- createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.DateConverter
- createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.SqlDateConverter
- createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.SqlTimeConverter
- createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.SqlTimestampConverter
- createDefaultResourceReference(ResourceReference.Key) - Method in class org.apache.wicket.request.resource.ResourceReferenceRegistry
-
Creates a default resource reference in case no registry entry and it was requested to create one.
- createDeflater() - Method in class org.apache.wicket.serialize.java.DeflatedJavaSerializer
-
Creates the
Deflater
. - createDisplayComponent(String, IModel<?>) - Method in class org.apache.wicket.extensions.markup.html.repeater.data.table.export.AbstractExportableColumn
-
Creates a
Component
which will be used to display the content of the column in this row. - createErrorMessage(IResource, PageParameters) - Method in class org.apache.wicket.settings.DefaultUnauthorizedResourceRequestListener
- createExportLink(String, IDataExporter) - Method in class org.apache.wicket.extensions.markup.html.repeater.data.table.export.ExportToolbar
-
Creates a new link to the exported data for the provided
IDataExporter
. - createFile() - Method in interface org.apache.wicket.util.io.DeferredFileOutputStream.FileFactory
- createFilter(Class<T>) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- createFooterFilter(String) - Method in class org.apache.wicket.markup.head.filter.JavaScriptFilteredIntoFooterHeaderResponse
- createForm(String, IModel<ClientProperties>) - Method in class org.apache.wicket.markup.html.pages.BrowserInfoForm
-
Creates the form
- createHeaderFilter(String, FilteringHeaderResponse.IHeaderResponseFilter) - Method in class org.apache.wicket.markup.head.filter.JavaScriptFilteredIntoFooterHeaderResponse
- createInstance() - Method in class org.apache.wicket.util.LazyInitializer
-
Creates the lazy value
- createJunctionComponent(String) - Method in class org.apache.wicket.extensions.markup.html.repeater.tree.Node
-
The junction component expands and collapses this node.
- createKeySpec() - Method in class org.apache.wicket.util.crypt.SunJceCrypt
- createLink(String) - Method in class org.apache.wicket.devutils.debugbar.StandardDebugPanel
- createListener(Class<T>) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- createModel() - Method in class org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset
-
Create a model holding this set.
- createNonce() - Method in class org.apache.wicket.csp.ContentSecurityPolicySettings
-
Create a new nonce.
- createOriginHeader() - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Build value to Origin header based on RequestCycle Url
- createPage() - Method in interface org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.PageCreator
-
Deprecated.Creates a new instance of content page.
- createPage() - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Creates a
Page
to test a component withBaseWicketTester.startComponentInPage(Component, IMarkupFragment)
- createPageContext() - Method in class org.apache.wicket.page.PageManager
-
Factory method for an
IPageContext
, returns aDefaultPageContext
by default. - createPageMarkup(String) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Creates the markup that will be used for the automatically created
Page
that will be used to test a component withBaseWicketTester.startComponentInPage(Class, IMarkupFragment)
- createPageRequestHandler(PageProvider) - Method in class org.apache.wicket.DefaultExceptionMapper
-
Creates a
RenderPageRequestHandler
for the target page provided bypageProvider
. - createPageWindow(int, String, int) - Method in class org.apache.wicket.pageStore.disk.PageWindowManager
-
Creates and returns a new page window for given page.
- createParameterSpec() - Method in class org.apache.wicket.util.crypt.SunJceCrypt
- createProxy(Class<?>, IProxyTargetLocator, NamingPolicy) - Static method in class org.apache.wicket.proxy.objenesis.ObjenesisProxyFactory
-
Deprecated.
- createProxy(Class<T>, IProxyTargetLocator) - Method in interface org.apache.wicket.proxy.IProxyFactory
-
Create a proxy.
- createProxy(Class<T>, IProxyTargetLocator) - Static method in class org.apache.wicket.proxy.LazyInitProxyFactory
-
Create a lazy init proxy for the specified type.
- createRedirectHandler(String) - Method in class org.apache.wicket.protocol.https.HttpsMapper
-
Creates the
IRequestHandler
that will be responsible for the redirect - createRedirectUrl(IRequestHandler, Request, Scheme) - Method in class org.apache.wicket.protocol.https.HttpsMapper
-
Constructs a redirect url that should switch the user to the specified
scheme
- createRequestCycle(Request, Response) - Method in class org.apache.wicket.Application
- createResourceResponse(IResource.Attributes, Path) - Method in class org.apache.wicket.resource.FileSystemResource
-
Creates a resource response based on the given attributes
- createSerializableVersionOf(Collection<T>) - Method in class org.apache.wicket.model.util.CollectionModel
-
Creates a serializable version of the object.
- createSerializableVersionOf(List<T>) - Method in class org.apache.wicket.model.util.ListModel
- createSerializableVersionOf(Map<K, V>) - Method in class org.apache.wicket.model.util.MapModel
- createSerializableVersionOf(Set<T>) - Method in class org.apache.wicket.model.util.SetModel
- createSerializableVersionOf(T) - Method in class org.apache.wicket.model.util.GenericBaseModel
-
Creates a serializable version of the object.
- createServlet(Class<T>) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- createSessionIdentifier(IPageContext) - Method in class org.apache.wicket.pageStore.AbstractPersistentPageStore
-
Create an identifier for the given context.
- createTagByAttribute(String, String, String) - Static method in class org.apache.wicket.util.tester.TagTester
-
Static factory method for creating a
TagTester
based on a tag found by an attribute with a specific value. - createTagByName(String, String) - Static method in class org.apache.wicket.util.tester.TagTester
-
Static factory method for creating a
TagTester
based on a tag name. - createTags(String, Function<XmlTag, Boolean>, boolean) - Static method in class org.apache.wicket.util.tester.TagTester
- createTagsByAttribute(String, String, String, boolean) - Static method in class org.apache.wicket.util.tester.TagTester
-
Static factory method for creating a
TagTester
based on tags found by an attribute with a specific value. - createTemporal(LocalDate, LocalTime) - Method in class org.apache.wicket.extensions.markup.html.form.datetime.LocalDateTimeField
- createTemporal(LocalDate, LocalTime) - Method in class org.apache.wicket.extensions.markup.html.form.datetime.ZonedDateTimeField
-
Creates a zoned date time in the systems default zone.
- createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
-
Creates a new instance of D out of the passed date(time) as long
- createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.LocalDateConverter
- createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.LocalDateTimeConverter
- createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.LocalTimeConverter
- createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.ZonedDateTimeConverter
- createWebApplicationContext(WebApplicationContext, WicketFilter) - Method in class org.apache.wicket.spring.SpringWebApplicationFactory
-
Creates and initializes a new
WebApplicationContext
, with the given context as the parent. - CreditCardValidator - Class in org.apache.wicket.validation.validator
-
Checks if a credit card number is valid.
- CreditCardValidator() - Constructor for class org.apache.wicket.validation.validator.CreditCardValidator
-
Construct.
- CreditCardValidator(boolean) - Constructor for class org.apache.wicket.validation.validator.CreditCardValidator
-
Construct.
- CreditCardValidator.CreditCard - Enum in org.apache.wicket.validation.validator
- CROSS_SITE - Static variable in class org.apache.wicket.protocol.http.FetchMetadataResourceIsolationPolicy
- CrossOrigin - Enum in org.apache.wicket.markup.html
-
To be used for the crossOrigin attribute
- CrossOriginEmbedderPolicyConfiguration - Class in org.apache.wicket.coep
-
Specifies the configuration for Cross-Origin Embedder Policy to be used for
CrossOriginEmbedderPolicyRequestCycleListener
. - CrossOriginEmbedderPolicyConfiguration(CrossOriginEmbedderPolicyConfiguration.CoepMode) - Constructor for class org.apache.wicket.coep.CrossOriginEmbedderPolicyConfiguration
- CrossOriginEmbedderPolicyConfiguration(CrossOriginEmbedderPolicyConfiguration.CoepMode, String...) - Constructor for class org.apache.wicket.coep.CrossOriginEmbedderPolicyConfiguration
- CrossOriginEmbedderPolicyConfiguration.CoepMode - Enum in org.apache.wicket.coep
- CrossOriginEmbedderPolicyRequestCycleListener - Class in org.apache.wicket.coep
-
Sets Cross-Origin Embedder Policy (COEP) headers on the responses based on the mode specified by
CrossOriginEmbedderPolicyConfiguration
. - CrossOriginEmbedderPolicyRequestCycleListener(CrossOriginEmbedderPolicyConfiguration) - Constructor for class org.apache.wicket.coep.CrossOriginEmbedderPolicyRequestCycleListener
- CrossOriginOpenerPolicyConfiguration - Class in org.apache.wicket.coop
-
Specifies the configuration for Cross-Origin Opener Policy to be used by
CrossOriginOpenerPolicyRequestCycleListener
when adding COOP headers. - CrossOriginOpenerPolicyConfiguration(CrossOriginOpenerPolicyConfiguration.CoopMode) - Constructor for class org.apache.wicket.coop.CrossOriginOpenerPolicyConfiguration
- CrossOriginOpenerPolicyConfiguration(CrossOriginOpenerPolicyConfiguration.CoopMode, String...) - Constructor for class org.apache.wicket.coop.CrossOriginOpenerPolicyConfiguration
- CrossOriginOpenerPolicyConfiguration.CoopMode - Enum in org.apache.wicket.coop
- CrossOriginOpenerPolicyRequestCycleListener - Class in org.apache.wicket.coop
-
Sets Cross-Origin Opener Policy headers on the responses based on the policy specified by
CrossOriginOpenerPolicyConfiguration
. - CrossOriginOpenerPolicyRequestCycleListener(CrossOriginOpenerPolicyConfiguration) - Constructor for class org.apache.wicket.coop.CrossOriginOpenerPolicyRequestCycleListener
- crypt(byte[], int) - Method in class org.apache.wicket.util.crypt.AbstractCrypt
-
Crypts the given byte array
- crypt(byte[], int) - Method in class org.apache.wicket.util.crypt.SunJceCrypt
-
Crypts the given byte array
- crypt(byte[], int) - Method in class org.apache.wicket.util.crypt.TrivialCrypt
- CryptFactoryCachingDecorator - Class in org.apache.wicket.util.crypt
-
ICryptFactory
decorator that caches the call toICryptFactory.newCrypt()
- CryptFactoryCachingDecorator(ICryptFactory) - Constructor for class org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
-
Construct.
- CryptingPageStore - Class in org.apache.wicket.pageStore
-
A store that encrypts all pages before delegating and vice versa.
- CryptingPageStore(IPageStore, Application) - Constructor for class org.apache.wicket.pageStore.CryptingPageStore
- CryptoMapper - Class in org.apache.wicket.core.request.mapper
-
A request mapper that encrypts URLs generated by another mapper.
- CryptoMapper(IRequestMapper, Supplier<ICrypt>) - Constructor for class org.apache.wicket.core.request.mapper.CryptoMapper
-
Construct.
- CryptoMapper(IRequestMapper, Application) - Constructor for class org.apache.wicket.core.request.mapper.CryptoMapper
-
Encrypt with
SecuritySettings.getCryptFactory()
. - CryptoMapper.HashedSegmentGenerator - Class in org.apache.wicket.core.request.mapper
-
A generator of hashed segments.
- CSP_VIOLATION_REPORTING_URI - Static variable in class org.apache.wicket.csp.CSPHeaderConfiguration
- CSPDirective - Enum in org.apache.wicket.csp
-
An enum holding the possible CSP Directives.
- CSPDirectiveSandboxValue - Enum in org.apache.wicket.csp
-
An enum representing the only possible values for the sandbox directive
- CSPDirectiveSrcValue - Enum in org.apache.wicket.csp
-
An enum holding the default values for -src directives including the mandatory single quotes
- CSPHeaderConfiguration - Class in org.apache.wicket.csp
-
CSPHeaderConfiguration
contains the configuration for a Content-Security-Policy header. - CSPHeaderConfiguration() - Constructor for class org.apache.wicket.csp.CSPHeaderConfiguration
- CSPHeaderMode - Enum in org.apache.wicket.csp
-
Defines the possible headers for a CSP directive.
- CSPNonceHeaderResponseDecorator - Class in org.apache.wicket.csp
-
Add a Content Security Policy (CSP) nonce to all
AbstractCspHeaderItem
s when that is required by the configuration of the CSP. - CSPNonceHeaderResponseDecorator(IHeaderResponse, ContentSecurityPolicySettings) - Constructor for class org.apache.wicket.csp.CSPNonceHeaderResponseDecorator
- CSPRenderable - Interface in org.apache.wicket.csp
-
CSPRenderable
describes a directive that is part of a Content-Security-Policy (CSP in short). - CSPRequestCycleListener - Class in org.apache.wicket.csp
-
An
IRequestCycleListener
that addsContent-Security-Policy
and/orContent-Security-Policy-Report-Only
headers based on the supplied configuration. - CSPRequestCycleListener(ContentSecurityPolicySettings) - Constructor for class org.apache.wicket.csp.CSPRequestCycleListener
- CsrfPreventionRequestCycleListener - Class in org.apache.wicket.protocol.http
-
Deprecated.Use
FetchMetadataResourceIsolationPolicy
instead - CsrfPreventionRequestCycleListener() - Constructor for class org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener
-
Deprecated.
- CsrfPreventionRequestCycleListener.CsrfAction - Enum in org.apache.wicket.protocol.http
-
Deprecated.The action to perform when a missing or conflicting source URI is detected.
- CSS_CLASS_BLUE - Static variable in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow
-
Deprecated.CSS class for window with blue border.
- CSS_CLASS_GRAY - Static variable in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow
-
Deprecated.CSS class for window with gray border.
- CSS_CURRENT_KEY - Static variable in class org.apache.wicket.extensions.ajax.markup.html.modal.TrapFocusBehavior
-
Resource key for a CSS class to be applied to the current active focus-trap.
- CSS_DISABLED_KEY - Static variable in class org.apache.wicket.markup.html.form.AutoLabelResolver
- CSS_ERROR_KEY - Static variable in class org.apache.wicket.markup.html.form.AutoLabelResolver
- CSS_REQUIRED_KEY - Static variable in class org.apache.wicket.markup.html.form.AutoLabelResolver
- CssAcceptingHeaderResponseFilter - Class in org.apache.wicket.markup.head.filter
-
This filter accepts all
CssHeaderItem
s. - CssAcceptingHeaderResponseFilter(String) - Constructor for class org.apache.wicket.markup.head.filter.CssAcceptingHeaderResponseFilter
-
Construct.
- CssAndPageAcceptingHeaderResponseFilter - Class in org.apache.wicket.markup.head.filter
-
This filter accepts all
CssHeaderItem
s andPageHeaderItem
s (header items for the <head> section of the page). - CssAndPageAcceptingHeaderResponseFilter(String) - Constructor for class org.apache.wicket.markup.head.filter.CssAndPageAcceptingHeaderResponseFilter
-
Construct.
- CssContentHeaderItem - Class in org.apache.wicket.markup.head
-
HeaderItem
for internal (embedded in the header) css content. - CssContentHeaderItem(CharSequence, String) - Constructor for class org.apache.wicket.markup.head.CssContentHeaderItem
-
Creates a new
CSSContentHeaderItem
. - CssHeaderItem - Class in org.apache.wicket.markup.head
-
Base class for all
HeaderItem
s that represent stylesheets. - CssHeaderItem() - Constructor for class org.apache.wicket.markup.head.CssHeaderItem
- cssIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
- CssPackageResource - Class in org.apache.wicket.request.resource
-
Package resource for css files.
- CssPackageResource(Class<?>, String, Locale, String, String) - Constructor for class org.apache.wicket.request.resource.CssPackageResource
-
Construct.
- CssReferenceHeaderItem - Class in org.apache.wicket.markup.head
-
HeaderItem
for style tags that are rendered using aResourceReference
. - CssReferenceHeaderItem(ResourceReference, PageParameters, String) - Constructor for class org.apache.wicket.markup.head.CssReferenceHeaderItem
-
Creates a new
CSSReferenceHeaderItem
. - CssReferenceHeaderItem(ResourceReference, PageParameters, String, String) - Constructor for class org.apache.wicket.markup.head.CssReferenceHeaderItem
-
Creates a new
CSSReferenceHeaderItem
. - CssResourceReference - Class in org.apache.wicket.request.resource
-
Static resource reference for css resources.
- CssResourceReference(Class<?>, String) - Constructor for class org.apache.wicket.request.resource.CssResourceReference
-
Construct.
- CssResourceReference(Class<?>, String, Locale, String, String) - Constructor for class org.apache.wicket.request.resource.CssResourceReference
-
Construct.
- CssResourceReference(ResourceReference.Key) - Constructor for class org.apache.wicket.request.resource.CssResourceReference
-
Constructor.
- CssTemplate - Class in org.apache.wicket.util.template
-
Decorates a
TextTemplate
with CSS tags. - CssTemplate(TextTemplate) - Constructor for class org.apache.wicket.util.template.CssTemplate
-
Constructor.
- CssUrlReferenceHeaderItem - Class in org.apache.wicket.markup.head
-
HeaderItem
for style tags that are rendered using a fixed URL, for example resources from an external site or context relative urls. - CssUrlReferenceHeaderItem(String, String) - Constructor for class org.apache.wicket.markup.head.CssUrlReferenceHeaderItem
-
Creates a new
CSSUrlReferenceHeaderItem
. - CssUrlReferenceHeaderItem(String, String, String) - Constructor for class org.apache.wicket.markup.head.CssUrlReferenceHeaderItem
-
Creates a new
CSSUrlReferenceHeaderItem
. - CssUrlReplacer - Class in org.apache.wicket.resource
-
This compressor is used to replace URLs within CSS files with URLs created from PackageResourceReferences that belongs to their corresponding resources (e.g images).The scope of the CSS file is used to create the PackageResourceReferences.
- CssUrlReplacer() - Constructor for class org.apache.wicket.resource.CssUrlReplacer
-
Creates a css url replacer
- CssUrlReplacer(Collection<String>) - Constructor for class org.apache.wicket.resource.CssUrlReplacer
-
Creates a css url replacer
- CssUtils - Class in org.apache.wicket.core.util.string
-
Utility methods for CSS.
- CSVDataExporter - Class in org.apache.wicket.extensions.markup.html.repeater.data.table.export
-
An
IDataExporter
that exports data to a CSV file. - CSVDataExporter() - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.export.CSVDataExporter
-
Creates a new instance.
- cullPageNumber(long) - Method in class org.apache.wicket.markup.html.navigation.paging.PagingNavigationLink
-
Allows the link to cull the page number to the valid range before it is retrieved from the link
- CustomEntityResolver - Class in org.apache.wicket.util.xml
-
entity resolver that tries to locate a document type definition (DTD) using a set of custom entity resolvers
- CustomEntityResolver() - Constructor for class org.apache.wicket.util.xml.CustomEntityResolver
- CustomEntityResolver.EntityKey - Class in org.apache.wicket.util.xml
-
key for entity
- CustomEntityResolver.EntityLocator - Interface in org.apache.wicket.util.xml
-
entity locator
- CustomEntityResolver.ServletApiEntityLocator - Class in org.apache.wicket.util.xml
-
entity locator for resources inside servlet-api.jar
D
- DASH - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
-
Constant for dash.
- DataExportResourceStreamWriter(IDataExporter, DataTable<?, ?>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.export.ExportToolbar.DataExportResourceStreamWriter
-
Creates a new instance using the provided
IDataExporter
to export data. - DataGridView<T> - Class in org.apache.wicket.extensions.markup.html.repeater.data.grid
-
Simple concrete implementation of
AbstractDataGridView
- DataGridView(String, List<? extends ICellPopulator<T>>, IDataProvider<T>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.grid.DataGridView
-
Constructor Notice cells are created in the same order as cell populators in the list
- dataNeedsToBeWritten(IResource.Attributes) - Method in class org.apache.wicket.request.resource.AbstractResource.ResourceResponse
-
Check to determine if the resource data needs to be written.
- DataTable<T,S> - Class in org.apache.wicket.extensions.markup.html.repeater.data.table
-
A data table builds on data grid view to introduce toolbars.
- DataTable(String, List<? extends IColumn<T, S>>, IDataProvider<T>, long) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable
-
Constructor
- DataTable.Caption - Class in org.apache.wicket.extensions.markup.html.repeater.data.table
-
A caption for the table.
- DATATYPE - org.apache.wicket.ajax.attributes.AjaxAttributeName
-
datatype (dt)
- DataView<T> - Class in org.apache.wicket.markup.repeater.data
-
DataView is a basic implementation of
AbstractPageableView
. - DataView(String, IDataProvider<T>) - Constructor for class org.apache.wicket.markup.repeater.data.DataView
- DataView(String, IDataProvider<T>, long) - Constructor for class org.apache.wicket.markup.repeater.data.DataView
- DataViewBase<T> - Class in org.apache.wicket.markup.repeater.data
-
Base class for data views.
- DataViewBase(String, IDataProvider<T>) - Constructor for class org.apache.wicket.markup.repeater.data.DataViewBase
- DateConverter - Class in org.apache.wicket.util.convert.converter
-
Converts from Object to Date.
- DateConverter() - Constructor for class org.apache.wicket.util.convert.converter.DateConverter
- DateTextField - Class in org.apache.wicket.extensions.markup.html.form
-
A TextField that is mapped to a
java.util.Date
object. - DateTextField(String) - Constructor for class org.apache.wicket.extensions.markup.html.form.DateTextField
-
Creates a new DateTextField, without a specified pattern.
- DateTextField(String, String) - Constructor for class org.apache.wicket.extensions.markup.html.form.DateTextField
-
Creates a new DateTextField bound with a specific
SimpleDateFormat
pattern. - DateTextField(String, IModel<Date>) - Constructor for class org.apache.wicket.extensions.markup.html.form.DateTextField
-
Creates a new DateTextField, without a specified pattern.
- DateTextField(String, IModel<Date>, String) - Constructor for class org.apache.wicket.extensions.markup.html.form.DateTextField
-
Creates a new DateTextField bound with a specific
SimpleDateFormat
pattern. - DateValidator - Class in org.apache.wicket.validation.validator
-
Validator for checking if a given date falls within [min,max] range.
- DateValidator() - Constructor for class org.apache.wicket.validation.validator.DateValidator
-
Constructor used for subclasses who want to set the range using
AbstractRangeValidator.setRange(Comparable, Comparable)
- DateValidator(Date, Date) - Constructor for class org.apache.wicket.validation.validator.DateValidator
-
Constructor that sets the minimum and maximum date values.
- DateValidator(Date, Date, String) - Constructor for class org.apache.wicket.validation.validator.DateValidator
-
Constructor that sets the minimum and maximum date values and a custom date formating.
- days() - Method in class org.apache.wicket.util.time.Duration
-
Deprecated.Retrieves the number of days of the current
Duration
. - days(double) - Static method in class org.apache.wicket.util.time.Duration
-
Deprecated.Retrieves the
Duration
based on days. - days(int) - Static method in class org.apache.wicket.util.time.Duration
-
Deprecated.Retrieves the
Duration
based on days. - debug() - Method in class org.apache.wicket.markup.parser.TagStack
-
Configure this stack to call log.debug at operations
- debug(Serializable) - Method in class org.apache.wicket.Component
-
Registers a debug feedback message for this component
- debug(Serializable) - Method in interface org.apache.wicket.feedback.IFeedbackContributor
- debug(Serializable) - Method in class org.apache.wicket.Session
-
Registers an debug feedback message for this session
- debug(Component, Serializable) - Method in class org.apache.wicket.feedback.FeedbackMessages
-
Adds a new ui message with level DEBUG to the current messages.
- DEBUG - Static variable in class org.apache.wicket.feedback.FeedbackMessage
-
Constant for debug level.
- DEBUG_BAR_CONTRIB - Static variable in class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
- DEBUG_BAR_CONTRIB - Static variable in class org.apache.wicket.devutils.debugbar.PageStoreDebugPanel
- DEBUG_BAR_CONTRIB - Static variable in class org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel
- DEBUG_BAR_CONTRIB - Static variable in class org.apache.wicket.devutils.debugbar.VersionDebugContributor
- DEBUG_CSS_CLASS_KEY - Static variable in class org.apache.wicket.feedback.FeedbackMessage
- DebugBar - Class in org.apache.wicket.devutils.debugbar
-
The debug bar is for use during development.
- DebugBar(String) - Constructor for class org.apache.wicket.devutils.debugbar.DebugBar
-
Construct.
- DebugBar(String, boolean) - Constructor for class org.apache.wicket.devutils.debugbar.DebugBar
-
Construct.
- DebugBarInitializer - Class in org.apache.wicket.devutils.debugbar
-
Debug bar module initializer
- DebugBarInitializer() - Constructor for class org.apache.wicket.devutils.debugbar.DebugBarInitializer
- debugComponentTrees() - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Dumps the
Component
trees. - debugComponentTrees(String) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
Dumps the
Component
trees to log. - DebugSettings - Class in org.apache.wicket.jmx.wrapper
-
Exposes Application related functionality for JMX.
- DebugSettings - Class in org.apache.wicket.settings
-
Settings class for various debug settings
- DebugSettings() - Constructor for class org.apache.wicket.settings.DebugSettings
- DebugSettings(Application) - Constructor for class org.apache.wicket.jmx.wrapper.DebugSettings
-
Create.
- DebugSettingsMBean - Interface in org.apache.wicket.jmx
-
Debug settings.
- dec(HttpSessionEvent) - Method in class org.apache.wicket.metrics.aspects.session.SessionCountListener
-
Used to wire an aspect around
- DEC - org.apache.wicket.metrics.WicketMetrics.CounterOperation
-
Decrements
- declareRoles(String...) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- decode(String) - Method in class org.apache.wicket.authentication.strategy.DefaultAuthenticationStrategy
-
This method will decode decrypted cookie value based on application needs
- decode(String) - Static method in class org.apache.wicket.util.LongEncoder
-
Decodes value using the default alphabet: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
- decode(String, String) - Method in class org.apache.wicket.util.encoding.UrlDecoder
- decode(String, String) - Static method in class org.apache.wicket.util.LongEncoder
-
Decodes value using the specified alphabet
- decode(String, Charset) - Method in class org.apache.wicket.util.encoding.UrlDecoder
- 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
- decodeParameters(String, PageParameters) - Static method in class org.apache.wicket.protocol.http.RequestUtils
-
Decode the provided queryString as a series of key/ value pairs and set them in the provided value map.
- decodeResourceReferenceAttributes(String) - Static method in class org.apache.wicket.resource.ResourceUtil
-
Reads resource reference attributes (style, locale, variation) encoded in the given string.
- decodeResourceReferenceAttributes(Url) - Static method in class org.apache.wicket.resource.ResourceUtil
-
Reads resource reference attributes (style, locale, variation) encoded in the given URL.
- decorate(IHeaderResponse) - Method in class org.apache.wicket.markup.head.filter.FilteringHeaderResponse
-
Decorate the given response used to get contents.
- decorate(IHeaderResponse) - Method in class org.apache.wicket.markup.html.HeaderResponseDecoratorCollection
- decorate(IHeaderResponse) - Method in interface org.apache.wicket.markup.html.IHeaderResponseDecorator
-
The method that does the decorating of the IHeaderResponse.
- decorate(IValidationError, IValidatable<String>) - Method in class org.apache.wicket.extensions.validation.validator.RfcCompliantEmailAddressValidator
-
Allows subclasses to decorate reported errors
- decorate(IValidationError, IValidatable<String>) - Method in class org.apache.wicket.validation.validator.CreditCardValidator
-
Allows subclasses to decorate reported errors
- decorate(IValidationError, IValidatable<String>) - Method in class org.apache.wicket.validation.validator.PatternValidator
-
Allows subclasses to decorate reported errors
- decorate(IValidationError, IValidatable<String>) - Method in class org.apache.wicket.validation.validator.StringValidator
- decorate(IValidationError, IValidatable<String>) - Method in class org.apache.wicket.validation.validator.UrlValidator
-
Allows subclasses to decorate reported errors
- decorate(IValidationError, IValidatable<Date>) - Method in class org.apache.wicket.validation.validator.DateValidator
- decorate(IValidationError, IValidatable<V>) - Method in class org.apache.wicket.validation.validator.AbstractRangeValidator
-
Allows subclasses to decorate reported errors
- decorated - Variable in class org.apache.wicket.util.template.TextTemplateDecorator
-
The decorated
TextTemplate
. - decorateHeaderResponse(IHeaderResponse) - Method in class org.apache.wicket.Application
-
INTERNAL METHOD - You shouldn't need to call this.
- decorateResponse(AbstractResource.ResourceResponse, IStaticCacheableResource) - Method in class org.apache.wicket.request.resource.caching.FilenameWithVersionResourceCachingStrategy
-
set resource caching to maximum and set cache-visibility to 'public'
- decorateResponse(AbstractResource.ResourceResponse, IStaticCacheableResource) - Method in interface org.apache.wicket.request.resource.caching.IResourceCachingStrategy
-
decorate resource response
- decorateResponse(AbstractResource.ResourceResponse, IStaticCacheableResource) - Method in class org.apache.wicket.request.resource.caching.NoOpResourceCachingStrategy
- decorateResponse(AbstractResource.ResourceResponse, IStaticCacheableResource) - Method in class org.apache.wicket.request.resource.caching.QueryStringWithVersionResourceCachingStrategy
- decorateUrl(ResourceUrl, IStaticCacheableResource) - Method in class org.apache.wicket.request.resource.caching.FilenameWithVersionResourceCachingStrategy
- decorateUrl(ResourceUrl, IStaticCacheableResource) - Method in interface org.apache.wicket.request.resource.caching.IResourceCachingStrategy
-
add caching related information to filename + parameters
- decorateUrl(ResourceUrl, IStaticCacheableResource) - Method in class org.apache.wicket.request.resource.caching.NoOpResourceCachingStrategy
- decorateUrl(ResourceUrl, IStaticCacheableResource) - Method in class org.apache.wicket.request.resource.caching.QueryStringWithVersionResourceCachingStrategy
- DecoratingHeaderResponse - Class in org.apache.wicket.markup.html
-
This is simply a helper implementation of IHeaderResponse that really delegates all of its method calls to the IHeaderResponse that is passed into the constructor.
- DecoratingHeaderResponse(IHeaderResponse) - Constructor for class org.apache.wicket.markup.html.DecoratingHeaderResponse
-
Create a header response that simply delegates all methods to the one that is passed in here.
- decrypt(byte[]) - Method in class org.apache.wicket.core.util.crypt.AbstractJceCrypt
-
Decrypts an encrypted byte array.
- decrypt(byte[]) - Method in class org.apache.wicket.core.util.crypt.AESCrypt
- decrypt(byte[], SecretKey) - Method in class org.apache.wicket.pageStore.crypt.DefaultCrypter
- decrypt(byte[], SecretKey) - Method in class org.apache.wicket.pageStore.crypt.GCMSIVCrypter
- decrypt(byte[], SecretKey) - Method in interface org.apache.wicket.pageStore.crypt.ICrypter
- decryptEntireUrl(Request, Url) - Method in class org.apache.wicket.core.request.mapper.CryptoMapper
-
Decrypts an entire URL, which was previously encrypted by
CryptoMapper.encryptEntireUrl(org.apache.wicket.request.Url)
. - decryptRequestListenerParameter(Request, Url) - Method in class org.apache.wicket.core.request.mapper.CryptoMapper
-
Decrypts a URL which may contain an encrypted
PageComponentInfo
query parameter. - decryptUrl(Request, Url) - Method in class org.apache.wicket.core.request.mapper.CryptoMapper
-
Decrypts a
Url
. - decryptUrlSafe(String) - Method in class org.apache.wicket.core.util.crypt.AbstractJceCrypt
-
Decrypts a string into a string.
- decryptUrlSafe(String) - Method in class org.apache.wicket.util.crypt.AbstractCrypt
-
Decrypts a string into a string.
- decryptUrlSafe(String) - Method in interface org.apache.wicket.util.crypt.ICrypt
-
Decrypts a string using URL and filename safe Base64 decoding.
- decryptUrlSafe(String) - Method in class org.apache.wicket.util.crypt.NoCrypt
-
Decrypts a string into a string.
- DeepChildFirstVisitor - Class in org.apache.wicket.markup.renderStrategy
- DeepChildFirstVisitor() - Constructor for class org.apache.wicket.markup.renderStrategy.DeepChildFirstVisitor
-
Construct.
- DEFAULT - Static variable in class org.apache.wicket.ajax.AjaxChannel
-
The default channel for all Ajax calls
- DEFAULT - Static variable in class org.apache.wicket.util.LongEncoder
-
default alphabet that should be safe to use in most circumstances, while still providing good shortening of long values
- DEFAULT_CHARSET - Static variable in class org.apache.wicket.extensions.util.encoding.CharSetMap
-
The default charset when nothing else is applicable.
- DEFAULT_CONTENT_TYPE - Static variable in class org.apache.wicket.util.resource.AbstractStringResourceStream
-
The content-type applied in case the resource stream's default constructor is used
- DEFAULT_CONTENT_TYPE - Static variable in class org.apache.wicket.util.template.PackageTextTemplate
-
The content type used if not provided in the constructor
- DEFAULT_CRYPT_METHOD - Static variable in class org.apache.wicket.util.crypt.SunJceCrypt
-
Name of the default encryption method
- DEFAULT_ENCODING - Static variable in class org.apache.wicket.util.template.PackageTextTemplate
-
The encoding used if not provided in the constructor
- DEFAULT_ENCRYPTION_KEY - Static variable in class org.apache.wicket.settings.SecuritySettings
-
Deprecated, for removal: This API element is subject to removal in a future version.
- DEFAULT_GO_MODEL - Static variable in class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.GoFilter
- DEFAULT_HEADER_FILTER_NAME - Static variable in class org.apache.wicket.markup.head.filter.FilteringHeaderResponse
-
The default name of the filter that will collect contributions which should be rendered in the page's <head>
- DEFAULT_NAME - Static variable in class org.apache.wicket.ajax.AjaxChannel
-
The name of the default channel
- DEFAULT_SESSIONID_COOKIE_NAME - Static variable in class org.apache.wicket.util.cookies.CookieUtils
- DEFAULT_SRC - org.apache.wicket.csp.CSPDirective
- DEFAULT_TYPE - Static variable in class org.apache.wicket.ajax.AjaxChannel
-
The type of the default channel
- defaultAlgorithm() - Method in class org.apache.wicket.util.diff.Diff
- DefaultAuthenticationStrategy - Class in org.apache.wicket.authentication.strategy
-
Wicket's default implementation of an authentication strategy.
- DefaultAuthenticationStrategy(String) - Constructor for class org.apache.wicket.authentication.strategy.DefaultAuthenticationStrategy
-
Deprecated, for removal: This API element is subject to removal in a future version.supply a crypt instead TODO remove in Wicket 10
- DefaultAuthenticationStrategy(String, String) - Constructor for class org.apache.wicket.authentication.strategy.DefaultAuthenticationStrategy
-
Deprecated, for removal: This API element is subject to removal in a future version.supply a crypt instead TODO remove in Wicket 10
- DefaultAuthenticationStrategy(String, ICrypt) - Constructor for class org.apache.wicket.authentication.strategy.DefaultAuthenticationStrategy
-
This is the recommended constructor to be used, which allows automatic authentication across application restarts.
- DefaultBreadCrumbsModel - Class in org.apache.wicket.extensions.breadcrumb
-
Default breadcrumb model implementation that should be good for 99% of the use cases out there.
- DefaultBreadCrumbsModel() - Constructor for class org.apache.wicket.extensions.breadcrumb.DefaultBreadCrumbsModel
-
Construct.
- DefaultButtonImageResource - Class in org.apache.wicket.markup.html.image.resource
-
Automatically generates a basic button image.
- DefaultButtonImageResource(int, int, String) - Constructor for class org.apache.wicket.markup.html.image.resource.DefaultButtonImageResource
- DefaultButtonImageResource(String) - Constructor for class org.apache.wicket.markup.html.image.resource.DefaultButtonImageResource
- DefaultButtonImageResourceFactory - Class in org.apache.wicket.markup.html.image.resource
-
A factory which creates default button images.
- DefaultButtonImageResourceFactory() - Constructor for class org.apache.wicket.markup.html.image.resource.DefaultButtonImageResourceFactory
- DefaultCacheImplementation() - Constructor for class org.apache.wicket.markup.MarkupCache.DefaultCacheImplementation
-
Construct.
- DefaultClassResolver - Class in org.apache.wicket.application
-
Resolves a class by using the classloader that loaded this class.
- DefaultClassResolver() - Constructor for class org.apache.wicket.application.DefaultClassResolver
- DefaultCleanupFeedbackMessageFilter - Class in org.apache.wicket.feedback
-
The default message filter used to cleanup feedback messages.
- DefaultCleanupFeedbackMessageFilter() - Constructor for class org.apache.wicket.feedback.DefaultCleanupFeedbackMessageFilter
- DefaultCrypter - Class in org.apache.wicket.pageStore.crypt
-
Default encryption and decryption implementation.
- DefaultCrypter() - Constructor for class org.apache.wicket.pageStore.crypt.DefaultCrypter
- DefaultCssAutoCompleteTextField<T> - Class in org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
An
AutoCompleteTextField
which automatically includes the default CSS for the suggestions. - DefaultCssAutoCompleteTextField(String) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.DefaultCssAutoCompleteTextField
-
Constructor.
- DefaultCssAutoCompleteTextField(String, IModel<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.DefaultCssAutoCompleteTextField
-
Construct.
- DefaultDataTable<T,S> - Class in org.apache.wicket.extensions.markup.html.repeater.data.table
-
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard
DataTable
. - DefaultDataTable(String, List<? extends IColumn<T, S>>, ISortableDataProvider<T, S>, int) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.DefaultDataTable
-
Constructor
- DefaultExceptionMapper - Class in org.apache.wicket
-
If an exception is thrown when a page is being rendered this mapper will decide which error page to show depending on the exception type and
application configuration
- DefaultExceptionMapper() - Constructor for class org.apache.wicket.DefaultExceptionMapper
- defaultIfEmpty(String, String) - Static method in class org.apache.wicket.util.string.Strings
-
Returns the original string if this one is not empty (i.e.
- defaultIfNull(T, T) - Static method in class org.apache.wicket.util.lang.Objects
-
Returns the original object if this one is != null.
- DefaultItemReuseStrategy - Class in org.apache.wicket.markup.repeater
-
Implementation of
IItemReuseStrategy
that returns new items every time. - DefaultItemReuseStrategy() - Constructor for class org.apache.wicket.markup.repeater.DefaultItemReuseStrategy
- DefaultJavaScriptCompressor - Class in org.apache.wicket.javascript
-
Wicket default implementation of a javascript compressor
- DefaultJavaScriptCompressor() - Constructor for class org.apache.wicket.javascript.DefaultJavaScriptCompressor
- DefaultLinkParser - Class in org.apache.wicket.extensions.markup.html.basic
-
This implementation adds link render strategies for email addresses and urls.
- DefaultLinkParser() - Constructor for class org.apache.wicket.extensions.markup.html.basic.DefaultLinkParser
-
Default constructor.
- DefaultMapperContext - Class in org.apache.wicket
-
Wicket's default implementation for the mapper context
- DefaultMapperContext() - Constructor for class org.apache.wicket.DefaultMapperContext
-
Constructor.
- DefaultMapperContext(Application) - Constructor for class org.apache.wicket.DefaultMapperContext
-
Constructor.
- DefaultMarkupCacheKeyProvider - Class in org.apache.wicket.markup
-
Wicket default implementation for the cache key used to reference the cached markup resource stream.
- DefaultMarkupCacheKeyProvider() - Constructor for class org.apache.wicket.markup.DefaultMarkupCacheKeyProvider
-
Constructor.
- DefaultMarkupIdGenerator - Class in org.apache.wicket
-
An implementation of IMarkupIdGenerator that uses the Session to generate sequence numbers for the component markup ids.
- DefaultMarkupIdGenerator() - Constructor for class org.apache.wicket.DefaultMarkupIdGenerator
- DefaultMarkupLoader - Class in org.apache.wicket.markup.loader
-
This is Wickets default markup loader.
- DefaultMarkupLoader() - Constructor for class org.apache.wicket.markup.loader.DefaultMarkupLoader
-
Constructor.
- DefaultMarkupResourceStreamProvider - Class in org.apache.wicket.markup
-
Wicket default implementation for loading the markup resource stream associated with a MarkupContainer.
- DefaultMarkupResourceStreamProvider() - Constructor for class org.apache.wicket.markup.DefaultMarkupResourceStreamProvider
-
Constructor.
- DefaultMarkupSourcingStrategy - Class in org.apache.wicket.markup.html.panel
-
This is a no-op sourcing strategy implementing the default behavior for most components.
- DefaultNestedTree<T> - Class in org.apache.wicket.extensions.markup.html.repeater.tree
-
An implementation of the NestedTree that aims to solve the 90% usecase by using
Folder
s on a standardNestedTree
. - DefaultNestedTree(String, ITreeProvider<T>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.DefaultNestedTree
-
Construct.
- DefaultNestedTree(String, ITreeProvider<T>, IModel<? extends Set<T>>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.DefaultNestedTree
-
Construct.
- defaultNullLabel() - Method in class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel
-
Override this to display a different value when the model object is null.
- defaultNullLabel() - Method in class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableMultiLineLabel
-
Override this to display a different value when the model object is null.
- DefaultPageContext - Class in org.apache.wicket.pageStore
-
Default page context using
RequestCycle.getRequest()
andSession.get()
. - DefaultPageContext() - Constructor for class org.apache.wicket.pageStore.DefaultPageContext
- DefaultPageFactory - Class in org.apache.wicket.session
-
A factory that constructs Pages.
- DefaultPageFactory() - Constructor for class org.apache.wicket.session.DefaultPageFactory
- DefaultPageLockManager - Class in org.apache.wicket.page
-
Default
IPageLockManager
that holds a map of locks in the current session. - DefaultPageLockManager(Duration) - Constructor for class org.apache.wicket.page.DefaultPageLockManager
-
Constructor
- DefaultPageManagerProvider - Class in org.apache.wicket
-
A provider of a
PageManager
managing @link IManageablePage}s with a default chain ofIPageStore
s:RequestPageStore
keeping pages until end of the requestCachingPageStore
caching with an ...InSessionPageStore
keeping the last accessed page in the sessionSerializingPageStore
serializing all pages (so they are available for back-button)AsynchronousPageStore
moving storage of pages to an asynchronous worker thread (enabled by default withStoreSettings.isAsynchronous()
)CryptingPageStore
encrypting all pages (disabled by default inStoreSettings.isEncrypted()
)DiskPageStore
persisting all pages, configured according toStoreSettings
An alternative chain with all pages held in-memory could be:RequestPageStore
keeping pages until end of the requestCachingPageStore
caching with an ...InSessionPageStore
keeping the last accessed page in the sessionSerializingPageStore
serializing all pages (so they are available for back-button)AsynchronousPageStore
moving storage of pages to a worker threadInMemoryPageStore
keeping all pages in memory ... - DefaultPageManagerProvider(Application) - Constructor for class org.apache.wicket.DefaultPageManagerProvider
-
Constructor.
- DefaultPropertyLocator() - Constructor for class org.apache.wicket.core.util.lang.PropertyResolver.DefaultPropertyLocator
- DefaultPropertyResolver - Class in org.apache.wicket.bean.validation
-
Default property resolver.
- DefaultPropertyResolver() - Constructor for class org.apache.wicket.bean.validation.DefaultPropertyResolver
- DefaultResourceReferenceFactory() - Constructor for class org.apache.wicket.request.resource.ResourceReferenceRegistry.DefaultResourceReferenceFactory
- defaultSchemes - Variable in class org.apache.wicket.validation.validator.UrlValidator
-
If no schemes are provided, default to this set of protocols.
- DefaultSecureRandomSupplier - Class in org.apache.wicket.core.random
- DefaultSecureRandomSupplier() - Constructor for class org.apache.wicket.core.random.DefaultSecureRandomSupplier
- DefaultTableTree<T,S> - Class in org.apache.wicket.extensions.markup.html.repeater.tree
- DefaultTableTree(String, List<? extends IColumn<T, S>>, ISortableTreeProvider<T, S>, int) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.DefaultTableTree
-
Construct.
- DefaultTableTree(String, List<? extends IColumn<T, S>>, ISortableTreeProvider<T, S>, int, IModel<? extends Set<T>>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.tree.DefaultTableTree
-
Construct.
- DefaultTheme - Class in org.apache.wicket.extensions.ajax.markup.html.modal.theme
-
Default theme for
ModalDialog
. - DefaultTheme - Class in org.apache.wicket.extensions.markup.html.form.palette.theme
-
A default theme for a
Palette
. - DefaultTheme() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.modal.theme.DefaultTheme
- DefaultTheme() - Constructor for class org.apache.wicket.extensions.markup.html.form.palette.theme.DefaultTheme
- DefaultUnauthorizedResourceRequestListener - Class in org.apache.wicket.settings
-
An IUnauthorizedResourceRequestListener that schedules a response with status code 403 (Forbidden)
- DefaultUnauthorizedResourceRequestListener() - Constructor for class org.apache.wicket.settings.DefaultUnauthorizedResourceRequestListener
- DefaultValidatorProvider - Class in