- 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
-
- 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, String) - Constructor for exception org.apache.wicket.request.http.flow.AbortWithHttpErrorCodeException
-
Constructor
- AbortWithHttpErrorCodeException(int) - 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.
- 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
-
- 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 autoassist specific details and allows subclasses to only render the
visual part of the assist instead of having to also render the necessary autoassist 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.
- AbstractCachingPageStore<P> - Class in org.apache.wicket.pageStore
-
- AbstractCachingPageStore(ISerializer, IDataStore, SecondLevelPageCache<String, Integer, P>) - Constructor for class org.apache.wicket.pageStore.AbstractCachingPageStore
-
Constructor.
- AbstractCaptchaForm<T> - Class in org.apache.wicket.examples.captcha
-
- AbstractCaptchaForm(String) - Constructor for class org.apache.wicket.examples.captcha.AbstractCaptchaForm
-
Constructor.
- AbstractCGLibInterceptor(Class<?>, IProxyTargetLocator) - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory.AbstractCGLibInterceptor
-
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<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<? 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>, 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
-
- 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>, S) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
-
- AbstractColumn(IModel<String>) - 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
- AbstractDataExporter - Class in org.apache.wicket.extensions.markup.html.repeater.data.table.export
-
- 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
-
- AbstractExportableColumn(IModel<String>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.export.AbstractExportableColumn
-
- AbstractExportableColumn(IModel<String>, S) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.export.AbstractExportableColumn
-
- 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
-
- 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(String, 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(long, IModel<?>) - Constructor for class org.apache.wicket.markup.html.list.AbstractItem
-
Constructor
- AbstractItem(long) - Constructor for class org.apache.wicket.markup.html.list.AbstractItem
-
Constructor
- AbstractJavaScriptReferenceHeaderItem - Class in org.apache.wicket.markup.head
-
A
HeaderItem
that supports
async,
defer and
charset attributes
- AbstractJavaScriptReferenceHeaderItem(String, boolean, String) - Constructor for class org.apache.wicket.markup.head.AbstractJavaScriptReferenceHeaderItem
-
Constructor.
- 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
-
- 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.
- AbstractListener() - Constructor for class org.apache.wicket.ajax.AjaxRequestTarget.AbstractListener
-
Deprecated.
- 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
-
- 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(MarkupResourceStream) - Constructor for class org.apache.wicket.markup.AbstractMarkupParser
-
Constructor.
- AbstractMarkupParser(String) - 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, IModel<? extends Collection<? extends T>>) - Constructor for class org.apache.wicket.markup.repeater.AbstractPageableView
-
Constructor
- AbstractPageableView(String) - Constructor for class org.apache.wicket.markup.repeater.AbstractPageableView
-
- 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
-
- AbstractPageManager - Class in org.apache.wicket.page
-
- AbstractPageManager(IPageManagerContext) - Constructor for class org.apache.wicket.page.AbstractPageManager
-
Construct.
- AbstractPageStore - Class in org.apache.wicket.pageStore
-
- AbstractPageStore(ISerializer, IDataStore) - Constructor for class org.apache.wicket.pageStore.AbstractPageStore
-
- 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(R, R) - Constructor for class org.apache.wicket.validation.validator.AbstractRangeValidator
-
Constructor that sets the minimum and maximum values.
- AbstractRangeValidator() - Constructor for class org.apache.wicket.validation.validator.AbstractRangeValidator
-
- AbstractRangeValidator.Mode - Enum in org.apache.wicket.validation.validator
-
Validator mode
- AbstractReadOnlyModel<T> - Class in org.apache.wicket.model
-
- AbstractReadOnlyModel() - Constructor for class org.apache.wicket.model.AbstractReadOnlyModel
-
Deprecated.
- 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
- AbstractRequestCycleListener - Class in org.apache.wicket.request.cycle
-
- AbstractRequestCycleListener() - Constructor for class org.apache.wicket.request.cycle.AbstractRequestCycleListener
-
Deprecated.
- 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
-
- 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
-
- AbstractResourceStreamWriter() - Constructor for class org.apache.wicket.util.resource.AbstractResourceStreamWriter
-
- AbstractRoleAuthorizationStrategy - Class in org.apache.wicket.authroles.authorization.strategies.role
-
- 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<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<? extends List<? extends 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<? extends 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>>, 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, IModel<?>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSubmitLink
-
Construct.
- AbstractSubmitLink(String) - 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.
- AbstractSubmitLink(String, 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(IModel<?>, DataTable<?, ?>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractToolbar
-
Constructor
- AbstractToolbar(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
-
- 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
-
- AbstractTreePage - Class in org.apache.wicket.examples.tree
-
- AbstractTreePage() - Constructor for class org.apache.wicket.examples.tree.AbstractTreePage
-
- 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
-
- AbstractWrapModel() - Constructor for class org.apache.wicket.model.AbstractWrapModel
-
- 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(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(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 - 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
-
- activate(IBreadCrumbParticipant) - Method in class org.apache.wicket.extensions.breadcrumb.DefaultBreadCrumbsModel
-
Activates the bread crumb participant.
- activate(IBreadCrumbPanelFactory) - Method in class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanel
-
- 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.
- activateConversationalContext(RequestCycle, String) - Method in class org.apache.wicket.cdi.CdiContainer
-
Activates the conversational context and starts the conversation with the specified cid
- activateForHandler(IRequestHandler) - Method in class org.apache.wicket.cdi.ConversationPropagator
-
Determines whether or not a conversation should be activated fro the specified handler.
- adapt(IPageManager) - Method in class org.apache.wicket.page.PageAccessSynchronizer
-
Wraps a page manager with this synchronizer
- add(Component...) - Method in class org.apache.wicket.ajax.AjaxRequestHandler
-
- add(Component, String) - Method in class org.apache.wicket.ajax.AjaxRequestHandler
-
- 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, String) - Method in interface org.apache.wicket.core.request.handler.IPartialPageRequestHandler
-
Adds a component to the list of components to be rendered
- add(Component...) - Method in interface org.apache.wicket.core.request.handler.IPartialPageRequestHandler
-
Adds components to the list of components to be rendered.
- add(Contact) - Method in class org.apache.wicket.examples.repeater.ContactsDatabase
-
- add(Contact) - Method in class org.apache.wicket.examples.spring.common.ContactDaoImpl
-
- add(Foo) - Method in class org.apache.wicket.examples.tree.FooExpansion
-
- add(IValidator<T>) - Method in class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel
-
Adds a validator to this form component.
- add(T) - Method in class org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset
-
- add(Component...) - Method in class org.apache.wicket.extensions.wizard.AjaxWizardButtonBar
-
- 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(IFormValidator) - Method in class org.apache.wicket.extensions.wizard.WizardStep
-
Adds a form validator.
- add(FeedbackMessage) - Method in class org.apache.wicket.feedback.FeedbackMessages
-
Adds a message.
- add(Component, Serializable, int) - Method in class org.apache.wicket.feedback.FeedbackMessages
-
Adds a message
- 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(IFormValidator) - Method in class org.apache.wicket.markup.html.form.Form
-
Adds a form validator to the form.
- 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(IMarkupFilter) - Method in class org.apache.wicket.markup.MarkupParser
-
Add a markup filter
- add(IMarkupFilter, Class<? extends IMarkupFilter>) - Method in class org.apache.wicket.markup.MarkupParser
-
Add a markup filter before the 'beforeFilter'
- add(IMarkupFilter) - Method in class org.apache.wicket.markup.MarkupParser.MarkupFilterList
-
- add(IMarkupFilter, Class<? extends IMarkupFilter>) - Method in class org.apache.wicket.markup.MarkupParser.MarkupFilterList
-
Insert a markup filter before a another one.
- add(Component...) - Method in class org.apache.wicket.MarkupContainer
-
Adds the child component(s) to this container.
- 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(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(AbstractRequestWrapperFactory) - Method in class org.apache.wicket.protocol.http.servlet.FilterFactoryManager
-
Add a filter factory
- add(Component, String) - Method in class org.apache.wicket.protocol.ws.api.WebSocketRequestHandler
-
- add(Component...) - Method in class org.apache.wicket.protocol.ws.api.WebSocketRequestHandler
-
- add(IRequestMapper) - Method in class org.apache.wicket.request.mapper.CompoundRequestMapper
-
- add(IRequestMapper) - Method in interface org.apache.wicket.request.mapper.ICompoundRequestMapper
-
- 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, int, INamedParameters.Type) - Method in interface org.apache.wicket.request.mapper.parameter.INamedParameters
-
Adds named parameter to a specified position.
- add(String, Object) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
-
Adds a page parameter to these with name
and value
- add(String, Object, INamedParameters.Type) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
-
- add(String, Object, int, INamedParameters.Type) - Method in class org.apache.wicket.request.mapper.parameter.PageParameters
-
- add(ICssCompressor) - Method in class org.apache.wicket.resource.CompositeCssCompressor
-
Adds a ICssCompressor to the list of delegates.
- add(IJavaScriptCompressor) - Method in class org.apache.wicket.resource.CompositeJavaScriptCompressor
-
Adds a IJavaScriptCompressor to the list of delegates.
- add(IEventDispatcher) - Method in class org.apache.wicket.settings.FrameworkSettings
-
Registers a new event dispatcher
- add(Class<?>, String, Locale, String, String, IResource) - Method in class org.apache.wicket.SharedResources
-
Adds a resource.
- 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(E) - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
-
Deprecated.
- add(T) - Method in class org.apache.wicket.util.listener.ListenerCollection
-
Adds a listener to this set of listeners.
- add(String) - Method in class org.apache.wicket.util.string.StringList
-
Adds a string to the back of this list.
- add(int, String) - Method in class org.apache.wicket.util.string.StringList
-
Adds the string to the stringlist at position pos.
- 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
-
Adds a given Duration
to this Duration
.
- add(Duration) - Method in class org.apache.wicket.util.time.Time
-
Adds the given Duration
to this Time
object, moving the time into
the future.
- add(String, String) - Method in class org.apache.wicket.util.value.ValueMap
-
Adds the value to this ValueMap
with the given key.
- add(IModifiable, IChangeListener<IModifiable>) - Method in interface org.apache.wicket.util.watch.IModificationWatcher
-
Adds an IModifiable
object and an IChangeListener
object to call
when the modifiable object is modified.
- add(IModifiable, IChangeListener<IModifiable>) - Method in class org.apache.wicket.util.watch.ModificationWatcher
-
- add(IValidator<T>) - Method in class org.apache.wicket.validation.CompoundValidator
-
Adds an IValidator
to the chain of validators.
- addAcceptedOrigin(String) - Method in class org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener
-
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 Foo>) - Method in class org.apache.wicket.examples.tree.FooExpansion
-
- addAll(Collection<? extends T>) - Method in class org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset
-
- addAll(Cookie[]) - Method in class org.apache.wicket.protocol.http.mock.CookieCollection
-
calls add on each cookie
- addAll(List<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.ajax.AjaxRequestHandler
-
- 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
- addChildren(MarkupContainer, Class<?>) - Method in class org.apache.wicket.protocol.ws.api.WebSocketRequestHandler
-
- 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, Time) - Method in class org.apache.wicket.mock.MockWebRequest
-
Adds date header for given name.
- 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.request.HttpHeaderCollection
-
add date header value
- 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.
- addDelta(Delta) - Method in class org.apache.wicket.util.diff.Revision
-
Adds a delta to this revision.
- 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
-
- addExpectedAttribute(String, String) - Method in class org.apache.wicket.protocol.http.documentvalidation.Tag
-
Deprecated.
Add an expected attribute to this tag.
- addExpectedChild(DocumentElement) - Method in class org.apache.wicket.protocol.http.documentvalidation.Tag
-
Deprecated.
Add an expected child to this tag.
- 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, String) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
-
- addFilter(String, Filter) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
-
- addFilter(String, Class<? extends 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
-
- addIllegalAttribute(String) - Method in class org.apache.wicket.protocol.http.documentvalidation.Tag
-
Deprecated.
Add the name of an attribute that is NOT expected for this tag.
- 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
-
Adds more javascript to the ajax response that will be executed on the client side
- 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.
- 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.
- 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(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(String) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
-
- addListener(T) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
-
- addListener(Class<? extends EventListener>) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
-
- 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
-
- addLocation(URL) - Static method in class org.apache.wicket.application.ReloadingClassLoader
-
Add the location of a directory containing class files
- addLocation(Object, int, int) - Method in class org.apache.wicket.markup.head.ResourceAggregator.RecordedHeaderItem
-
Records a location at which the item was added.
- addMarkupElement(MarkupElement) - Method in class org.apache.wicket.markup.Markup
-
Add a MarkupElement
- addMarkupElement(int, 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.
- 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
-
- addPolygonArea(AbstractLink, int...) - Method in class org.apache.wicket.markup.html.link.ClientSideImageMap
-
Adds a polygon-shaped area defined by coordinates.
- addProvidedResources(HeaderItem...) - Method in class org.apache.wicket.resource.bundles.ResourceBundleReference
-
- 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(JavaScriptResourceReference, ResourceReference) - Method in class org.apache.wicket.protocol.http.WebApplication
-
Registers a replacement resource for the given javascript resource.
- addResourceReplacement(CssResourceReference, ResourceReference) - Method in class org.apache.wicket.protocol.http.WebApplication
-
Registers a replacement resource for the given CSS resource.
- addResponseFilter(IResponseFilter) - Method in class org.apache.wicket.settings.RequestCycleSettings
-
Adds a response filter to the list.
- Address - Class in org.apache.wicket.examples.compref
-
An address.
- Address() - Constructor for class org.apache.wicket.examples.compref.Address
-
Construct.
- addRootElement(DocumentElement) - Method in class org.apache.wicket.protocol.http.documentvalidation.HtmlDocumentValidator
-
Deprecated.
Add a root element to the validator.
- addSecuredRemoteAddressRequestWrapperFactory(FilterConfig) - Method in class org.apache.wicket.protocol.http.servlet.FilterFactoryManager
-
Add a Secure remote address web filter factory
- 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
-
- addServlet(String, Class<? extends 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, Object) - Method in class org.apache.wicket.markup.head.MetaDataHeaderItem
-
Add a tag attribute to the item.
- addTagAttribute(String) - Method in class org.apache.wicket.markup.head.MetaDataHeaderItem
-
Add a minimized 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
- 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)
- AdminAnnotationsBookmarkablePage - Class in org.apache.wicket.examples.authorization.pages
-
Bookmarkable page that may only be accessed by users that have role ADMIN.
- AdminAnnotationsBookmarkablePage() - Constructor for class org.apache.wicket.examples.authorization.pages.AdminAnnotationsBookmarkablePage
-
Construct.
- AdminAnnotationsInternalPage - Class in org.apache.wicket.examples.authorization.pages
-
Non-bookmarkable page that may only be accessed by users that have role ADMIN.
- AdminAnnotationsInternalPage(String) - Constructor for class org.apache.wicket.examples.authorization.pages.AdminAnnotationsInternalPage
-
Construct.
- AdminBookmarkablePage - Class in org.apache.wicket.examples.authorization.pages
-
Bookmarkable page that may only be accessed by users that have role ADMIN.
- AdminBookmarkablePage() - Constructor for class org.apache.wicket.examples.authorization.pages.AdminBookmarkablePage
-
Construct.
- AdminInternalPage - Class in org.apache.wicket.examples.authorization.pages
-
Non-bookmarkable page that may only be accessed by users that have role ADMIN.
- AdminInternalPage(String) - Constructor for class org.apache.wicket.examples.authorization.pages.AdminInternalPage
-
Construct.
- AdminPage - Class in org.apache.wicket.examples.authentication3
-
A page only accessible by a user in the ADMIN role.
- AdminPage() - Constructor for class org.apache.wicket.examples.authentication3.AdminPage
-
- advance(MetaPattern) - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
-
Advance parsing to the next element.
- AdvancedTreePage - Class in org.apache.wicket.examples.tree
-
- AdvancedTreePage() - Constructor for class org.apache.wicket.examples.tree.AdvancedTreePage
-
Construct.
- 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.
- afterFirst(char) - Method in class org.apache.wicket.util.string.StringValue
-
Gets the substring after the first occurrence given char.
- 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(String, char) - Static method in class org.apache.wicket.util.string.Strings
-
Returns everything after the last occurrence of the given character in s.
- afterLast(char) - Method in class org.apache.wicket.util.string.StringValue
-
Gets the substring after the last occurrence given char.
- 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
-
- agentmain(String, Instrumentation) - Static method in class org.apache.wicket.util.instrument.ObjectSizeOfAgent
-
Initializes agent when it is attached to an already running JVM.
- AjaxApplication - Class in org.apache.wicket.examples.ajax.builtin
-
Application object for the wicked ajax examples
- AjaxApplication() - Constructor for class org.apache.wicket.examples.ajax.builtin.AjaxApplication
-
- 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, IModel<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>, 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
-
- 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.
- AjaxDataTablePage - Class in org.apache.wicket.examples.repeater
-
- AjaxDataTablePage() - Constructor for class org.apache.wicket.examples.repeater.AjaxDataTablePage
-
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
-
- AjaxDownloadBehavior(ResourceReference) - Constructor for class org.apache.wicket.extensions.ajax.AjaxDownloadBehavior
-
- AjaxDownloadBehavior(ResourceReference, PageParameters) - Constructor for class org.apache.wicket.extensions.ajax.AjaxDownloadBehavior
-
- AjaxDownloadBehavior.Location - Enum in org.apache.wicket.extensions.ajax
-
- AjaxDownloadPage - Class in org.apache.wicket.examples.ajax.builtin
-
Ajax download.
- AjaxDownloadPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.AjaxDownloadPage
-
Constructor
- AjaxDownloadPage.StaticResource - Class in org.apache.wicket.examples.ajax.builtin
-
- AjaxEditableChoiceLabel<T> - Class in org.apache.wicket.extensions.ajax.markup.html
-
- AjaxEditableChoiceLabel(String) - 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, List<? extends 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.
- 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.
- 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
-
- 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
-
- 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
-
- AjaxFallbackOrderByBorder(String, S, ISortStateLocator<S>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort.AjaxFallbackOrderByBorder
-
Constructor
- AjaxFallbackOrderByLink<S> - Class in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
-
- AjaxFallbackOrderByLink(String, S, ISortStateLocator<S>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort.AjaxFallbackOrderByLink
-
Deprecated.
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 a Ajax Component Update Behavior that is meant for choices/groups that are not one
component in the html but many.
- 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.
- AjaxHelloBrowser - Class in org.apache.wicket.examples.ajaxhellobrowser
-
A demo usage of AjaxBrowserInfoForm
- AjaxHelloBrowser() - Constructor for class org.apache.wicket.examples.ajaxhellobrowser.AjaxHelloBrowser
-
Constructor.
- 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
-
- 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
-
- 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.
- 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
-
- AjaxOrderByLink<S> - Class in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
-
- 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.AbstractListener - Class in org.apache.wicket.ajax
-
- AjaxRequestTarget.IJavaScriptResponse - Interface in org.apache.wicket.ajax
-
An ajax javascript response that allows users to add javascript to be executed on the client
side
- 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
-
- 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.
- AjaxServerAndClientTimeFilter - Class in org.apache.wicket.response.filter
-
This is a filter that injects javascript code to the top head portion and after the body so that
the time can me measured what the client parse time was for this page.
- AjaxServerAndClientTimeFilter() - Constructor for class org.apache.wicket.response.filter.AjaxServerAndClientTimeFilter
-
- AjaxStatelessExample - Class in org.apache.wicket.examples.stateless
-
- AjaxStatelessExample(PageParameters) - Constructor for class org.apache.wicket.examples.stateless.AjaxStatelessExample
-
Constructor that is invoked when page is invoked without a session.
- 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
- AjaxWizardButtonBar - Class in org.apache.wicket.extensions.wizard
-
- 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 - 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
- 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_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
-
- 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.
- AllowAllAuthorizationStrategy() - Constructor for class org.apache.wicket.authorization.IAuthorizationStrategy.AllowAllAuthorizationStrategy
-
- allowHandler(HttpServletRequest, String, IRequestablePage) - Method in class org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener
-
- allStepsComplete() - Method in class org.apache.wicket.extensions.wizard.WizardModel
-
- AlternativePageFromWebContext - Class in org.apache.wicket.examples.customresourceloading
-
- AlternativePageFromWebContext() - Constructor for class org.apache.wicket.examples.customresourceloading.AlternativePageFromWebContext
-
Constructor
- ALWAYS_FALSE - Static variable in interface org.apache.wicket.model.IModelComparator
-
A model comparator that always returns false
- AM - Static variable in class org.apache.wicket.util.time.TimeOfDay
-
Constant for AM time.
- 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.
- AnnotationsPanelsPage - Class in org.apache.wicket.examples.authorization.pages
-
Bookmarkable page that may only be accessed by users that have role ADMIN.
- AnnotationsPanelsPage() - Constructor for class org.apache.wicket.examples.authorization.pages.AnnotationsPanelsPage
-
Construct.
- AnnotationsRoleAuthorizationStrategy - Class in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
- AnnotationsRoleAuthorizationStrategy(IRoleCheckingStrategy) - Constructor for class org.apache.wicket.authroles.authorization.strategies.role.annotations.AnnotationsRoleAuthorizationStrategy
-
Construct.
- AnnotPage - Class in org.apache.wicket.examples.spring.annot.web
-
- AnnotPage() - Constructor for class org.apache.wicket.examples.spring.annot.web.AnnotPage
-
- AnnotProxyFieldValueFactory - Class in org.apache.wicket.spring.injection.annot
-
- 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
-
- 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(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(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(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(AppendingStringBuffer) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the specified AppendingStringBuffer to this AppendingStringBuffer.
- append(StringBuilder) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the specified AppendingStringBuffer to this AppendingStringBuffer.
- 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(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(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(float) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
-
Appends the string representation of the float
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.
- 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
and
java.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.ajax.AjaxRequestHandler
-
- appendJavaScript(CharSequence) - Method in interface org.apache.wicket.core.request.handler.IPartialPageRequestHandler
-
Adds javascript 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.
- appendJavaScript(CharSequence) - Method in class org.apache.wicket.protocol.ws.api.WebSocketRequestHandler
-
- 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.RadioChoice
-
Generates and appends html for a single choice into the provided buffer
- Application - Class in org.apache.wicket
-
Base class for all Wicket applications.
- Application() - Constructor for class org.apache.wicket.Application
-
Constructor.
- application - Variable in class org.apache.wicket.DefaultPageManagerProvider
-
- application() - Method in class org.apache.wicket.examples.spring.common.SpringConfig
-
- Application - Class in org.apache.wicket.jmx.wrapper
-
Exposes Application related functionality for JMX.
- 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
-
- ApplicationCounter - Class in org.apache.wicket.examples.cdi
-
- ApplicationCounter() - Constructor for class org.apache.wicket.examples.cdi.ApplicationCounter
-
- 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(Application) - Constructor for class org.apache.wicket.jmx.wrapper.ApplicationSettings
-
Create.
- ApplicationSettings - Class in org.apache.wicket.settings
-
* Settings class for application settings.
- ApplicationSettings() - Constructor for class org.apache.wicket.settings.ApplicationSettings
-
- 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.
- apply(IPageManagerContext) - Method in class org.apache.wicket.DefaultPageManagerProvider
-
- apply(C) - Method in interface org.apache.wicket.util.IContextProvider
-
Deprecated.
- apply(Statement, Description) - Method in class org.apache.wicket.util.tester.WicketTesterScope
-
- 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
- ArrayListStack<T> - Class in org.apache.wicket.util.collections
-
- ArrayListStack(int) - Constructor for class org.apache.wicket.util.collections.ArrayListStack
-
Deprecated.
Construct.
- ArrayListStack() - Constructor for class org.apache.wicket.util.collections.ArrayListStack
-
Deprecated.
Construct.
- ArrayListStack(Collection<T>) - Constructor for class org.apache.wicket.util.collections.ArrayListStack
-
Deprecated.
Construct.
- arrayToString(Object[]) - Static method in class org.apache.wicket.util.diff.Diff
-
Converts an array of
Object
to a string using
Diff.NL
as the
line separator.
- arrayToString(Object[]) - Static method in class org.apache.wicket.util.diff.ToString
-
Converts an array of
Object
to a string Use the value of the
line.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
- asArray(Map<String, Object>) - Static method in class org.apache.wicket.ajax.json.JsonUtils
-
Converts a Map to JSONArray suitable for jQuery#param().
- asLined(Collection<?>) - Static method in class org.apache.wicket.util.tester.WicketTesterHelper
-
A toString
method for the given Collection
.
- 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(Component) - Method in class org.apache.wicket.util.tester.WicketTester
-
- assertComponentOnAjaxResponse(String) - Method in class org.apache.wicket.util.tester.WicketTester
-
- 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
-
- 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
.
- assertListView(String, List<?>) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
- assertListView(String, List<?>) - Method in class org.apache.wicket.util.tester.WicketTester
-
Deprecated.
- 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 a
String
- 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.examples.hangman.Letter
-
- asString() - Method in class org.apache.wicket.examples.hangman.Word
-
- asString(boolean) - Method in class org.apache.wicket.examples.hangman.Word
-
- 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(Map<String, ?>) - Method in class org.apache.wicket.util.template.TextTemplate
-
Interpolates the Map
of variables with the content and returns the resulting
String
without replacing the content.
- 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.TextTemplateDecorator
-
Returns the decorated contents as a String
.
- AsynchronousDataStore - Class in org.apache.wicket.pageStore
-
Facade for
IDataStore
that does the actual saving in worker thread.
- AsynchronousDataStore(IDataStore, int) - Constructor for class org.apache.wicket.pageStore.AsynchronousDataStore
-
Construct.
- AsynchronousPageStore - Class in org.apache.wicket.pageStore
-
- AsynchronousPageStore(IPageStore, int) - Constructor for class org.apache.wicket.pageStore.AsynchronousPageStore
-
Deprecated.
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.
- atTag() - Method in class org.apache.wicket.markup.MarkupStream
-
- AttributeAppender - Class in org.apache.wicket.behavior
-
AttributeModifier that appends the given value, rather than replace it.
- 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 the
separator
.
- 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 the
separator
.
- 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<?>, 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
-
ValueMap
for 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, IModel<?>) - Constructor for class org.apache.wicket.AttributeModifier
-
Create a new attribute modifier with the given attribute name and model to replace with.
- 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.MarkerValue - Enum in org.apache.wicket
-
Special attribute value markers.
- Attributes(Request, Response, PageParameters) - Constructor for class org.apache.wicket.request.resource.IResource.Attributes
-
Construct.
- Attributes(Request, Response) - 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, IModel<?>) - 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, IModel<?>, 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
- Audio(String, IModel<?>, ResourceReference, PageParameters) - 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, IModel<?>, 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<?>, String, 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(String, String) - Method in class org.apache.wicket.examples.authentication1.SignInSession
-
Checks the given username and password, returning a User object if if the username and
password identify a valid user.
- authenticate(String, String) - Method in class org.apache.wicket.examples.authentication2.SignIn2Session
-
Checks the given username and password, returning a User object if if the username and
password identify a valid user.
- authenticate(String, String) - Method in class org.apache.wicket.examples.authentication3.MyAuthenticatedWebSession
-
- authenticate(String, String) - Method in class org.apache.wicket.examples.library.LibrarySession
-
Checks the given username and password, returning a User object if if the username and
password identify a valid user.
- 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
-
- AuthenticatedWebPage - Interface in org.apache.wicket.examples.authentication1
-
Marker interface to indicate that a page should be viewable by authenticated users only.
- AuthenticatedWebPage - Class in org.apache.wicket.examples.authentication2
-
Base class to check access to a page.
- AuthenticatedWebPage() - Constructor for class org.apache.wicket.examples.authentication2.AuthenticatedWebPage
-
- AuthenticatedWebPage - Class in org.apache.wicket.examples.library
-
Ensures that user is authenticated in session.
- AuthenticatedWebPage() - Constructor for class org.apache.wicket.examples.library.AuthenticatedWebPage
-
- 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(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(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(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(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
-
- authorizeAll(Action) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.ActionPermissions
-
Remove all authorization for the given action.
- 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(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
-
- AuthorizeResource - Annotation Type in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
Annotation for configuring what roles are allowed for requesting the annotated resource.
- 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
-
- autoBeginIfNecessary(Page, IRequestHandler, Conversation) - Method in class org.apache.wicket.cdi.ConversationPropagator
-
- 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
-
- 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
- AutoCompletePage - Class in org.apache.wicket.examples.ajax.builtin
-
Page that demos the ajax auto complete text field
- AutoCompletePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.AutoCompletePage
-
Constructor
- AutoCompleteSettings - Class in org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
- AutoCompleteSettings() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteSettings
-
- AutoCompleteTextField<T> - Class in org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
- 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, 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>, AutoCompleteSettings) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor for given model.
- AutoCompleteTextField(String, IModel<T>) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor for the given model.
- AutoCompleteTextField(String, AutoCompleteSettings) - Constructor for class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField
-
Constructor.
- AutoCompleteTextField(String) - 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, 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, 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.
- 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.
- 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
-
- AutoConversationManager(IConversationPropagation) - Constructor for class org.apache.wicket.cdi.AutoConversationManager
-
- AutoConversationPage1 - Class in org.apache.wicket.examples.cdi
-
- AutoConversationPage1() - Constructor for class org.apache.wicket.examples.cdi.AutoConversationPage1
-
- AutoConversationPage2 - Class in org.apache.wicket.examples.cdi
-
- AutoConversationPage2() - Constructor for class org.apache.wicket.examples.cdi.AutoConversationPage2
-
- autoEnable - Static variable in class org.apache.wicket.markup.resolver.AutoLinkResolver.AutolinkBookmarkablePageLink
-
When using 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
-
- autoEndIfNecessary(Page, IRequestHandler, Conversation) - Method in class org.apache.wicket.cdi.ConversationPropagator
-
- 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
-
- 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's
label
without requiring a manual extra component
such as
Label
or
FormComponentLabel
.
- 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.
- avoidAjaxSerialization() - Method in class org.apache.wicket.extensions.markup.html.form.palette.component.AbstractOptions
-
A piece of javascript to avoid serializing the options during AJAX serialization.
- BACKSLASH - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
-
Constant for backslash.
- BAD - Static variable in class org.apache.wicket.examples.library.Book
-
Bad book
- Banner - Class in org.apache.wicket.examples.template
-
Base class for banners.
- Banner(String) - Constructor for class org.apache.wicket.examples.template.Banner
-
Construct.
- Banner(String, IModel<?>) - Constructor for class org.apache.wicket.examples.template.Banner
-
Construct.
- Banner1<T> - Class in org.apache.wicket.examples.template
-
A banner.
- Banner1(String) - Constructor for class org.apache.wicket.examples.template.Banner1
-
Construct.
- Banner1(String, IModel<?>) - Constructor for class org.apache.wicket.examples.template.Banner1
-
Construct.
- Banner2<T> - Class in org.apache.wicket.examples.template
-
A banner.
- Banner2(String) - Constructor for class org.apache.wicket.examples.template.Banner2
-
Construct.
- Banner2(String, IModel<?>) - Constructor for class org.apache.wicket.examples.template.Banner2
-
Construct.
- Base64 - Class in org.apache.wicket.util.crypt
-
- Base64() - Constructor for class org.apache.wicket.util.crypt.Base64
-
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(boolean) - Constructor for class org.apache.wicket.util.crypt.Base64
-
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
- Base64(int) - Constructor for class org.apache.wicket.util.crypt.Base64
-
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[]) - Constructor for class org.apache.wicket.util.crypt.Base64
-
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[], boolean) - Constructor for class org.apache.wicket.util.crypt.Base64
-
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- BaseDataResource<T> - Class in org.apache.wicket.request.resource
-
- BaseDataResource(String) - Constructor for class org.apache.wicket.request.resource.BaseDataResource
-
- 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
- BasePage - Class in org.apache.wicket.examples.ajax.builtin
-
Base page for ajax example
- BasePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.BasePage
-
Constructor
- BasePage - Class in org.apache.wicket.examples.authentication3
-
A base page accessible by everybody - no authorization required.
- BasePage() - Constructor for class org.apache.wicket.examples.authentication3.BasePage
-
- BasePage - Class in org.apache.wicket.examples.authorization
-
- BasePage() - Constructor for class org.apache.wicket.examples.authorization.BasePage
-
- BasePage - Class in org.apache.wicket.examples.events
-
Base page for events examples
- BasePage() - Constructor for class org.apache.wicket.examples.events.BasePage
-
Constructor
- BasePage - Class in org.apache.wicket.examples.repeater
-
Base page for component demo pages.
- BasePage() - Constructor for class org.apache.wicket.examples.repeater.BasePage
-
Constructor
- BasePage - Class in org.apache.wicket.examples.spring.common.web
-
Base page class.
- BasePage() - Constructor for class org.apache.wicket.examples.spring.common.web.BasePage
-
Construct.
- 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
-
- 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 a WebApplication
, 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 a WebApplication
.
- BaseWicketTester(WebApplication) - 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, boolean) - 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
-
- BaseWicketTester.TestFilterConfig - Class in org.apache.wicket.util.tester
-
- BasicResourceReferenceMapper - Class in org.apache.wicket.core.request.mapper
-
- BasicResourceReferenceMapper(IPageParametersEncoder, Supplier<? extends IResourceCachingStrategy>) - Constructor for class org.apache.wicket.core.request.mapper.BasicResourceReferenceMapper
-
Construct.
- Bean() - Constructor for class org.apache.wicket.examples.ajax.builtin.FormPage.Bean
-
- beanManager - Variable in class org.apache.wicket.cdi.CdiContainer
-
- BeanManagerLookup - Class in org.apache.wicket.cdi
-
Defines several strategies for looking up a CDI BeanManager in a portable
way.
- BeanValidationApplication - Class in org.apache.wicket.examples.bean.validation
-
- BeanValidationApplication() - Constructor for class org.apache.wicket.examples.bean.validation.BeanValidationApplication
-
- 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
-
- BeanValidationPage - Class in org.apache.wicket.examples.bean.validation
-
- BeanValidationPage() - Constructor for class org.apache.wicket.examples.bean.validation.BeanValidationPage
-
- before() - Method in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
-
- beforeAdd() - Method in class org.apache.wicket.metrics.aspects.ajax.IPartialPageRequestHandlerAddAspect
-
Collects data how often components calls add
- BeforeAndAfterBorder - Class in org.apache.wicket.examples.forminput
-
Simple example to show how a border works.
- BeforeAndAfterBorder() - Constructor for class org.apache.wicket.examples.forminput.BeforeAndAfterBorder
-
- beforeAppendJavaScript() - Method in class org.apache.wicket.metrics.aspects.ajax.IPartialPageRequestHandlerAppendJavaScriptAspect
-
Collects data how often components calls appendJavaScript
- 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.
- beforeFirst(char) - Method in class org.apache.wicket.util.string.StringValue
-
Gets the substring before the first 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.
- beforeLast(char) - Method in class org.apache.wicket.util.string.StringValue
-
Gets the substring before the last occurrence given char.
- 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(Component) - Method in class org.apache.wicket.behavior.Behavior
-
Called when a component is about to render.
- beforeRender() - Method in class org.apache.wicket.Component
-
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
- beforeRender(Component) - Method in class org.apache.wicket.extensions.markup.html.repeater.tree.table.NodeBorder
-
- 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.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
- 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.
- BeginnersTreePage - Class in org.apache.wicket.examples.tree
-
- BeginnersTreePage() - Constructor for class org.apache.wicket.examples.tree.BeginnersTreePage
-
Construct.
- 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
-
- BehaviorInstantiationListenerCollection - Class in org.apache.wicket
-
- BehaviorInstantiationListenerCollection() - Constructor for class org.apache.wicket.BehaviorInstantiationListenerCollection
-
- benchmark(ICode, Logger) - Static method in class org.apache.wicket.util.time.Duration
-
Benchmark the given command.
- benchmark(Runnable) - Static method in class org.apache.wicket.util.time.Duration
-
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
-
- 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
-
- BinaryMessage(byte[], int, int) - Constructor for class org.apache.wicket.protocol.ws.api.message.BinaryMessage
-
Constructor.
- 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(Application) - Method in class org.apache.wicket.cdi.CdiContainer
-
Binds this container instance to the
Application
, making it possible to retrieve it
later
- bind(Component) - Method in class org.apache.wicket.extensions.ajax.markup.html.AjaxIndicatorAppender
-
- 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.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() - Method in class org.apache.wicket.markup.html.image.resource.LocalizedImageResource
-
Binds this resource if it is shared
- bind(Component) - Method in class org.apache.wicket.markup.transformer.XsltTransformerBehavior
-
- bind(Request, Session) - Method in class org.apache.wicket.mock.MockSessionStore
-
- 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() - Method in class org.apache.wicket.page.DefaultPageManagerContext
-
- bind() - Method in interface org.apache.wicket.page.IPageManagerContext
-
Tells Wicket to bind the current session.
- bind() - Method in class org.apache.wicket.page.RequestAdapter
-
Bind the session
- bind() - Method in class org.apache.wicket.Session
-
Force binding this session to the application's
session store
if not
already done so.
- 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.
- bind(Component) - Method in class org.apache.wicket.validation.CompoundValidator
-
- bindingSession(Request, Session) - Method in interface org.apache.wicket.session.ISessionStore.BindListener
-
Informs the listener that a session is about to be bound.
- BlobImageResource - Class in org.apache.wicket.markup.html.image.resource
-
An ImageResource subclass for dynamic images that come from database BLOB fields.
- BlobImageResource(String) - Constructor for class org.apache.wicket.markup.html.image.resource.BlobImageResource
-
Construct.
- BlobImageResource() - Constructor for class org.apache.wicket.markup.html.image.resource.BlobImageResource
-
Construct.
- 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, IModel<?>, MarkupContainer) - Constructor for class org.apache.wicket.markup.html.border.Body
-
Construct.
- Body(String, MarkupContainer) - Constructor for class org.apache.wicket.markup.html.border.Body
-
Construct.
- 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.
- BodyFrame - Class in org.apache.wicket.examples.frames
-
Body frame page for the frames example.
- BodyFrame() - Constructor for class org.apache.wicket.examples.frames.BodyFrame
-
Constructor
- 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
-
- 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, ByteOrderMark...) - Constructor for class org.apache.wicket.util.io.BOMInputStream
-
Constructs a new BOM InputStream that excludes the specified BOMs.
- 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.
- Book - Class in org.apache.wicket.examples.compref
-
A book.
- Book() - Constructor for class org.apache.wicket.examples.compref.Book
-
Construct.
- Book - Class in org.apache.wicket.examples.library
-
An example POJO model.
- Book(String, String, boolean) - Constructor for class org.apache.wicket.examples.library.Book
-
Constructor
- Book - Class in org.apache.wicket.examples.linkomatic
-
Simple book model.
- Book(String) - Constructor for class org.apache.wicket.examples.linkomatic.Book
-
Constructor
- Book.WritingStyle - Class in org.apache.wicket.examples.library
-
Typesafe enumeration for writing styles
- BookDetails - Class in org.apache.wicket.examples.library
-
A book details page.
- BookDetails(PageParameters) - Constructor for class org.apache.wicket.examples.library.BookDetails
-
Constructor for calls from external page links
- BookDetails(Book) - Constructor for class org.apache.wicket.examples.library.BookDetails
-
Constructor
- BookDetails - Class in org.apache.wicket.examples.linkomatic
-
A book details page.
- BookDetails(Book) - Constructor for class org.apache.wicket.examples.linkomatic.BookDetails
-
Constructor
- BookmarkableFolderContent - Class in org.apache.wicket.examples.tree.content
-
- BookmarkableFolderContent(AbstractTree<Foo>) - Constructor for class org.apache.wicket.examples.tree.content.BookmarkableFolderContent
-
- BookmarkableListenerRequestHandler - Class in org.apache.wicket.core.request.handler
-
- 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.
- BookmarkablePage - Class in org.apache.wicket.examples.compref
-
Example page that cannot be bookmarked.
- BookmarkablePage(PageParameters) - Constructor for class org.apache.wicket.examples.compref.BookmarkablePage
-
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.
- BookmarkablePageLinkPage - Class in org.apache.wicket.examples.compref
-
- BookmarkablePageLinkPage() - Constructor for class org.apache.wicket.examples.compref.BookmarkablePageLinkPage
-
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 - 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.
- BorderPage - Class in org.apache.wicket.examples.compref
-
- BorderPage() - Constructor for class org.apache.wicket.examples.compref.BorderPage
-
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
-
- BORING - Static variable in class org.apache.wicket.examples.library.Book
-
Boring book
- 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.
- BreadCrumbApplication - Class in org.apache.wicket.examples.breadcrumb
-
Application class for the bread crumb example.
- BreadCrumbApplication() - Constructor for class org.apache.wicket.examples.breadcrumb.BreadCrumbApplication
-
- 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
-
- BreadCrumbLink(String, IBreadCrumbModel) - Constructor for class org.apache.wicket.extensions.breadcrumb.BreadCrumbLink
-
Construct.
- BreadCrumbModelListenerSupport - Class in org.apache.wicket.extensions.breadcrumb
-
- BreadCrumbModelListenerSupport() - Constructor for class org.apache.wicket.extensions.breadcrumb.BreadCrumbModelListenerSupport
-
- BreadCrumbPanel - Class in org.apache.wicket.extensions.breadcrumb.panel
-
- 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
-
- BreadCrumbPanelLink(String, BreadCrumbPanel, Class<? extends BreadCrumbPanel>) - Constructor for class org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanelLink
-
Construct.
- 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.
- BreadCrumbParticipantDelegate - Class in org.apache.wicket.extensions.breadcrumb.panel
-
- 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.
- Broadcast - Enum in org.apache.wicket.event
-
Defines the event broadcast type.
- 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(Application, String, IKey, IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.util.tester.WebSocketTester
-
Broadcasts/pushes a message to specific web socket connection
- 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
- broadcastMessage(IWebSocketMessage) - 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.
- BrowserPanel - Class in org.apache.wicket.devutils.diskstore.browser
-
A panel that shows the data about pages in the data store
- BrowserPanel(String) - Constructor for class org.apache.wicket.devutils.diskstore.browser.BrowserPanel
-
Construct.
- 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
-
- 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.
- buildHeader(String) - Method in class org.apache.wicket.examples.homepage.HomePage
-
- buildHeader(String) - Method in class org.apache.wicket.examples.WicketExamplePage
-
- 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, IModel<?>) - Method in class org.apache.wicket.markup.html.image.ExternalImage
-
Builds the src attribute
- buildSrcAttribute(ComponentTag) - Method in class org.apache.wicket.markup.html.image.Image
-
Builds the src attribute
- 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
- buildSrcSetAttribute(ComponentTag) - Method in class org.apache.wicket.markup.html.image.Image
-
Builds the srcset attribute if multiple localizedImageResources are found as varargs
- buildUrl(AbstractBookmarkableMapper.UrlInfo) - Method in class org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper
-
- 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).
- ButtonPage - Class in org.apache.wicket.examples.compref
-
- ButtonPage() - Constructor for class org.apache.wicket.examples.compref.ButtonPage
-
Constructor
- 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
-
- ByteArrayResource(String) - Constructor for class org.apache.wicket.request.resource.ByteArrayResource
-
- 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(Response) - Constructor for class org.apache.wicket.response.ByteArrayResponse
-
Constructor
- ByteArrayResponse() - 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
-
- ByteOrderMark(String, int...) - Constructor for class org.apache.wicket.util.io.ByteOrderMark
-
Construct a new BOM.
- Bytes - Class in org.apache.wicket.util.lang
-
Represents an immutable byte count.
- bytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
-
Instantiate immutable Bytes value object..
- bytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
-
Instantiate immutable Bytes value object..
- bytes() - Method in class org.apache.wicket.util.lang.Bytes
-
Gets the byte count represented by this value object.
- 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
the cache will accept up to before
evicting the oldest entries.
- CachingResourceVersion(IResourceVersion, int) - Constructor for class org.apache.wicket.request.resource.caching.version.CachingResourceVersion
-
create version cache
the cache will accept a maximum number of entries specified
by
maxEntries
before evicting the oldest entries.
- cachingStrategy - Variable in class org.apache.wicket.core.request.mapper.BasicResourceReferenceMapper
-
resource caching strategy
- CachingSunJceCryptFactory - Class in org.apache.wicket.util.crypt
-
Default crypt factory.
- CachingSunJceCryptFactory(String) - Constructor for class org.apache.wicket.util.crypt.CachingSunJceCryptFactory
-
Construct.
- CageForm<T> - Class in org.apache.wicket.examples.captcha
-
A demo form that shows how to use
Cage
library
- CageForm(String) - Constructor for class org.apache.wicket.examples.captcha.CageForm
-
Constructor.
- 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
-
- 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
-
- callOnError(IFormSubmitter) - Method in class org.apache.wicket.markup.html.form.Form
-
Calls onError on this
Form
and any enabled and visible nested form, if the respective
Form
actually has errors.
- canBeAsynchronous() - Method in class org.apache.wicket.pageStore.AsynchronousDataStore
-
- canBeAsynchronous() - Method in class org.apache.wicket.pageStore.AsynchronousPageStore
-
Deprecated.
- canBeAsynchronous() - Method in class org.apache.wicket.pageStore.DefaultPageStore
-
- canBeAsynchronous() - Method in class org.apache.wicket.pageStore.DiskDataStore
-
- canBeAsynchronous() - Method in interface org.apache.wicket.pageStore.IDataStore
-
- canBeAsynchronous() - Method in interface org.apache.wicket.pageStore.IPageStore
-
- canBeAsynchronous() - Method in class org.apache.wicket.pageStore.memory.HttpSessionDataStore
-
- canBeAsynchronous() - Method in class org.apache.wicket.pageStore.PerSessionPageStore
-
- 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
-
- canBeRegistered() - Method in class org.apache.wicket.request.resource.SharedResourceReference
-
- canCallListener(Component) - Method in class org.apache.wicket.behavior.Behavior
-
- canCallListener() - Method in class org.apache.wicket.Component
-
- canCallListener() - Method in class org.apache.wicket.markup.html.image.Image
-
- 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
-
- 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.
- Captcha - Class in org.apache.wicket.examples.captcha
-
Captcha example page.
- Captcha() - Constructor for class org.apache.wicket.examples.captcha.Captcha
-
Constructor.
- CaptchaApplication - Class in org.apache.wicket.examples.captcha
-
Application class for the captcha example.
- CaptchaApplication() - Constructor for class org.apache.wicket.examples.captcha.CaptchaApplication
-
- CaptchaForm<T> - Class in org.apache.wicket.examples.captcha
-
A demo form that uses Wicket's default captcha image resource
- CaptchaForm(String) - Constructor for class org.apache.wicket.examples.captcha.CaptchaForm
-
Construct.
- 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(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.
- CaptchaImageResource(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.
- caseDiff - Static variable in class org.apache.wicket.util.encoding.UrlEncoder
-
- 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.
- CdiApplication - Class in org.apache.wicket.examples.cdi
-
- CdiApplication() - Constructor for class org.apache.wicket.examples.cdi.CdiApplication
-
- CdiConfiguration - Class in org.apache.wicket.cdi
-
Configures CDI integration
- CdiConfiguration(BeanManager) - Constructor for class org.apache.wicket.cdi.CdiConfiguration
-
Constructor
- CdiContainer - Class in org.apache.wicket.cdi
-
Provides access to CDI features from inside a Wicket request
- CdiContainer(BeanManager, INonContextualManager) - Constructor for class org.apache.wicket.cdi.CdiContainer
-
Constructor
- CdiExamplePage - Class in org.apache.wicket.examples.cdi
-
- CdiExamplePage() - Constructor for class org.apache.wicket.examples.cdi.CdiExamplePage
-
- CdiHomePage - Class in org.apache.wicket.examples.cdi
-
- CdiHomePage() - Constructor for class org.apache.wicket.examples.cdi.CdiHomePage
-
- CGLibInterceptor(Class<?>, IProxyTargetLocator) - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory.CGLibInterceptor
-
- ChainingModel<T> - Class in org.apache.wicket.model
-
Default implementation of IChainingModel
- 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.
- 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
-
- CharSequenceResource(String) - Constructor for class org.apache.wicket.request.resource.CharSequenceResource
-
- 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(Properties) - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetMap
-
Constructs a charset map from properties.
- CharSetMap(InputStream) - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetMap
-
Constructs a charset map read from a stream.
- CharSetMap(File) - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetMap
-
Constructs a charset map read from a property file.
- CharSetMap(String) - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetMap
-
Constructs a charset map read from a property file path.
- CharSetUtil - Class in org.apache.wicket.extensions.util.encoding
-
Utility class.
- CharSetUtil() - Constructor for class org.apache.wicket.extensions.util.encoding.CharSetUtil
-
Constructor
- ChartsResourceReference - Class in org.apache.wicket.examples.websocket.charts
-
A resource reference that contributes 'charts.js' - the JavaScript that registers the WebSocket client
and constructs the Google chart.
- ChartsResourceReference() - Constructor for class org.apache.wicket.examples.websocket.charts.ChartsResourceReference
-
- ChartUpdater - Class in org.apache.wicket.examples.websocket.charts
-
A helper class that uses the web connection to push data to the
client.
- ChartUpdater() - Constructor for class org.apache.wicket.examples.websocket.charts.ChartUpdater
-
- ChartWebSocketResource - Class in org.apache.wicket.examples.websocket.charts
-
- ChartWebSocketResource() - Constructor for class org.apache.wicket.examples.websocket.charts.ChartWebSocketResource
-
- 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() - Static method in exception org.apache.wicket.devutils.DevelopmentUtilitiesNotEnabledException
-
Verifies that development utilities are enabled.
- check(Foo, boolean) - Method in class org.apache.wicket.examples.tree.content.CheckedFolderContent
-
- 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, IModel<T>) - 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>, 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 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>>) - 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
- 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
- CheckBoxMultipleChoicePage - Class in org.apache.wicket.examples.compref
-
- CheckBoxMultipleChoicePage() - Constructor for class org.apache.wicket.examples.compref.CheckBoxMultipleChoicePage
-
Constructor
- CheckboxMultipleChoiceSelector - Class in org.apache.wicket.markup.html.form
-
- CheckboxMultipleChoiceSelector(String, CheckBoxMultipleChoice<?>) - Constructor for class org.apache.wicket.markup.html.form.CheckboxMultipleChoiceSelector
-
- CheckBoxPage - Class in org.apache.wicket.examples.compref
-
- CheckBoxPage() - Constructor for class org.apache.wicket.examples.compref.CheckBoxPage
-
Constructor
- 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
-
- CheckBoxSelectorPage - Class in org.apache.wicket.examples.compref
-
- CheckBoxSelectorPage(PageParameters) - Constructor for class org.apache.wicket.examples.compref.CheckBoxSelectorPage
-
Constructor
- 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
-
- CheckedFolderContent - Class in org.apache.wicket.examples.tree.content
-
- CheckedFolderContent(ITreeProvider<Foo>) - Constructor for class org.apache.wicket.examples.tree.content.CheckedFolderContent
-
- CheckedSelectableFolderContent - Class in org.apache.wicket.examples.tree.content
-
- CheckedSelectableFolderContent(ITreeProvider<Foo>) - Constructor for class org.apache.wicket.examples.tree.content.CheckedSelectableFolderContent
-
- 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
-
- CheckGroupPage - Class in org.apache.wicket.examples.compref
-
CheckGroup and Check components example page
- CheckGroupPage() - Constructor for class org.apache.wicket.examples.compref.CheckGroupPage
-
Constructor
- CheckGroupPage2 - Class in org.apache.wicket.examples.compref
-
CheckGroup and Check components example page
- CheckGroupPage2() - Constructor for class org.apache.wicket.examples.compref.CheckGroupPage2
-
Constructor
- 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 a
WicketRuntimeException
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
-
Performs the check of the Origin
or Referer
header that is targeted at the
page
.
- 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
-
- 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
- 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
- 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
-
- 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<?>, 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<?>, 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>>, 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>, S, String, IModel<? extends List<? extends Y>>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilteredPropertyColumn
-
- ChoiceFilteredPropertyColumn(IModel<String>, String, IModel<? extends List<? extends Y>>) - Constructor for class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilteredPropertyColumn
-
- ChoicePage - Class in org.apache.wicket.examples.ajax.builtin
-
Linked select boxes example
- ChoicePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.ChoicePage
-
Constructor.
- 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(MarkupContainer) - Method in class org.apache.wicket.markup.html.panel.Fragment
-
Get the markup stream which shall be used to search for the fragment
- 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
- 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.
- 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.
- CID - Static variable in class org.apache.wicket.cdi.ConversationPropagator
-
- 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
-
Crypt factory that creates the
ICrypt
object by instantiating a provided class.
- ClassCryptFactory(Class<?>, String) - Constructor for class org.apache.wicket.util.crypt.ClassCryptFactory
-
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
-
- 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() - Static method in class org.apache.wicket.examples.ajax.builtin.GuestBook
-
Clears the comments.
- clear() - Static method in class org.apache.wicket.examples.guestbook.GuestBook
-
Clears the comments.
- clear() - Method in class org.apache.wicket.examples.tree.FooExpansion
-
- 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(IFeedbackMessageFilter) - Method in class org.apache.wicket.feedback.FeedbackMessages
-
Clears all messages that are accepted by the filter.
- 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
-
Clears all data for the current session.
- clear() - Method in class org.apache.wicket.page.PageManagerDecorator
-
- clear() - Method in class org.apache.wicket.page.PageStoreManager
-
- clear() - Method in class org.apache.wicket.page.RequestAdapter
-
- clear() - Method in class org.apache.wicket.pageStore.memory.PageTable
-
- 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.ConcurrentHashSet
-
Deprecated.
- 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
-
- 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
-
- 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.
- 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 - 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.
- clientInfo - Variable in class org.apache.wicket.Session
-
- 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.
- Clock - Class in org.apache.wicket.examples.ajax.builtin
-
A simple component that displays current time
- Clock(String, ZoneId) - Constructor for class org.apache.wicket.examples.ajax.builtin.Clock
-
Constructor
- ClockPage - Class in org.apache.wicket.examples.ajax.builtin
-
A simple clock example page
- ClockPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.ClockPage
-
Constructor
- clone() - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
-
Deprecated.
- 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.
- cloneModel(T) - Static method in class org.apache.wicket.core.util.lang.WicketObjects
-
- 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 script close tag to the response.
- close(IPartialPageRequestHandler) - Method in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow
-
Closes the modal window.
- 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(int, String) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketConnection
-
Closes the underlying web socket connection
- close() - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- close(int, String) - Method in class org.apache.wicket.protocol.ws.javax.JavaxWebSocketConnection
-
- 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(URLConnection) - Static method in class org.apache.wicket.util.io.Connections
-
Closes a connection
- close(Closeable) - Static method in class org.apache.wicket.util.io.IOUtils
-
Closes a closeable.
- 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_TAG - Static variable in class org.apache.wicket.protocol.http.documentvalidation.HtmlDocumentParser
-
Deprecated.
Constant for close tag token.
- CloseButtonBehavior() - Constructor for class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.CloseButtonBehavior
-
- closeCurrent(IPartialPageRequestHandler) - Static method in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow
-
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) - Constructor for class org.apache.wicket.protocol.ws.api.message.ClosedMessage
-
- ClosedMessage(Application, String, IKey, int, String) - Constructor for class org.apache.wicket.protocol.ws.api.message.ClosedMessage
-
- ClosePopupPage() - Constructor for class org.apache.wicket.markup.html.link.PopupCloseLink.ClosePopupPage
-
- closeQuietly(URLConnection) - Static method in class org.apache.wicket.util.io.Connections
-
Closes a connection, ignoring any exceptions if they occur
- closeQuietly(Closeable) - Static method in class org.apache.wicket.util.io.IOUtils
-
Unconditionally close a Closeable
.
- 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
-
- 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
.
- collapseAll() - Method in class org.apache.wicket.examples.tree.FooExpansion
-
- 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
-
- 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 not
null
.
- 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 - Class in org.apache.wicket.examples.guestbook
-
Simple "POJO" bean for guestbook comments.
- Comment() - Constructor for class org.apache.wicket.examples.guestbook.Comment
-
Constructor
- Comment(Comment) - Constructor for class org.apache.wicket.examples.guestbook.Comment
-
Copy constructor
- Comment - Class in org.apache.wicket.protocol.http.documentvalidation
-
- Comment(String) - Constructor for class org.apache.wicket.protocol.http.documentvalidation.Comment
-
Deprecated.
Create the comment.
- COMMENT - Static variable in class org.apache.wicket.protocol.http.documentvalidation.HtmlDocumentParser
-
Deprecated.
Constant for comment token.
- CommentForm(String) - Constructor for class org.apache.wicket.examples.guestbook.GuestBook.CommentForm
-
Constructor
- commentList - Static variable in class org.apache.wicket.examples.ajax.builtin.GuestBook
-
A global list of all comments from all users across all sessions
- commitRequest() - Method in class org.apache.wicket.mock.MockPageManager
-
- commitRequest() - Method in class org.apache.wicket.page.AbstractPageManager
-
- commitRequest() - Method in interface org.apache.wicket.page.IPageManager
-
Commits the changes to external storage if the manager uses it.
- commitRequest() - Method in class org.apache.wicket.page.PageManagerDecorator
-
- commitRequest() - Method in class org.apache.wicket.page.RequestAdapter
-
- commonAfter() - Method in class org.apache.wicket.util.tester.WicketTestCase
-
- commonBefore() - Method in class org.apache.wicket.util.tester.WicketTestCase
-
- 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
-
- compare(Component, Object) - Method in interface org.apache.wicket.model.IModelComparator
-
- compare(URL, URL) - Method in class org.apache.wicket.util.collections.UrlExternalFormComparator
-
- compare(Object[], Object[]) - Static method in class org.apache.wicket.util.diff.Diff
-
Compares the two input sequences.
- 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 given Object
.
- 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
- completeUpdate - Variable in class org.apache.wicket.extensions.markup.html.repeater.util.TreeModelProvider
-
- 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(FormComponent<?>, IVisit<Void>) - Method in class org.apache.wicket.markup.html.form.Form.ValidationVisitor
-
- component(Component, IVisit<Void>) - Method in class org.apache.wicket.markup.renderStrategy.DeepChildFirstVisitor
-
- component(T, IVisit<R>) - Method in interface org.apache.wicket.util.visit.IVisitor
-
Called at each object in a visit.
- 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
- ComponentReferenceApplication - Class in org.apache.wicket.examples.compref
-
Application class for the component reference.
- ComponentReferenceApplication() - Constructor for class org.apache.wicket.examples.compref.ComponentReferenceApplication
-
- 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
-
- 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(XmlTag) - Constructor for class org.apache.wicket.markup.ComponentTag
-
Construct.
- ComponentTag(ComponentTag) - Constructor for class org.apache.wicket.markup.ComponentTag
-
Constructor
- 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
-
- 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
-
- CompoundClassResolver() - Constructor for class org.apache.wicket.application.CompoundClassResolver
-
- CompoundFieldValueFactory - Class in org.apache.wicket.injection
-
Compound implementation of IFieldValueFactory.
- CompoundFieldValueFactory(IFieldValueFactory[]) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
-
Constructor
- CompoundFieldValueFactory(List<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
-
- CompoundRequestMapper() - Constructor for class org.apache.wicket.request.mapper.CompoundRequestMapper
-
- CompoundValidator<T> - Class in org.apache.wicket.validation
-
- 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
-
- ConcatResourceBundleReference(Class<?>, String, T...) - Constructor for class org.apache.wicket.resource.bundles.ConcatResourceBundleReference
-
- ConcatResourceBundleReference(String, T...) - Constructor for class org.apache.wicket.resource.bundles.ConcatResourceBundleReference
-
- ConcatResourceBundleReference(Class<?>, String, Locale, String, String, List<T>) - Constructor for class org.apache.wicket.resource.bundles.ConcatResourceBundleReference
-
- concatSegments(List<String>) - Method in class org.apache.wicket.request.Url
-
Concatenate the specified segments; The segments can be relative - begin with "." or "..".
- ConcurrentHashSet<E> - Class in org.apache.wicket.util.collections
-
- ConcurrentHashSet() - Constructor for class org.apache.wicket.util.collections.ConcurrentHashSet
-
Deprecated.
Constructs a new, empty set; the backing ConcurrentHashMap instance has default
initial capacity (16) and load factor (0.75).
- ConcurrentHashSet(Collection<? extends E>) - Constructor for class org.apache.wicket.util.collections.ConcurrentHashSet
-
Deprecated.
Constructs a new set containing the elements in the specified collection.
- ConcurrentHashSet(int, float) - Constructor for class org.apache.wicket.util.collections.ConcurrentHashSet
-
Deprecated.
Constructs a new, empty set; the backing ConcurrentHashMap instance has the
specified initial capacity and the specified load factor.
- ConcurrentHashSet(int) - Constructor for class org.apache.wicket.util.collections.ConcurrentHashSet
-
Deprecated.
Constructs a new, empty set; the backing HashMap instance has the specified initial
capacity and default load factor, which is 0.75.
- 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(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() - Method in class org.apache.wicket.Component
-
- 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.examples.encodings.Home
-
Because only servlet 2.4 supports web.xml locale-encoding-mapping-list deployment
descriptors, this is a workaround for servlet 2.3
- 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
-
- 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
-
- ConnectionRejected(int, String) - Constructor for class org.apache.wicket.protocol.ws.api.ConnectionRejected
-
Constructor
- Connections - Class in org.apache.wicket.util.io
-
- constructSettingsJS() - Method in class org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteBehavior
-
- Contact - Class in org.apache.wicket.examples.repeater
-
domain object for demonstrations.
- Contact() - Constructor for class org.apache.wicket.examples.repeater.Contact
-
Constructor
- Contact(String, String) - Constructor for class org.apache.wicket.examples.repeater.Contact
-
Constructor
- Contact - Class in org.apache.wicket.examples.spring.common
-
domain object for demonstrations.
- Contact() - Constructor for class org.apache.wicket.examples.spring.common.Contact
-
Constructor
- Contact(String, String) - Constructor for class org.apache.wicket.examples.spring.common.Contact
-
Constructor
- ContactDao - Interface in org.apache.wicket.examples.spring.common
-
interface for retrieving contacts from a database
- contactDao() - Method in class org.apache.wicket.examples.spring.common.SpringConfig
-
- ContactDaoImpl - Class in org.apache.wicket.examples.spring.common
-
a dao implementation with an auto-generated embedded database.
- ContactDaoImpl() - Constructor for class org.apache.wicket.examples.spring.common.ContactDaoImpl
-
Construct.
- ContactDataProvider - Class in org.apache.wicket.examples.repeater
-
Implementation of IDataProvider that retrieves contacts from the contact database.
- ContactDataProvider() - Constructor for class org.apache.wicket.examples.repeater.ContactDataProvider
-
- ContactDataProvider - Class in org.apache.wicket.examples.spring.common.web
-
Base class for contact data provider implementations.
- ContactDataProvider() - Constructor for class org.apache.wicket.examples.spring.common.web.ContactDataProvider
-
- ContactDetachableModel - Class in org.apache.wicket.examples.spring.common.web
-
Base class for contact detachable models.
- ContactDetachableModel(Contact) - Constructor for class org.apache.wicket.examples.spring.common.web.ContactDetachableModel
-
- ContactFilter - Class in org.apache.wicket.examples.repeater
-
- ContactFilter() - Constructor for class org.apache.wicket.examples.repeater.ContactFilter
-
- ContactGenerator - Class in org.apache.wicket.examples.repeater
-
generates random contacts
- ContactGenerator - Class in org.apache.wicket.examples.spring.common
-
generates random contacts
- ContactsDatabase - Class in org.apache.wicket.examples.repeater
-
simple database for contacts
- ContactsDatabase(int) - Constructor for class org.apache.wicket.examples.repeater.ContactsDatabase
-
Constructor
- ContactsDisplayPage - Class in org.apache.wicket.examples.spring.common.web
-
Base class for the contact display page.
- ContactsDisplayPage() - Constructor for class org.apache.wicket.examples.spring.common.web.ContactsDisplayPage
-
Construct.
- 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(MarkupContainer) - Constructor for class org.apache.wicket.markup.ContainerInfo
-
Construct.
- ContainerInfo(Class<?>, MarkupContainer) - Constructor for class org.apache.wicket.markup.ContainerInfo
-
Construct.
- ContainerInfo(Class<?>, Locale, String, String, MarkupType) - Constructor for class org.apache.wicket.markup.ContainerInfo
-
Construct.
- contains(Object) - Method in class org.apache.wicket.examples.tree.FooExpansion
-
- 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(Component, boolean) - Method in class org.apache.wicket.MarkupContainer
-
- contains(Object) - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
-
Deprecated.
- contains(String) - Method in class org.apache.wicket.util.string.StringList
-
- contains(Time) - Method in class org.apache.wicket.util.time.TimeFrame
-
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.examples.tree.FooExpansion
-
- 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(Object) - Method in class org.apache.wicket.markup.MarkupCache.DefaultCacheImplementation
-
- containsKey(K) - Method in interface org.apache.wicket.markup.MarkupCache.ICache
-
Check if key is in the cache
- 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.util.collections.MicroMap
-
- containsKey(Object) - Method in class org.apache.wicket.util.collections.MiniMap
-
- containsKey(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
-
- 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
-
- 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 - Class in org.apache.wicket.examples.tree.content
-
- Content() - Constructor for class org.apache.wicket.examples.tree.content.Content
-
- 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.ModalWindow
-
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.
- 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, IModel<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) - Constructor for class org.apache.wicket.markup.html.image.ContextImage
-
Constructor.
- ContextParamWebApplicationFactory - Class in org.apache.wicket.protocol.http
-
- 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(IModel<String>) - Constructor for class org.apache.wicket.markup.html.image.ContextPathGenerator
-
Constructor
- ContextPathGenerator(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.
- continueToOriginalDestination() - Method in class org.apache.wicket.Component
-
- 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.
- ConversationCounter - Class in org.apache.wicket.examples.cdi
-
- ConversationCounter() - Constructor for class org.apache.wicket.examples.cdi.ConversationCounter
-
- 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
-
- ConversationExpiryChecker(CdiContainer) - Constructor for class org.apache.wicket.cdi.ConversationExpiryChecker
-
- ConversationPage1 - Class in org.apache.wicket.examples.cdi
-
- ConversationPage1() - Constructor for class org.apache.wicket.examples.cdi.ConversationPage1
-
- ConversationPage2 - Class in org.apache.wicket.examples.cdi
-
- ConversationPage2() - Constructor for class org.apache.wicket.examples.cdi.ConversationPage2
-
- ConversationPage3 - Class in org.apache.wicket.examples.cdi
-
- ConversationPage3() - Constructor for class org.apache.wicket.examples.cdi.ConversationPage3
-
- 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, CdiContainer, IConversationPropagation) - Constructor for class org.apache.wicket.cdi.ConversationPropagator
-
Constructor
- ConversationPropagator(Application, CdiContainer, IConversationPropagation, boolean) - 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(ConstraintViolation<T>) - Method in class org.apache.wicket.bean.validation.DefaultViolationTranslator
-
- convert(ConstraintViolation<T>) - Method in interface org.apache.wicket.bean.validation.IViolationTranslator
-
- convert(Object, Class<T>) - Method in class org.apache.wicket.core.util.lang.PropertyResolverConverter
-
- 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
-
- ConvertingPropertyVariableInterpolator(String, Object, IConverterLocator, Locale) - Constructor for class org.apache.wicket.core.util.string.interpolator.ConvertingPropertyVariableInterpolator
-
Constructor.
- convertInput() - Method in class org.apache.wicket.examples.forminput.Multiply
-
- 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
-
- convertInput() - Method in class org.apache.wicket.markup.html.form.NumberTextField
-
- 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
-
- convertToPage(Object) - Method in class org.apache.wicket.pageStore.AsynchronousPageStore
-
Deprecated.
- convertToPage(Object) - Method in class org.apache.wicket.pageStore.DefaultPageStore
-
- convertToPage(Object) - Method in interface org.apache.wicket.pageStore.IPageStore
-
- convertToPage(Object) - Method in class org.apache.wicket.pageStore.PerSessionPageStore
-
- 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(D, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractDateConverter
-
- convertToString(T, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
-
- convertToString(N, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractNumberConverter
-
- convertToString(Calendar, Locale) - Method in class org.apache.wicket.util.convert.converter.CalendarConverter
-
- 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
-
- 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
-
- convertValue(Object, Class<T>) - Static method in class org.apache.wicket.util.lang.Objects
-
Convert between basic Java types, i.e.
- 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
-
- 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 an OutputStream
.
- copy(InputStream, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
-
Copy bytes from an InputStream
to chars on a Writer
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 a Writer
using the
specified character encoding.
- copy(Reader, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
-
Copy chars from a Reader
to a Writer
.
- copy(Reader, OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
-
Copy chars from a Reader
to bytes on an OutputStream
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 an OutputStream
using the
specified character encoding, and calling flush.
- 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.
- 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
immutable Map
.
- 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
-
- 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() - Method in interface org.apache.wicket.examples.spring.common.ContactDao
-
- count() - Method in class org.apache.wicket.examples.spring.common.ContactDaoImpl
-
- count(String, ProceedingJoinPoint, WicketMetrics.CounterOperation, Long) - Method in class org.apache.wicket.metrics.WicketMetrics
-
Creates a count of the given arguments
- count - Variable in class org.apache.wicket.util.diff.Chunk
-
- Counter - Class in org.apache.wicket.examples.cdi
-
- Counter() - Constructor for class org.apache.wicket.examples.cdi.Counter
-
- CounterLabel(String) - Constructor for class org.apache.wicket.examples.events.DecoupledAjaxUpdatePage.CounterLabel
-
Construct.
- CounterUpdate(AjaxRequestTarget) - Constructor for class org.apache.wicket.examples.events.DecoupledAjaxUpdatePage.CounterUpdate
-
Constructor
- 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(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
-
- 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
-
- create() - Method in class org.apache.wicket.util.tester.WicketTesterScope
-
Allows setup of the tester instance
- createApplication(WicketFilter) - Method in class org.apache.wicket.guice.GuiceWebApplicationFactory
-
- createApplication(WicketFilter) - Method in class org.apache.wicket.protocol.http.ContextParamWebApplicationFactory
-
- createApplication(String) - Method in class org.apache.wicket.protocol.http.ContextParamWebApplicationFactory
-
Instantiates the application instance.
- 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
- createCaptchaImageResource() - Method in class org.apache.wicket.examples.captcha.AbstractCaptchaForm
-
- createCaptchaImageResource() - Method in class org.apache.wicket.examples.captcha.CageForm
-
- createCaptchaImageResource() - Method in class org.apache.wicket.examples.captcha.CaptchaForm
-
- createCaptchaImageResource() - Method in class org.apache.wicket.examples.captcha.KaptchaForm
-
- 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.examples.repeater.DataTablePage
-
Custom format for date in export.
- 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
-
- 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.PageSizeDebugPanel
-
- 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.
- 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
-
Creates a new instance of content page.
- createPage() - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
- createPageMarkup(String) - Method in class org.apache.wicket.util.tester.BaseWicketTester
-
- createPageRequestHandler(PageProvider) - Method in class org.apache.wicket.DefaultExceptionMapper
-
- createPageWindow(int, int) - Method in class org.apache.wicket.pageStore.PageWindowManager
-
Creates and returns a new page window for given page.
- createParameterSpec() - Method in class org.apache.wicket.util.crypt.SunJceCrypt
-
- createProxy(Class<?>, IProxyTargetLocator) - Static method in class org.apache.wicket.proxy.LazyInitProxyFactory
-
Create a lazy init proxy for the specified type.
- createProxy(Class<?>, IProxyTargetLocator, NamingPolicy) - Static method in class org.apache.wicket.proxy.objenesis.ObjenesisProxyFactory
-
- createRedirectHandler(String) - Method in class org.apache.wicket.protocol.https.HttpsMapper
-
- 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(T) - Method in class org.apache.wicket.model.util.GenericBaseModel
-
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
-
- createSerializedPage(String, IManageablePage) - Method in class org.apache.wicket.pageStore.DefaultPageStore
-
- createServlet(Class<T>) - Method in class org.apache.wicket.protocol.http.mock.MockServletContext
-
- createTagByAttribute(String, String) - Static method in class org.apache.wicket.util.tester.TagTester
-
- 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) - Static method in class org.apache.wicket.util.tester.TagTester
-
Deprecated.
- createTagsByAttribute(String, String, String, boolean) - 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.
- 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
-
- createTree(FooProvider, IModel<Set<Foo>>) - Method in class org.apache.wicket.examples.tree.AdvancedTreePage
-
- createTree(FooProvider, IModel<Set<Foo>>) - Method in class org.apache.wicket.examples.tree.NestedTreePage
-
- createTree(FooProvider, IModel<Set<Foo>>) - Method in class org.apache.wicket.examples.tree.TableTreePage
-
- 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
-
- 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
-
- CryptFactoryCachingDecorator(ICryptFactory) - Constructor for class org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
-
Construct.
- CryptoMapper - Class in org.apache.wicket.core.request.mapper
-
A request mapper that encrypts URLs generated by another mapper.
- CryptoMapper(IRequestMapper, Application) - Constructor for class org.apache.wicket.core.request.mapper.CryptoMapper
-
- CryptoMapper(IRequestMapper, Supplier<ICrypt>) - Constructor for class org.apache.wicket.core.request.mapper.CryptoMapper
-
Construct.
- CryptoMapper.HashedSegmentGenerator - Class in org.apache.wicket.core.request.mapper
-
A generator of hashed segments.
- CsrfPreventionRequestCycleListener - Class in org.apache.wicket.protocol.http
-
Prevents CSRF attacks on Wicket components by checking the Origin
and Referer
HTTP headers for cross domain requests.
- CsrfPreventionRequestCycleListener() - Constructor for class org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener
-
- CsrfPreventionRequestCycleListener.CsrfAction - Enum in org.apache.wicket.protocol.http
-
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
-
CSS class for window with blue border.
- CSS_CLASS_GRAY - Static variable in class org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow
-
CSS class for window with gray border.
- 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
-
- CssAcceptingHeaderResponseFilter(String) - Constructor for class org.apache.wicket.markup.head.filter.CssAcceptingHeaderResponseFilter
-
Construct.
- CssAndPageAcceptingHeaderResponseFilter - Class in org.apache.wicket.markup.head.filter
-
- 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, 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(String) - 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
-
- CssReferenceHeaderItem(ResourceReference, PageParameters, String, String) - Constructor for class org.apache.wicket.markup.head.CssReferenceHeaderItem
-
Creates a new CSSReferenceHeaderItem
.
- CssReferenceHeaderItem(ResourceReference, PageParameters, String, 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, Locale, String, String) - Constructor for class org.apache.wicket.request.resource.CssResourceReference
-
Construct.
- CssResourceReference(Class<?>, String) - Constructor for class org.apache.wicket.request.resource.CssResourceReference
-
Construct.
- CssResourceReference(ResourceReference.Key) - Constructor for class org.apache.wicket.request.resource.CssResourceReference
-
Constructor.
- CssSwitchingLink(String, String) - Constructor for class org.apache.wicket.examples.compref.TabbedPanelPage.CssSwitchingLink
-
- 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, 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
-
- 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
consists of id + url
- CustomEntityResolver.EntityLocator - Interface in org.apache.wicket.util.xml
-
entity locator
manages locating an entity
- CustomEntityResolver.ServletApiEntityLocator - Class in org.apache.wicket.util.xml
-
entity locator for resources inside servlet-api.jar
- CustomHomeMapper - Class in org.apache.wicket.examples.requestmapper
-
An
IRequestMapper
that handles requests to the home page ('/') and appends the string
representation of the current session locale in the URL
- CustomHomeMapper(Class<? extends IRequestablePage>) - Constructor for class org.apache.wicket.examples.requestmapper.CustomHomeMapper
-
Constructor.
- CustomResourceLoadingApplication - Class in org.apache.wicket.examples.customresourceloading
-
Application class for the custom resource loading example.
- CustomResourceLoadingApplication() - Constructor for class org.apache.wicket.examples.customresourceloading.CustomResourceLoadingApplication
-
Constructor.