Javadoc hosting sponsored by DD Poker and Donohoe Digital LLC.
A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

AbortException - Exception in org.apache.wicket
Immediately aborts any further processing.
AbortException() - Constructor for exception org.apache.wicket.AbortException
 
AbortWithHttpStatusException - Exception in org.apache.wicket.protocol.http.servlet
Causes Wicket to abort processing and set the specified HTTP status code.
AbortWithHttpStatusException(int, boolean) - Constructor for exception org.apache.wicket.protocol.http.servlet.AbortWithHttpStatusException
Constructor
AbortWithWebErrorCodeException - Exception in org.apache.wicket.protocol.http.servlet
Causes Wicket to abort processing and set the specified HTTP error code, with the provided message if provided.
AbortWithWebErrorCodeException(int) - Constructor for exception org.apache.wicket.protocol.http.servlet.AbortWithWebErrorCodeException
Construct.
AbortWithWebErrorCodeException(int, String) - Constructor for exception org.apache.wicket.protocol.http.servlet.AbortWithWebErrorCodeException
Construct.
absolutePath(Class, String) - Static method in class org.apache.wicket.util.lang.Packages
Takes a package and a relative 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 relative 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 relative 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
Construct.
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.
AbstractBehavior - Class in org.apache.wicket.behavior
Adapter implementation of IBehavior.
AbstractBehavior() - Constructor for class org.apache.wicket.behavior.AbstractBehavior
Construct.
AbstractConverter - Class in org.apache.wicket.util.convert.converters
Base class for locale aware type converters.
AbstractConverter() - Constructor for class org.apache.wicket.util.convert.converters.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
AbstractDecimalConverter - Class in org.apache.wicket.util.convert.converters
Base class for all number converters.
AbstractDecimalConverter() - Constructor for class org.apache.wicket.util.convert.converters.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
 
AbstractFormValidator - Class in org.apache.wicket.markup.html.form.validation
Base class for IFormValidators.
AbstractFormValidator() - Constructor for class org.apache.wicket.markup.html.form.validation.AbstractFormValidator
 
AbstractHeaderContributor - Class in org.apache.wicket.behavior
Behavior that delegates header contribution to a number of other contributors.
AbstractHeaderContributor() - Constructor for class org.apache.wicket.behavior.AbstractHeaderContributor
Construct.
AbstractHttpSessionStore - Class in org.apache.wicket.protocol.http
Abstract implementation of ISessionStore that works with web applications and that provided some specific http servlet/ session related functionality.
AbstractHttpSessionStore(Application) - Constructor for class org.apache.wicket.protocol.http.AbstractHttpSessionStore
Construct.
AbstractHttpSessionStore.SessionBindingListener - Class in org.apache.wicket.protocol.http
Reacts on unbinding from the session by cleaning up the session related application data.
AbstractHttpSessionStore.SessionBindingListener(String, String) - Constructor for class org.apache.wicket.protocol.http.AbstractHttpSessionStore.SessionBindingListener
Construct.
AbstractIntegerConverter - Class in org.apache.wicket.util.convert.converters
Base class for all number converters.
AbstractIntegerConverter() - Constructor for class org.apache.wicket.util.convert.converters.AbstractIntegerConverter
 
AbstractLink<T> - Class in org.apache.wicket.markup.html.link
Base class that that contains functionality for rendering disabled links.
AbstractLink(String, IModel<T>) - Constructor for class org.apache.wicket.markup.html.link.AbstractLink
Construct.
AbstractLink(String) - Constructor for class org.apache.wicket.markup.html.link.AbstractLink
Construct.
AbstractListenerInterfaceRequestTarget - Class in org.apache.wicket.request.target.component.listener
The abstract implementation of IListenerInterfaceRequestTarget.
AbstractListenerInterfaceRequestTarget(Page, Component, RequestListenerInterface) - Constructor for class org.apache.wicket.request.target.component.listener.AbstractListenerInterfaceRequestTarget
Construct.
AbstractListenerInterfaceRequestTarget(Page, Component, RequestListenerInterface, RequestParameters) - Constructor for class org.apache.wicket.request.target.component.listener.AbstractListenerInterfaceRequestTarget
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(IMarkupFilter) - Constructor for class org.apache.wicket.markup.parser.AbstractMarkupFilter
Construct.
AbstractNumberConverter - Class in org.apache.wicket.util.convert.converters
Base class for all number converters.
AbstractNumberConverter() - Constructor for class org.apache.wicket.util.convert.converters.AbstractNumberConverter
 
AbstractOutputTransformerContainer<T> - 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<T>) - 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<Collection<T>>) - Constructor for class org.apache.wicket.markup.repeater.AbstractPageableView
 
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
 
AbstractPageMapEntry - Class in org.apache.wicket.session.pagemap
An abstract base class that makes it easier to create IPageMapEntry implementations.
AbstractPageMapEntry() - Constructor for class org.apache.wicket.session.pagemap.AbstractPageMapEntry
 
AbstractPageStore - Class in org.apache.wicket.protocol.http.pagestore
Abstract page store that implements the serialization logic so that the subclasses can concentrate on actual storing of serialized page instances.
AbstractPageStore() - Constructor for class org.apache.wicket.protocol.http.pagestore.AbstractPageStore
 
AbstractPageStore.SerializedPage - Class in org.apache.wicket.protocol.http.pagestore
Immutable class that contains a serialized page instance.
AbstractPageStore.SerializedPage(int, String, int, int, byte[]) - Constructor for class org.apache.wicket.protocol.http.pagestore.AbstractPageStore.SerializedPage
Construct.
AbstractPageStore.SerializedPage(Page) - Constructor for class org.apache.wicket.protocol.http.pagestore.AbstractPageStore.SerializedPage
Construct.
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
AbstractReadOnlyModel<T> - Class in org.apache.wicket.model
AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic and are read-only.
AbstractReadOnlyModel() - Constructor for class org.apache.wicket.model.AbstractReadOnlyModel
 
AbstractRepeater<T> - 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<T>) - Constructor for class org.apache.wicket.markup.repeater.AbstractRepeater
Constructor
AbstractRequestCycleProcessor - Class in org.apache.wicket.request
Default abstract implementation of IRequestCycleProcessor.
AbstractRequestCycleProcessor() - Constructor for class org.apache.wicket.request.AbstractRequestCycleProcessor
Construct.
AbstractRequestTargetUrlCodingStrategy - Class in org.apache.wicket.request.target.coding
Abstract class for mount encoders that uses paths and forward slashes.
AbstractRequestTargetUrlCodingStrategy(String) - Constructor for class org.apache.wicket.request.target.coding.AbstractRequestTargetUrlCodingStrategy
Construct.
AbstractResourceStream - Class in org.apache.wicket.util.resource
 
AbstractResourceStream() - Constructor for class org.apache.wicket.util.resource.AbstractResourceStream
 
AbstractResourceStreamWriter - Class in org.apache.wicket.util.resource
Base implementation of an IResourceStreamWriter so that you only have to override the IResourceStreamWriter.write(java.io.OutputStream) Don't forget to overwrite the IResourceStream.length() method if you do know the total length that will be generated.
AbstractResourceStreamWriter() - Constructor for class org.apache.wicket.util.resource.AbstractResourceStreamWriter
 
AbstractRestartResponseException - Exception in org.apache.wicket
An exception that causes the request cycle to immediately switch to respond stage.
AbstractRestartResponseException() - Constructor for exception org.apache.wicket.AbstractRestartResponseException
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
 
AbstractSingleSelectChoice(String, List<? extends T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
 
AbstractSingleSelectChoice(String, List<? extends T>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
 
AbstractSingleSelectChoice(String, IModel<T>, List<? extends T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
 
AbstractSingleSelectChoice(String, IModel<T>, List<? extends T>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
 
AbstractSingleSelectChoice(String, IModel<List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
 
AbstractSingleSelectChoice(String, IModel<T>, IModel<List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
 
AbstractSingleSelectChoice(String, IModel<List<? extends T>>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
 
AbstractSingleSelectChoice(String, IModel<T>, IModel<List<? extends T>>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
 
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<T> - Class in org.apache.wicket.markup.html.form
Abstract class for links that are capable of submitting a form.
AbstractSubmitLink(String, IModel<T>) - 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<T>, 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.
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<?>) - 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.
AbstractTransformerBehavior - Class in org.apache.wicket.markup.transformer
A IBehavior which can be added to any component.
AbstractTransformerBehavior() - Constructor for class org.apache.wicket.markup.transformer.AbstractTransformerBehavior
Construct.
AbstractTree - Class in org.apache.wicket.markup.html.tree
This class encapsulates the logic for displaying and (partial) updating the tree.
AbstractTree(String) - Constructor for class org.apache.wicket.markup.html.tree.AbstractTree
Tree constructor
AbstractTree(String, IModel) - Constructor for class org.apache.wicket.markup.html.tree.AbstractTree
Tree constructor
AbstractValidator - Class in org.apache.wicket.validation.validator
Convenience base class for IValidators.
AbstractValidator() - Constructor for class org.apache.wicket.validation.validator.AbstractValidator
 
AbstractWrapModel<T> - Class in org.apache.wicket.model
Simple base class for IWrapModel objects see IComponentAssignedModel or IComponentInheritedModel so that you don't have to have empty methods like detach or setObject() when not used in the wrapper.
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.ErrorLevelFeedbackMessageFilter
 
accept(FeedbackMessage) - Method in interface org.apache.wicket.feedback.IFeedbackMessageFilter
 
accept(Class<?>, 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(Class, String) - Method in class org.apache.wicket.markup.html.PackageResourceGuard
 
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
 
acceptAbsolutePath(String) - Method in class org.apache.wicket.markup.html.PackageResourceGuard
Whether the provided absolute path is accepted.
acceptExtension(String) - Method in class org.apache.wicket.markup.html.PackageResourceGuard
Whether the provided extension is accepted.
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.
AccessStackPageMap - Class in org.apache.wicket
A container for pages held in the session.
AccessStackPageMap(String) - Constructor for class org.apache.wicket.AccessStackPageMap
Constructor
AccessStackPageMap.Access - Class in org.apache.wicket
Holds information about a pagemap access
AccessStackPageMap.Access() - Constructor for class org.apache.wicket.AccessStackPageMap.Access
 
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_REQUEST - Static variable in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
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
 
add(IAuthorizationStrategy) - Method in class org.apache.wicket.authorization.strategies.CompoundAuthorizationStrategy
Adds a strategy to the chain
add(IBehavior...) - Method in class org.apache.wicket.Component
Adds an behavior modifier to the component.
add(Component<?>, String, int) - Method in class org.apache.wicket.feedback.FeedbackMessages
Adds a message
add(IFormValidator) - Method in class org.apache.wicket.markup.html.form.Form
Adds a form validator to the form.
add(IValidator...) - Method in class org.apache.wicket.markup.html.form.FormComponent
Adds a validator to this form component.
add(Component<?>...) - Method in class org.apache.wicket.MarkupContainer
Adds a child component to this container.
add(IPageMap) - Method in class org.apache.wicket.Session.PageMapAccessMetaData
 
add(Class<?>, String, Locale, String, Resource) - Method in class org.apache.wicket.SharedResources
Adds a resource.
add(String, Locale, Resource) - Method in class org.apache.wicket.SharedResources
Adds a resource.
add(String, Resource) - Method in class org.apache.wicket.SharedResources
Adds a resource.
add(String) - Method in interface org.apache.wicket.util.file.IResourcePath
 
add(Folder) - Method in class org.apache.wicket.util.file.Path
 
add(String) - Method in class org.apache.wicket.util.file.Path
 
add(String) - Method in class org.apache.wicket.util.file.WebApplicationPath
 
add(IListener) - Method in class org.apache.wicket.util.listener.ListenerSet
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) - Method in class org.apache.wicket.util.watch.ModificationWatcher
Adds an IModifiable object and an IChangeListener object to call when the modifiable object is modified.
add(IValidator) - Method in class org.apache.wicket.validation.CompoundValidator
Adds an IValidator to the chain of validators.
addActionAuthorizer(IActionAuthorizer) - Method in class org.apache.wicket.authorization.strategies.action.ActionAuthorizationStrategy
Adds an action authorizer.
addBehavior(IBehavior) - Method in class org.apache.wicket.markup.ComponentTag
Adds a behavior to this component tag.
addBookmarkablePageParameters(Request, RequestParameters) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Adds bookmarkable page related parameters (page alias and optionally page parameters).
addChildren(MarkupContainer<?>, Class<?>) - Method in class org.apache.wicket.ajax.AjaxRequestTarget
Visits all children of the specified parent container and adds them to the target if they are of same type as childCriteria
addCircleLink(int, int, int, Link) - Method in class org.apache.wicket.markup.html.link.ImageMap
Adds a circle link.
addComponent(Component<?>) - Method in class org.apache.wicket.ajax.AjaxRequestTarget
Adds a component to the list of components to be rendered
addComponent(Component<?>, String) - Method in class org.apache.wicket.ajax.AjaxRequestTarget
Adds a component to the list of components to be rendered
addComponent(AjaxRequestTarget, Component) - Method in class org.apache.wicket.markup.html.tree.AbstractTree
Allows to intercept adding dirty components to AjaxRequestTarget.
addComponentInstantiationListener(IComponentInstantiationListener) - Method in class org.apache.wicket.Application
Adds a component instantiation listener.
addComponentOnAfterRenderListener(IComponentOnAfterRenderListener) - Method in class org.apache.wicket.Application
Adds an IComponentOnAfterRenderListener.
addComponentResolver(IComponentResolver) - Method in interface org.apache.wicket.settings.IPageSettings
Adds a component resolver to the list.
addComponentResolver(IComponentResolver) - Method in class org.apache.wicket.settings.Settings
 
addComponents(IModel, BaseTree) - Method in class org.apache.wicket.markup.html.tree.LabelIconPanel
Adds the icon and content components to the panel.
addComponents(IModel, BaseTree) - Method in class org.apache.wicket.markup.html.tree.LinkIconPanel
 
addCookie(Cookie) - Method in class org.apache.wicket.protocol.http.MockHttpServletRequest
Add a new cookie.
addCookie(Cookie) - Method in class org.apache.wicket.protocol.http.MockHttpServletResponse
Add a cookie to the response.
addCookie(Cookie) - Method in class org.apache.wicket.protocol.http.portlet.PortletActionServletResponseWrapper
 
addCookie(Cookie) - Method in class org.apache.wicket.protocol.http.WebResponse
Add a cookie to the web response
addDateHeader(String, long) - Method in class org.apache.wicket.protocol.http.MockHttpServletResponse
Add a date header.
addDateHeader(String, long) - Method in class org.apache.wicket.protocol.http.portlet.PortletActionServletResponseWrapper
 
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.
addEntry(String) - Method in class org.apache.wicket.protocol.http.RequestLogger.RequestData
 
addEventTarget(String) - Method in class org.apache.wicket.protocol.http.RequestLogger.RequestData
 
addExpectedAttribute(String, String) - Method in class org.apache.wicket.protocol.http.documentvalidation.Tag
Add an expected attribute to this tag.
addExpectedChild(DocumentElement) - Method in class org.apache.wicket.protocol.http.documentvalidation.Tag
Add an expected child to this tag.
addFile(String, File, String) - Method in class org.apache.wicket.protocol.http.MockHttpServletRequest
Add an uploaded file to the request.
addHeader(String, String) - Method in class org.apache.wicket.protocol.http.MockHttpServletRequest
Add a header to the request.
addHeader(String, String) - Method in class org.apache.wicket.protocol.http.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.portlet.PortletActionServletResponseWrapper
 
addHeaders - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
addIllegalAttribute(String) - Method in class org.apache.wicket.protocol.http.documentvalidation.Tag
Add the name of an attribute that is NOT expected for this tag.
addInitParameter(String, String) - Method in class org.apache.wicket.protocol.http.MockServletContext
Add an init parameter.
addInterfaceParameters(Request, RequestParameters) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Adds page related parameters (path and pagemap and optionally version and interface).
addInterfaceParameters(String, RequestParameters) - Static method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Analyzes the passed in interfaceParameter for the relevant parts and puts the parts as parameters in the provided request parameters object.
addIntHeader(String, int) - Method in class org.apache.wicket.protocol.http.MockHttpServletResponse
Add an int header value.
addIntHeader(String, int) - Method in class org.apache.wicket.protocol.http.portlet.PortletActionServletResponseWrapper
 
addItems(Iterator) - 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 class org.apache.wicket.ajax.AjaxRequestTarget
Deprecated. use appendJavascript(String javascript) instead
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
addListener(AjaxRequestTarget.IListener) - Method in class org.apache.wicket.ajax.AjaxRequestTarget
Adds a listener to this target
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
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
addMessageKey(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.
addMimeType(String, String) - Method in class org.apache.wicket.protocol.http.MockServletContext
Add a new recognized mime type.
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.
addPageInfo(String, HybridUrlCodingStrategy.PageInfo) - Method in class org.apache.wicket.request.target.coding.HybridUrlCodingStrategy
Encodes the PageInfo part to the URL
addPolygonLink(int[], Link) - Method in class org.apache.wicket.markup.html.link.ImageMap
Adds a polygon link.
addPostComponentOnBeforeRenderListener(IComponentOnBeforeRenderListener) - Method in class org.apache.wicket.Application
Adds an IComponentOnBeforeRenderListener.
addPreComponentOnBeforeRenderListener(IComponentOnBeforeRenderListener) - Method in class org.apache.wicket.Application
Adds an IComponentOnBeforeRenderListener.
addRectangleLink(int, int, int, int, Link) - Method in class org.apache.wicket.markup.html.link.ImageMap
Adds a rectangular link.
addRenderHeadListener(IHeaderContributor) - Method in class org.apache.wicket.Application
Adds a listener that will be invoked for every header response
addResourceFactory(String, IResourceFactory) - Method in interface org.apache.wicket.settings.IResourceSettings
Adds a resource factory to the list of factories to consult when generating resources automatically
addResourceFactory(String, IResourceFactory) - Method in class org.apache.wicket.settings.Settings
 
addResourceFolder(String) - Method in interface org.apache.wicket.settings.IResourceSettings
Convenience method that sets the resource search path to a single folder.
addResourceFolder(String) - Method in class org.apache.wicket.settings.Settings
 
addResourceParameters(Request, RequestParameters) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Adds (shared) resource related parameters (resource key).
addResponseFilter(IResponseFilter) - Method in interface org.apache.wicket.settings.IRequestCycleSettings
Adds a response filter to the list.
addResponseFilter(IResponseFilter) - Method in class org.apache.wicket.settings.Settings
 
addResponseTarget(String) - Method in class org.apache.wicket.protocol.http.RequestLogger.RequestData
 
addRootElement(DocumentElement) - Method in class org.apache.wicket.protocol.http.documentvalidation.HtmlDocumentValidator
Add a root element to the validator.
addStateChange(Change) - Method in class org.apache.wicket.Component
Adds state change to page.
addStringResourceLoader(IStringResourceLoader) - Method in interface org.apache.wicket.settings.IResourceSettings
Add a string resource loader to the chain of loaders.
addStringResourceLoader(int, IStringResourceLoader) - Method in interface org.apache.wicket.settings.IResourceSettings
Add a string resource loader to the chain of loaders.
addStringResourceLoader(IStringResourceLoader) - Method in class org.apache.wicket.settings.Settings
 
addStringResourceLoader(int, IStringResourceLoader) - Method in class org.apache.wicket.settings.Settings
 
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.
addToAllFormComponents(Form<?>, String) - Static method in class org.apache.wicket.ajax.form.AjaxFormValidatingBehavior
Adds this behavior to all form components of the specified form
addToAllFormComponents(Form<?>, String, Duration) - Static method in class org.apache.wicket.ajax.form.AjaxFormValidatingBehavior
Adds this behavior to all form components of the specified form
addTrace(String) - Method in exception org.apache.wicket.util.io.WicketSerializeableException
 
addTreeStateListener(ITreeStateListener) - Method in class org.apache.wicket.markup.html.tree.DefaultTreeState
 
addTreeStateListener(ITreeStateListener) - Method in interface org.apache.wicket.markup.html.tree.ITreeState
Adds a tree state listener.
addValue(String, Object) - Method in class org.apache.wicket.request.target.coding.WebRequestEncoder
Add an Object
addValue(String, String) - Method in class org.apache.wicket.request.target.coding.WebRequestEncoder
Add a String
advance(MetaPattern) - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
Advance parsing to the next element.
afterCallComponent(Component<?>, RequestListenerInterface) - Method in class org.apache.wicket.Page
Called right after a component's listener method (the provided method argument) was called.
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.
afterRender(Component<?>) - Method in class org.apache.wicket.behavior.AbstractBehavior
 
afterRender(Component<?>) - Method in interface org.apache.wicket.behavior.IBehavior
Called when a component that has this behavior coupled was rendered.
afterRender() - Method in class org.apache.wicket.Component
Called on very component after the page is rendered.
afterSubmit() - Method in class org.apache.wicket.markup.html.pages.BrowserInfoForm
 
AJAX - Static variable in class org.apache.wicket.markup.html.tree.BaseTree.LinkType
partial updates with no fallback.
AJAX_FALLBACK - Static variable in class org.apache.wicket.markup.html.tree.BaseTree.LinkType
partial updates that falls back to a regular link in case the client does not support javascript.
AjaxButton<T> - Class in org.apache.wicket.ajax.markup.html.form
A button that submits the form via ajax.
AjaxButton(String) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxButton
Construct.
AjaxButton(String, Form<?>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxButton
Construct.
AjaxCallDecorator - Class in org.apache.wicket.ajax.calldecorator
An adapter for implementations of IAjaxCallDecorator.
AjaxCallDecorator() - Constructor for class org.apache.wicket.ajax.calldecorator.AjaxCallDecorator
 
AjaxCallThrottlingDecorator - Class in org.apache.wicket.ajax.calldecorator
Adds throttling to the ajax call.
AjaxCallThrottlingDecorator(String, Duration) - Constructor for class org.apache.wicket.ajax.calldecorator.AjaxCallThrottlingDecorator
Construct.
AjaxCallThrottlingDecorator(IAjaxCallDecorator, String, Duration) - Constructor for class org.apache.wicket.ajax.calldecorator.AjaxCallThrottlingDecorator
Construct.
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.
AjaxEventBehavior - Class in org.apache.wicket.ajax
An ajax behavior that is attached to a certain client-side (usually javascript) event, such as onClick, onChange, onKeyDown, etc.
AjaxEventBehavior(String) - Constructor for class org.apache.wicket.ajax.AjaxEventBehavior
Construct.
AjaxFallbackButton<T> - 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<T>, Form<?>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxFallbackButton
Construct.
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.
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
Default constructor
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.
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(Form<?>, String) - Constructor for class org.apache.wicket.ajax.form.AjaxFormValidatingBehavior
Construct.
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.
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<T> - 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, int) - 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.
AjaxPostprocessingCallDecorator - Class in org.apache.wicket.ajax.calldecorator
Ajax call decorator that decorates script after allowing the wrapped delegate decorator to decorate it first.
AjaxPostprocessingCallDecorator(IAjaxCallDecorator) - Constructor for class org.apache.wicket.ajax.calldecorator.AjaxPostprocessingCallDecorator
Construct.
AjaxPreprocessingCallDecorator - Class in org.apache.wicket.ajax.calldecorator
Ajax call decorator that decorates script before passing it to the delegate decorator
AjaxPreprocessingCallDecorator(IAjaxCallDecorator) - Constructor for class org.apache.wicket.ajax.calldecorator.AjaxPreprocessingCallDecorator
Construct.
AjaxRequestTarget - 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.
AjaxRequestTarget(Page) - Constructor for class org.apache.wicket.ajax.AjaxRequestTarget
Constructor
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
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.markup.html
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.markup.html.AjaxServerAndClientTimeFilter
 
AjaxSubmitButton<T> - Class in org.apache.wicket.ajax.markup.html.form
Deprecated. Use AjaxButton instead.
AjaxSubmitButton(String) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxSubmitButton
Deprecated. Use AjaxButton instead.
AjaxSubmitButton(String, Form<?>) - Constructor for class org.apache.wicket.ajax.markup.html.form.AjaxSubmitButton
Deprecated. Use AjaxButton instead.
AjaxSubmitLink<T> - 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.
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
allNodesCollapsed() - Method in class org.apache.wicket.markup.html.tree.AbstractTree
called when all nodes are collapsed.
allNodesCollapsed() - Method in interface org.apache.wicket.markup.html.tree.ITreeStateListener
Fired when all nodes are collapsed.
allNodesExpanded() - Method in class org.apache.wicket.markup.html.tree.AbstractTree
called when all nodes are expanded.
allNodesExpanded() - Method in interface org.apache.wicket.markup.html.tree.ITreeStateListener
Fired when all nodes are expanded.
ALLOW_2_SLASHES - Static variable in class org.apache.wicket.validation.validator.UrlValidator
Allow two slashes in the path component of the URL.
ALLOW_ALL - Static variable in interface org.apache.wicket.authorization.IAuthorizationStrategy
Implementation of IAuthorizationStrategy that allows everything.
ALLOW_ALL_SCHEMES - Static variable in class org.apache.wicket.validation.validator.UrlValidator
Allows all validly-formatted schemes to pass validation instead of supplying a set of valid schemes.
alwaysRedirectWhenPageMapIsSpecified() - Method in class org.apache.wicket.request.target.coding.HybridUrlCodingStrategy
Returns whether to redirect when there is pageMap specified in bookmarkable URL
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.
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.
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(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(StringBuffer) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the specified AppendingStringBuffer to this AppendingStringBuffer.
append(StringBuffer, int, int) - 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(StringBuffer, int) - Static method in class org.apache.wicket.protocol.http.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(MarkupStream, ComponentTag) - 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(String) - Method in class org.apache.wicket.ajax.AjaxRequestTarget
Adds javascript that will be evaluated on the client side after components are replaced
appendMarkupFilter(IMarkupFilter) - Method in class org.apache.wicket.markup.MarkupParser
Append a new filter to the list of already pre-configured markup filters.
appendMarkupFilter(IMarkupFilter, Class<? extends IMarkupFilter>) - Method in class org.apache.wicket.markup.MarkupParser
Append a new filter to the list of already pre-configured markup filters.
appendParameters(AppendingStringBuffer, Map) - Method in class org.apache.wicket.request.target.basic.URIRequestTargetUrlCodingStrategy
Gets the encoded URL for the request target.
appendParameters(AppendingStringBuffer, Map) - Method in class org.apache.wicket.request.target.coding.AbstractRequestTargetUrlCodingStrategy
Encodes Map into a url fragment and append that to the provided url buffer.
appendParameters(AppendingStringBuffer, Map) - Method in class org.apache.wicket.request.target.coding.IndexedHybridUrlCodingStrategy
 
appendParameters(AppendingStringBuffer, Map) - Method in class org.apache.wicket.request.target.coding.IndexedParamUrlCodingStrategy
 
appendParameters(AppendingStringBuffer, Map) - Method in class org.apache.wicket.request.target.coding.MixedParamUrlCodingStrategy
Encodes Map into a url fragment and append that to the provided url buffer.
appendParameters(AppendingStringBuffer, Map) - Method in class org.apache.wicket.request.target.coding.QueryStringUrlCodingStrategy
Append the parameters to the end of the URL.
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.protocol.http.AbstractHttpSessionStore
The web application for this store.
application - Variable in class org.apache.wicket.RequestCycle
The application object.
applyAdd(int, List) - Method in class org.apache.wicket.util.diff.Chunk
Add the text of this chunk to the target at the given position.
applyDelete(List) - Method in class org.apache.wicket.util.diff.Chunk
Delete this chunk from he given text.
applyTo(List) - Method in class org.apache.wicket.util.diff.AddDelta
 
applyTo(List) - Method in class org.apache.wicket.util.diff.ChangeDelta
 
applyTo(List) - Method in class org.apache.wicket.util.diff.DeleteDelta
 
applyTo(List) - Method in class org.apache.wicket.util.diff.Delta
Applies this delta as a patch to the given text.
applyTo(List) - Method in class org.apache.wicket.util.diff.Revision
Applies the series of deltas in this revision as patches to the given text.
areMountsCaseSensitive() - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy.Settings
Gets caseSensitive.
ARRAY - Static variable in class org.apache.wicket.util.io.ClassStreamHandler
 
arrayequals(byte[], byte[], int) - Static method in class org.apache.wicket.util.upload.MultipartFormInputStream
Compares count first bytes in the arrays a and b.
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
A faster, smaller stack implementation.
ArrayListStack(int) - Constructor for class org.apache.wicket.util.collections.ArrayListStack
Construct.
ArrayListStack() - Constructor for class org.apache.wicket.util.collections.ArrayListStack
Construct.
ArrayListStack(Collection<T>) - Constructor for class org.apache.wicket.util.collections.ArrayListStack
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.
asLined(Collection) - Static method in class org.apache.wicket.util.tester.WicketTesterHelper
A toString method for the given Collection.
assertAjaxLocation() - Method in class org.apache.wicket.util.tester.WicketTester
Asserts that the Ajax location header is present.
assertComponent(String, Class) - Method in class org.apache.wicket.util.tester.WicketTester
Asserts a Component class.
assertComponentOnAjaxResponse(Component) - Method in class org.apache.wicket.util.tester.WicketTester
Tests that a Component has been added to a AjaxRequestTarget, using AjaxRequestTarget.addComponent(Component).
assertComponentOnAjaxResponse(String) - Method in class org.apache.wicket.util.tester.WicketTester
Tests that a Component has been added to a AjaxRequestTarget, using AjaxRequestTarget.addComponent(Component).
assertContains(String) - Method in class org.apache.wicket.util.tester.WicketTester
Asserts the content of last rendered page contains (matches) a given regex pattern.
assertEquals(Collection, Collection) - Static method in class org.apache.wicket.util.tester.WicketTesterHelper
Asserts that both Collections contain the same elements.
assertErrorMessages(String[]) - Method in class org.apache.wicket.util.tester.WicketTester
Asserts error-level feedback messages.
assertInfoMessages(String[]) - 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
assert the model of ListView use expectedList
assertListView(String, List) - Method in class org.apache.wicket.util.tester.WicketTester
Asserts the model of a ListView.
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.
assertNoInfoMessage() - Method in class org.apache.wicket.util.tester.WicketTester
Asserts no info-level feedback messages.
assertPageLink(String, Class) - Method in class org.apache.wicket.util.tester.WicketTester
Asserts a PageLink link to a Page class.
assertRenderedPage(Class) - Method in class org.apache.wicket.util.tester.WicketTester
Asserts a last-rendered Page class.
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
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.
asString() - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
asString() - Method in interface org.apache.wicket.util.resource.IStringResourceStream
 
asString() - Method in class org.apache.wicket.util.resource.StringBufferResourceStream
 
asString() - Method in class org.apache.wicket.util.resource.StringResourceStream
 
asString(Map) - 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) - Method in class org.apache.wicket.util.template.TextTemplateDecorator
Returns the decorated contents as a String.
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.
attach() - Method in class org.apache.wicket.Session
Any attach logic for session subclasses.
ATTACHMENT - Static variable in class org.apache.wicket.util.upload.FileUploadBase
Content-disposition value for file attachment.
atTag() - Method in class org.apache.wicket.markup.MarkupStream
 
ATTRIBUTE_LOCALIZER - Static variable in class org.apache.wicket.markup.parser.filter.WicketMessageTagHandler
singleton instance of WicketMessageTagHandler.AttributeLocalizer
AttributeAppender - Class in org.apache.wicket.behavior
AttributeModifier that appends the given value, rather than replace it.
AttributeAppender(String, boolean, 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 addAttributeIfNotPresent is true.
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.
attributeForId(int) - Method in interface org.apache.wicket.IPageMap
 
attributeForId(int) - Method in class org.apache.wicket.PageMap
 
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) - 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, boolean, 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, 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, String, boolean, IModel<?>) - Constructor for class org.apache.wicket.AttributeModifier
Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
AttributeModifier(String, String, IModel<?>) - Constructor for class org.apache.wicket.AttributeModifier
Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
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.
authorizeAction(Component<?>) - Method in interface org.apache.wicket.authorization.strategies.action.IActionAuthorizer
Gets whether this action is authorized.
autoAdd(Component<?>, MarkupStream) - Method in class org.apache.wicket.MarkupContainer
This method allows a component to be added by an auto-resolver such as AutoComponentResolver or AutoLinkResolver.
autoAdd(Component<?>) - Method in class org.apache.wicket.MarkupContainer
Deprecated. since 1.3 Please use MarkupContainer.autoAdd(Component, MarkupStream) instead
AutoComponentResolver - Class in org.apache.wicket.markup.resolver
<wicket:component class="myApp.MyTable" key=value> tags may be used to add Wicket components (e.g.
AutoComponentResolver() - Constructor for class org.apache.wicket.markup.resolver.AutoComponentResolver
 
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.
AUTOLINK_ID - Static variable in class org.apache.wicket.markup.parser.filter.WicketLinkTagHandler
The id of autolink components
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.AbstractAutolinkResolverDelegate() - Constructor for class org.apache.wicket.markup.resolver.AutoLinkResolver.AbstractAutolinkResolverDelegate
 
AutoLinkResolver.AutolinkBookmarkablePageLink - Class in org.apache.wicket.markup.resolver
Autolink components delegate component resolution to their parent components.
AutoLinkResolver.AutolinkBookmarkablePageLink(String, Class<? extends Page>, PageParameters, String) - Constructor for class org.apache.wicket.markup.resolver.AutoLinkResolver.AutolinkBookmarkablePageLink
Construct
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.
AutoLinkResolver.PathInfo(String) - Constructor for class org.apache.wicket.markup.resolver.AutoLinkResolver.PathInfo
Construct.

B

BACKSLASH - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for backslash.
Base64 - Class in org.apache.wicket.util.crypt
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64() - Constructor for class org.apache.wicket.util.crypt.Base64
 
Base64UrlSafe - Class in org.apache.wicket.util.crypt
Provides Base64 encoding and decoding with URL and filename safe alphabet as defined by RFC 3548, section 4.
Base64UrlSafe() - Constructor for class org.apache.wicket.util.crypt.Base64UrlSafe
 
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.
BaseTree - Class in org.apache.wicket.markup.html.tree
An abstract Tree component that should serve as a base for custom Tree Components.
BaseTree(String) - Constructor for class org.apache.wicket.markup.html.tree.BaseTree
Construct.
BaseTree(String, IModel) - Constructor for class org.apache.wicket.markup.html.tree.BaseTree
Construct.
BaseTree.ILinkCallback - Interface in org.apache.wicket.markup.html.tree
Helper class for calling an action from a link.
BaseTree.LinkType - Class in org.apache.wicket.markup.html.tree
The type of junction links and node selection links.
BaseTree.LinkType(String) - Constructor for class org.apache.wicket.markup.html.tree.BaseTree.LinkType
Construct.
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) - 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 for unit testing.
BaseWicketTester.DummyWebApplication - Class in org.apache.wicket.util.tester
 
BaseWicketTester.DummyWebApplication() - Constructor for class org.apache.wicket.util.tester.BaseWicketTester.DummyWebApplication
 
beforeCallComponent(Component<?>, RequestListenerInterface) - Method in class org.apache.wicket.Page
Called just before a component's listener method (the provided method argument) is called.
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.
beforeRender(Component<?>) - Method in class org.apache.wicket.behavior.AbstractBehavior
 
beforeRender(Component<?>) - Method in interface org.apache.wicket.behavior.IBehavior
Called when a component is about to render.
beforeRender() - Method in class org.apache.wicket.Component
Called for every component when the page is getting to be rendered.
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.
beginVersion(boolean) - Method in interface org.apache.wicket.version.IPageVersionManager
Called when changes are immediately impending to the Page being managed.
beginVersion(boolean) - Method in class org.apache.wicket.version.undo.UndoPageVersionManager
 
BEHAVIOR_ID_PARAMETER_NAME - Static variable in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
AJAX query parameter name
BehaviorRequestTarget - Class in org.apache.wicket.request.target.component.listener
Target that denotes a page instance and a call to a component on that page using an listener interface method.
BehaviorRequestTarget(Page, Component, RequestListenerInterface) - Constructor for class org.apache.wicket.request.target.component.listener.BehaviorRequestTarget
Construct.
BehaviorRequestTarget(Page, Component, RequestListenerInterface, RequestParameters) - Constructor for class org.apache.wicket.request.target.component.listener.BehaviorRequestTarget
Construct.
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.converters
BigDecimal converter see IConverter
BigDecimalConverter() - Constructor for class org.apache.wicket.util.convert.converters.BigDecimalConverter
 
bigDecValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a BigDecimal.
bigIntValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a BigInteger.
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.AbstractBehavior
 
bind(Component<?>) - Method in interface org.apache.wicket.behavior.IBehavior
Bind this handler to the given component.
bind() - Method in class org.apache.wicket.markup.html.image.resource.LocalizedImageResource
Binds this resource if it is shared
bind(Application, Class<?>, Pattern) - Static method in class org.apache.wicket.markup.html.PackageResource
Deprecated. Since Wicket 1.2.1 this method is effectively a no-op. package resources are automatically tried and bound as shared resources so that they don't have to be pre-registered anymore. Will be removed in 2.0
bind(Application, Class<?>, Pattern, boolean) - Static method in class org.apache.wicket.markup.html.PackageResource
Deprecated. Since Wicket 1.2.1 this method is effectively a no-op. package resources are automatically tried and bound as shared resources so that they don't have to be pre-registered anymore. Will be removed in 2.0
bind(Application, Class<?>, String) - Static method in class org.apache.wicket.markup.html.PackageResource
Binds a resource to the given application object.
bind(Application, Class<?>, String, Locale) - Static method in class org.apache.wicket.markup.html.PackageResource
Binds a resource to the given application object.
bind(Application, Class<?>, String, Locale, String) - Static method in class org.apache.wicket.markup.html.PackageResource
Binds a resource to the given application object.
bind(Component<?>) - Method in class org.apache.wicket.markup.transformer.XsltTransformerBehavior
 
bind(Component) - Method in class org.apache.wicket.model.BoundCompoundPropertyModel
Adds a property binding, using the component's id as the property expression.
bind(Component, String) - Method in class org.apache.wicket.model.BoundCompoundPropertyModel
Adds a property binding.
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(Request, Session) - Method in class org.apache.wicket.protocol.http.AbstractHttpSessionStore
 
bind(Application) - Method in class org.apache.wicket.ResourceReference
Binds this shared resource to the given application.
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 interface org.apache.wicket.session.ISessionStore
Adds the provided new session to this facade using the provided request.
BlobImageResource - Class in org.apache.wicket.markup.html.image.resource
An ImageResource subclass for dynamic images that come from database BLOB fields.
BlobImageResource(Locale) - Constructor for class org.apache.wicket.markup.html.image.resource.BlobImageResource
Construct.
BlobImageResource(String, Locale) - Constructor for class org.apache.wicket.markup.html.image.resource.BlobImageResource
Construct.
BlobImageResource(String) - Constructor for class org.apache.wicket.markup.html.image.resource.BlobImageResource
Construct.
BlobImageResource() - Constructor for class org.apache.wicket.markup.html.image.resource.BlobImageResource
Construct.
BODY - Static variable in class org.apache.wicket.markup.parser.XmlPullParser
Tag body in between two tags
BodyTagAttributeModifier - Class in org.apache.wicket.markup.html.body
An attribute modifier specifically for body tags.
BodyTagAttributeModifier(String, boolean, IModel<?>, Component<?>) - Constructor for class org.apache.wicket.markup.html.body.BodyTagAttributeModifier
Create a new attribute modifier with the given attribute name and model to replace with.
BodyTagAttributeModifier(String, IModel<?>, Component<?>) - Constructor for class org.apache.wicket.markup.html.body.BodyTagAttributeModifier
Create a new attribute modifier with the given attribute name and model to replace with.
BodyTagAttributeModifier(String, String, boolean, IModel<?>, Component<?>) - Constructor for class org.apache.wicket.markup.html.body.BodyTagAttributeModifier
Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
BodyTagAttributeModifier(String, String, IModel<?>, Component<?>) - Constructor for class org.apache.wicket.markup.html.body.BodyTagAttributeModifier
Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
BOOKMARKABLE_PAGE_PARAMETER_NAME - Static variable in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Parameter name used all over the place
BookmarkableListenerInterfaceRequestTarget - Class in org.apache.wicket.request.target.component
Request target for bookmarkable page links that also contain component path and interface name.
BookmarkableListenerInterfaceRequestTarget(String, Class, PageParameters, String, String, int) - Constructor for class org.apache.wicket.request.target.component.BookmarkableListenerInterfaceRequestTarget
This constructor is called when a stateless link is clicked on but the page wasn't found in the session.
BookmarkableListenerInterfaceRequestTarget(String, Class, PageParameters, Component, RequestListenerInterface) - Constructor for class org.apache.wicket.request.target.component.BookmarkableListenerInterfaceRequestTarget
This constructor is called for generating the urls (RequestCycle.urlFor()) So it will alter the PageParameters to include the 2 org.apache.wicket params WebRequestCodingStrategy.BOOKMARKABLE_PAGE_PARAMETER_NAME and WebRequestCodingStrategy.INTERFACE_PARAMETER_NAME
bookmarkablePageClassRef - Variable in class org.apache.wicket.request.target.coding.BookmarkablePageRequestTargetUrlCodingStrategy
bookmarkable page class.
BookmarkablePageLink - 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) - Constructor for class org.apache.wicket.markup.html.link.BookmarkablePageLink
Constructor.
BookmarkablePageLink(String, Class, PageParameters) - Constructor for class org.apache.wicket.markup.html.link.BookmarkablePageLink
Constructor.
BookmarkablePageRequestTarget - Class in org.apache.wicket.request.target.component
Default implementation of IBookmarkablePageRequestTarget.
BookmarkablePageRequestTarget(Class) - Constructor for class org.apache.wicket.request.target.component.BookmarkablePageRequestTarget
Construct.
BookmarkablePageRequestTarget(Class, PageParameters) - Constructor for class org.apache.wicket.request.target.component.BookmarkablePageRequestTarget
Construct.
BookmarkablePageRequestTarget(String, Class) - Constructor for class org.apache.wicket.request.target.component.BookmarkablePageRequestTarget
Construct.
BookmarkablePageRequestTarget(String, Class, PageParameters) - Constructor for class org.apache.wicket.request.target.component.BookmarkablePageRequestTarget
Construct.
BookmarkablePageRequestTargetUrlCodingStrategy - Class in org.apache.wicket.request.target.coding
Encodes and decodes mounts for a single bookmarkable page class.
BookmarkablePageRequestTargetUrlCodingStrategy(String, Class, String) - Constructor for class org.apache.wicket.request.target.coding.BookmarkablePageRequestTargetUrlCodingStrategy
Construct.
BooleanConverter - Class in org.apache.wicket.util.convert.converters
Converts from Object to Boolean.
BooleanConverter() - Constructor for class org.apache.wicket.util.convert.converters.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<T> - Class in org.apache.wicket.markup.html.border
A border component has associated markup which is drawn and determines placement of any markup and/or components nested within the border component.
Border(String) - Constructor for class org.apache.wicket.markup.html.border.Border
 
Border(String, IModel<T>) - Constructor for 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
Border.BorderBodyContainer(String) - Constructor for class org.apache.wicket.markup.html.border.Border.BorderBodyContainer
Constructor
BorderBodyResolver - Class in org.apache.wicket.markup.resolver
In case of Border where the associated markup has a container in between the wicket:border and the wicket:body tag, the wicket:body container can not be resolved easily.
BorderBodyResolver() - Constructor for class org.apache.wicket.markup.resolver.BorderBodyResolver
 
BoundCompoundPropertyModel - Class in org.apache.wicket.model
A compound property model that supports type conversions and property expression bindings.
BoundCompoundPropertyModel(Object) - Constructor for class org.apache.wicket.model.BoundCompoundPropertyModel
Constructor
BoxBorder<T> - Class in org.apache.wicket.markup.html.border
A very simple border component that draws a thin black line around its children.
BoxBorder(String) - Constructor for class org.apache.wicket.markup.html.border.BoxBorder
 
BrowserInfoForm - Class in org.apache.wicket.markup.html.pages
Form for posting JavaScript properties.
BrowserInfoForm(String) - Constructor for class org.apache.wicket.markup.html.pages.BrowserInfoForm
Construct.
BrowserInfoForm.ClientPropertiesBean - Class in org.apache.wicket.markup.html.pages
Holds properties of the client.
BrowserInfoForm.ClientPropertiesBean() - Constructor for class org.apache.wicket.markup.html.pages.BrowserInfoForm.ClientPropertiesBean
 
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(PageParameters) - Constructor for class org.apache.wicket.markup.html.pages.BrowserInfoPage
Bookmarkable constructor.
BrowserInfoPage(String) - Constructor for class org.apache.wicket.markup.html.pages.BrowserInfoPage
Constructor.
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(Locale) - Constructor for class org.apache.wicket.markup.html.image.resource.BufferedDynamicImageResource
Construct.
BufferedDynamicImageResource(String, Locale) - 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.
BufferedWebResponse - Class in org.apache.wicket.protocol.http
Subclass of WebResponse which buffers output and any redirection.
BufferedWebResponse(HttpServletResponse) - Constructor for class org.apache.wicket.protocol.http.BufferedWebResponse
Package private constructor.
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.
buildWicketFilterPath(String) - Method in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
buildWicketFilterQuery(String) - Method in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
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<T> - 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<T>) - 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).
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.resource
This class can be used to easy make a Resource from a predefined byte array.
ByteArrayResource(String, byte[]) - Constructor for class org.apache.wicket.resource.ByteArrayResource
Creates a Resource from the given byte array with its content type
ByteArrayResource(String, byte[], String) - Constructor for class org.apache.wicket.resource.ByteArrayResource
Creates a Resource from the given byte array with its content type
ByteArrayResource(String, byte[], Locale) - Constructor for class org.apache.wicket.resource.ByteArrayResource
Creates a Resource from the given byte array with its content type and the locale for which it is valid.
ByteArrayResource(String, byte[], Locale, String) - Constructor for class org.apache.wicket.resource.ByteArrayResource
Creates a Resource from the given byte array with its content type and the locale for which it is valid.
byteArrayToObject(byte[]) - Static method in class org.apache.wicket.util.lang.Objects
De-serializes an object from a byte array.
ByteConverter - Class in org.apache.wicket.util.convert.converters
Converts from Object to Byte.
ByteConverter() - Constructor for class org.apache.wicket.util.convert.converters.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
 
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.

C

CachingSunJceCryptFactory - Class in org.apache.wicket.util.crypt
Default crypt factory.
CachingSunJceCryptFactory(String) - Constructor for class org.apache.wicket.util.crypt.CachingSunJceCryptFactory
Construct.
callOnBeforeRenderIfNotVisible() - Method in class org.apache.wicket.Component
Override this method if you want onBeforeRender to be called even when your component is not visible.
callOnBeforeRenderIfNotVisible() - Method in class org.apache.wicket.markup.html.form.validation.FormComponentFeedbackIndicator
 
callOnBeginRequest(RequestCycle) - Static method in class org.apache.wicket.util.tester.BaseWicketTester
 
CancelEventIfNoAjaxDecorator - Class in org.apache.wicket.ajax.calldecorator
Decorator that can be used to cancel the regular action if ajax call was performed.
CancelEventIfNoAjaxDecorator() - Constructor for class org.apache.wicket.ajax.calldecorator.CancelEventIfNoAjaxDecorator
Construct.
CancelEventIfNoAjaxDecorator(IAjaxCallDecorator) - Constructor for class org.apache.wicket.ajax.calldecorator.CancelEventIfNoAjaxDecorator
Constructors that allows chaining of another decorator
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.
CDATA - Static variable in class org.apache.wicket.markup.parser.XmlPullParser
Change - Class in org.apache.wicket.version.undo
A Change contains undo information for a change to the Page.
Change() - Constructor for class org.apache.wicket.version.undo.Change
 
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 - Class in org.apache.wicket.util.listener
Holds a set of IChangeListeners.
ChangeListenerSet() - Constructor for class org.apache.wicket.util.listener.ChangeListenerSet
 
CharacterConverter - Class in org.apache.wicket.util.convert.converters
Converts from Object to Character.
CharacterConverter() - Constructor for class org.apache.wicket.util.convert.converters.CharacterConverter
 
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.
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
 
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<T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
Constructor
CheckBoxMultipleChoice(String, List<T>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
Constructor
CheckBoxMultipleChoice(String, IModel<Collection<T>>, List<T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
Constructor
CheckBoxMultipleChoice(String, IModel<Collection<T>>, List<T>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
Constructor
CheckBoxMultipleChoice(String, IModel<List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
Constructor
CheckBoxMultipleChoice(String, IModel<Collection<T>>, IModel<List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
Constructor
CheckBoxMultipleChoice(String, IModel<List<? extends T>>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
Constructor
CheckBoxMultipleChoice(String, IModel<Collection<T>>, IModel<List<? extends T>>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
Constructor
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.
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<? extends 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<Collection<T>>) - Constructor for class org.apache.wicket.markup.html.form.CheckGroup
 
CheckGroupSelector - Class in org.apache.wicket.markup.html.form
Selects and deselects all Check components under the same CheckGroup as itself.
CheckGroupSelector(String) - Constructor for class org.apache.wicket.markup.html.form.CheckGroupSelector
 
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.
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
 
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.
CHILD_ATTRIBUTE - Static variable in class org.apache.wicket.markup.parser.filter.EnclosureHandler
The child attribute
ChoiceRenderer<T> - Class in org.apache.wicket.markup.html.form
Default implementation of IChoiceRenderer.
ChoiceRenderer() - Constructor for class org.apache.wicket.markup.html.form.ChoiceRenderer
Construct.
ChoiceRenderer(String) - Constructor for class org.apache.wicket.markup.html.form.ChoiceRenderer
Construct.
ChoiceRenderer(String, String) - Constructor for class org.apache.wicket.markup.html.form.ChoiceRenderer
Construct.
chooseMarkupStream(MarkupStream) - Method in class org.apache.wicket.markup.html.panel.Fragment
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, 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, 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.
CLASS - Static variable in class org.apache.wicket.util.io.ClassStreamHandler
 
CLASS_DEF - Static variable in class org.apache.wicket.util.io.ClassStreamHandler
 
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.
ClassStreamHandler - Class in org.apache.wicket.util.io
TODO DOC ME! NOTE: this class uses Sun-specific features: we use Unsafe because we need to set the final fields, and we use ReflectionFactory to be able to find constructors appropriate for serialization.
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.
cleanup() - Method in class org.apache.wicket.behavior.AbstractBehavior
This method is called either by AbstractBehavior.onRendered(Component) or AbstractBehavior.onException(Component, RuntimeException) AFTER they called their respective template methods.
cleanup() - Method in class org.apache.wicket.markup.transformer.AbstractTransformerBehavior
 
cleanupFeedbackMessages() - Method in class org.apache.wicket.protocol.http.WebSession
 
cleanupFeedbackMessages() - Method in class org.apache.wicket.Session
Cleans up all rendered feedback messages and any unrendered, dangling feedback messages there may be left after that.
clear() - Method in class org.apache.wicket.AccessStackPageMap
Removes all pages from this map
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.IPageMap
Removes all pages from this map
clear(FormComponent) - Method in class org.apache.wicket.markup.html.form.persistence.CookieValuePersister
 
clear(FormComponent) - Method in interface org.apache.wicket.markup.html.form.persistence.IValuePersister
Remove any persisted value for a given form component.
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.PageMap
 
clear() - Method in class org.apache.wicket.Session
Removes all pages from the session.
clear() - Method in class org.apache.wicket.util.collections.IntHashMap
Removes all mappings from this map.
clear() - Method in class org.apache.wicket.util.collections.MicroMap
 
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 interface org.apache.wicket.util.value.IValueMap
 
clear() - Method in class org.apache.wicket.util.value.ValueMap
 
clearCache() - Method in class org.apache.wicket.Localizer
Clear all cache entries
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.protocol.http.WebResponse
Convenience method for clearing a cookie.
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.
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.
ClientInfo - Class in org.apache.wicket.request
Encapsulates information about the request cycle agents' capabilities.
ClientInfo() - Constructor for class org.apache.wicket.request.ClientInfo
Construct.
ClientProperties - Class in org.apache.wicket.protocol.http
Description of various user agent (browser) properties.
ClientProperties() - Constructor for class org.apache.wicket.protocol.http.ClientProperties
 
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(Object) - Static method in class org.apache.wicket.util.lang.Objects
Makes a deep clone of an object by serializing and deserializing it.
cloneObject(Object) - Static method in class org.apache.wicket.util.lang.Objects
Makes a deep clone of an object by serializing and deserializing it.
close() - Method in class org.apache.wicket.markup.html.CompressedPackageResource.CompressingResourceStream
 
close() - Method in interface org.apache.wicket.markup.html.IHeaderResponse
Mark Header rendering is completed and subsequent usage will be ignored.
close() - Method in class org.apache.wicket.markup.html.internal.HeaderResponse
 
close() - Method in class org.apache.wicket.markup.html.JavascriptPackageResource.FilteringResourceStream
 
close() - Method in class org.apache.wicket.markup.MarkupResourceStream
 
CLOSE - Static variable in class org.apache.wicket.markup.parser.XmlTag
A close tag, like </TAG>.
close() - Method in class org.apache.wicket.protocol.http.BufferedWebResponse
Flushes the response buffer by doing a redirect or writing out the buffer.
close() - Method in class org.apache.wicket.protocol.http.portlet.EmbeddedPortletHeaderResponse
 
close() - Method in class org.apache.wicket.protocol.http.WebResponse
Closes response output.
close() - Method in class org.apache.wicket.Response
Closes the response output stream
close() - Method in class org.apache.wicket.response.FileResponse
 
close() - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class org.apache.wicket.util.io.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.WicketObjectInputStream
 
close() - Method in class org.apache.wicket.util.io.WicketObjectOutputStream
 
close() - Method in class org.apache.wicket.util.io.XmlReader
 
close() - Method in class org.apache.wicket.util.resource.AbstractResourceStreamWriter
this method should not be used as it is not required for resource writers

resource write generate content directly, not using an input stream, so there's nothing to close later.

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 interface org.apache.wicket.util.resource.IResourceStream
Closes the resource.
close() - Method in class org.apache.wicket.util.resource.PackageResourceStream
 
close() - Method in class org.apache.wicket.util.resource.UrlResourceStream
Closes this resource.
close() - Method in class org.apache.wicket.util.resource.WebExternalResourceStream
 
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.string.JavascriptUtils
Write the script close tag to the response.
close() - Method in class org.apache.wicket.util.template.TextTemplateDecorator
 
CLOSE_TAG - Static variable in class org.apache.wicket.protocol.http.documentvalidation.HtmlDocumentParser
Constant for close tag token.
closeAndDeleteFileChannel(String) - Method in class org.apache.wicket.protocol.http.pagestore.FileChannelPool
Closes the file channel with given name and removes it from pool.
closeQuietly(Reader) - Static method in class org.apache.wicket.util.io.IOUtils
Unconditionally close an Reader.
closeQuietly(Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Unconditionally close a Writer.
closeQuietly(InputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Unconditionally close an InputStream.
closeQuietly(OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Unconditionally close an OutputStream.
closes(MarkupElement) - Method in class org.apache.wicket.markup.ComponentTag
Gets whether this tag closes the provided open tag.
closes(MarkupElement) - Method in class org.apache.wicket.markup.MarkupElement
Gets whether this element closes the given element.
closes(XmlTag) - Method in class org.apache.wicket.markup.parser.XmlTag
Gets whether this tag closes the provided open tag.
closeStreams() - Method in class org.apache.wicket.markup.html.form.upload.FileUpload
Close the streams which has been opened when getting the InputStream using FileUpload.getInputStream().
collapseAll() - Method in class org.apache.wicket.markup.html.tree.DefaultTreeState
 
collapseAll() - Method in interface org.apache.wicket.markup.html.tree.ITreeState
Collapses all nodes of the tree.
collapseNode(TreeNode) - Method in class org.apache.wicket.markup.html.tree.DefaultTreeState
 
collapseNode(TreeNode) - Method in interface org.apache.wicket.markup.html.tree.ITreeState
Collapses the given node.
COLON - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for colon.
COMMA - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for comma.
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 - Static variable in class org.apache.wicket.markup.parser.XmlPullParser
 
Comment - Class in org.apache.wicket.protocol.http.documentvalidation
Class representing a comment in an HTML document.
Comment(String) - Constructor for class org.apache.wicket.protocol.http.documentvalidation.Comment
Create the comment.
COMMENT - Static variable in class org.apache.wicket.protocol.http.documentvalidation.HtmlDocumentParser
Constant for comment token.
compare(Item, Item) - Method in class org.apache.wicket.markup.repeater.Item.IndexComparator
 
compare(Component<T>, Object) - Method in interface org.apache.wicket.model.IModelComparator
 
compare(Object[], Object[]) - Static method in class org.apache.wicket.util.diff.Diff
Compares the two input sequences.
compareTo(RequestLogger.SessionData) - Method in class org.apache.wicket.protocol.http.RequestLogger.SessionData
 
compareTo(Object) - Method in class org.apache.wicket.util.value.IntValue
 
compareTo(Object) - 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.
Component<T> - 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<T>) - Constructor for class org.apache.wicket.Component
Constructor.
component(T) - Method in interface org.apache.wicket.Component.IVisitor
Called at each component in a traversal.
Component.ComponentModelChange - Class in org.apache.wicket
Change record of a model.
Component.ComponentModelChange(IModel<T>) - Constructor for class org.apache.wicket.Component.ComponentModelChange
Construct.
Component.EnabledChange - Class in org.apache.wicket
A enabled change operation.
Component.IVisitor<T extends Component<?>> - Interface in org.apache.wicket
Generic component visitor interface for component traversals.
Component.VisibilityChange - Class in org.apache.wicket
A visibility change operation.
componentAdded(Component) - Method in interface org.apache.wicket.version.IPageVersionManager
Indicates that the given Component was added.
componentAdded(Component) - Method in class org.apache.wicket.version.undo.UndoPageVersionManager
 
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.
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.
ComponentModel - 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
 
componentModelChanging(Component) - Method in interface org.apache.wicket.version.IPageVersionManager
Indicates that the model for the given Component is about to change.
componentModelChanging(Component) - Method in class org.apache.wicket.version.undo.UndoPageVersionManager
 
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
componentRemoved(Component) - Method in interface org.apache.wicket.version.IPageVersionManager
Indicates that the given Component was removed.
componentRemoved(Component) - Method in class org.apache.wicket.version.undo.UndoPageVersionManager
 
componentRendered(Component<?>) - Method in class org.apache.wicket.Page
Adds a component to the set of rendered components.
ComponentRequestTarget - Class in org.apache.wicket.request.target.component
Default implementation of IComponentRequestTarget.
ComponentRequestTarget(Component) - Constructor for class org.apache.wicket.request.target.component.ComponentRequestTarget
Construct.
ComponentResourceRequestTarget - Class in org.apache.wicket.request.target.resource
An implementation of IRequestTarget that is used for the IResourceListener event request.
ComponentResourceRequestTarget(Page, Component, RequestListenerInterface) - Constructor for class org.apache.wicket.request.target.resource.ComponentResourceRequestTarget
Construct.
componentStateChanging(Change) - Method in interface org.apache.wicket.version.IPageVersionManager
Indicates an internal state for the given Component is about to change.
componentStateChanging(Change) - Method in class org.apache.wicket.version.undo.UndoPageVersionManager
 
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.
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.Type) - 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.
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
 
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(Object) - Constructor for class org.apache.wicket.model.CompoundPropertyModel
Constructor
CompoundValidator - Class in org.apache.wicket.validation
A compound IValidator.
CompoundValidator() - Constructor for class org.apache.wicket.validation.CompoundValidator
Constructor.
CompressedPackageResource - Class in org.apache.wicket.markup.html
Identical to PackageResource, but supports gzip compression of data See PackageResource and CompressedResourceReference
CompressedPackageResource(Class<?>, String, Locale, String) - Constructor for class org.apache.wicket.markup.html.CompressedPackageResource
Hidden constructor.
CompressedPackageResource.CompressingResourceStream - Class in org.apache.wicket.markup.html
IResourceStream implementation which compresses the data with gzip if the requests header Accept-Encoding contains string gzip
CompressedPackageResource.CompressingResourceStream() - Constructor for class org.apache.wicket.markup.html.CompressedPackageResource.CompressingResourceStream
 
CompressedPackageResourceReference - Class in org.apache.wicket.markup.html.resources
Deprecated. Will be renamed to CompressedResourceReference in Wicket 2.0
CompressedPackageResourceReference(Application, Class, String) - Constructor for class org.apache.wicket.markup.html.resources.CompressedPackageResourceReference
Deprecated.  
CompressedPackageResourceReference(Application, Class, String, Locale, String) - Constructor for class org.apache.wicket.markup.html.resources.CompressedPackageResourceReference
Deprecated.  
CompressedPackageResourceReference(Application, String) - Constructor for class org.apache.wicket.markup.html.resources.CompressedPackageResourceReference
Deprecated.  
CompressedPackageResourceReference(Class, String) - Constructor for class org.apache.wicket.markup.html.resources.CompressedPackageResourceReference
Deprecated.  
CompressedResourceReference - Class in org.apache.wicket.markup.html.resources
A static resource reference which can be transferred to the browser using the gzip compression.
CompressedResourceReference(Class, String) - Constructor for class org.apache.wicket.markup.html.resources.CompressedResourceReference
 
CompressedResourceReference(Class, String, Locale, String) - Constructor for class org.apache.wicket.markup.html.resources.CompressedResourceReference
 
CompressedResourceReference(String) - Constructor for class org.apache.wicket.markup.html.resources.CompressedResourceReference
 
compressWhitespace(String) - Method in class org.apache.wicket.markup.MarkupParser
Remove whitespace from the raw markup
CONFIG_PARAM_PREFIX - Static variable in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
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(RequestCycle, Response, IResourceStream) - Method in class org.apache.wicket.request.target.resource.ResourceStreamRequestTarget
Configures the response, default by setting the content type and length and content disposition (in case the fileName property was set).
configureResponse() - Method in class org.apache.wicket.markup.html.pages.AccessDeniedPage
 
configureResponse() - Method in class org.apache.wicket.markup.html.pages.ExceptionErrorPage
 
configureResponse() - Method in class org.apache.wicket.markup.html.pages.InternalErrorPage
 
configureResponse() - Method in class org.apache.wicket.markup.html.pages.PageExpiredErrorPage
 
configureResponse() - Method in class org.apache.wicket.markup.html.WebPage
 
configureResponse(Response) - Method in class org.apache.wicket.markup.html.WebResource
 
configureResponse() - Method in class org.apache.wicket.Page
Set-up response with appropriate content type, locale and encoding.
configureResponse(Response) - Method in class org.apache.wicket.Resource
Allows implementations to do configure the response, like setting headers etc.
ConsoleResponse - Class in org.apache.wicket.response
A Response implementation which writes to the console.
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 a Component has reference to its parents, which eventually is the Page, and because the Page contains a reference to the Session, keeping a "copy" of a component is very expensive.
ContainerInfo(MarkupContainer<?>) - Constructor for class org.apache.wicket.markup.ContainerInfo
Construct.
ContainerInfo(Class<?>, Locale, String, String, String) - Constructor for class org.apache.wicket.markup.ContainerInfo
Construct.
ContainerWithAssociatedMarkupHelper - Class in org.apache.wicket.markup.html
A Wicket internal helper class to handle wicket:head tags.
ContainerWithAssociatedMarkupHelper(IHeaderPartContainerProvider) - Constructor for class org.apache.wicket.markup.html.ContainerWithAssociatedMarkupHelper
 
contains(Component<?>, boolean) - Method in class org.apache.wicket.MarkupContainer
 
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.
containsHeader(String) - Method in class org.apache.wicket.protocol.http.MockHttpServletResponse
Check if the response contains the given header name.
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
 
containsPage(int, int) - Method in class org.apache.wicket.AccessStackPageMap
 
containsPage(int, int) - Method in interface org.apache.wicket.IPageMap
Returns true if the PageMap contains page with given id and versonNumber
containsPage(String, String, int, int) - Method in class org.apache.wicket.protocol.http.pagestore.DiskPageStore
 
containsPage(String, String, int, int) - Method in class org.apache.wicket.protocol.http.pagestore.SimpleSynchronousFilePageStore
 
containsPage(String, String, int, int) - Method in interface org.apache.wicket.protocol.http.SecondLevelCacheSessionStore.IPageStore
Returns whether the PageStore contains given page.
containsPage(String, String, int, int) - Method in class org.apache.wicket.protocol.http.TestFilePageStore
 
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
 
CONTENT_DISPOSITION - Static variable in class org.apache.wicket.util.upload.FileUploadBase
HTTP content disposition header name.
CONTENT_TYPE - Static variable in class org.apache.wicket.util.upload.FileUploadBase
HTTP content type header name.
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.
ContextImage - Class in org.apache.wicket.markup.html.image
Provides a context-relative image.
ContextImage(String) - Constructor for class org.apache.wicket.markup.html.image.ContextImage
 
ContextImage(String, IModel) - Constructor for class org.apache.wicket.markup.html.image.ContextImage
 
ContextParamWebApplicationFactory - Class in org.apache.wicket.protocol.http
Factory that creates application objects based on the class name specified in the ContextParamWebApplicationFactory.APP_CLASS_PARAM context variable.
ContextParamWebApplicationFactory() - Constructor for class org.apache.wicket.protocol.http.ContextParamWebApplicationFactory
 
CONTEXTPATH - Static variable in class org.apache.wicket.Application
Configuration type constant for getting the context path out of the web.xml
ContextRelativeResource - Class in org.apache.wicket.resource
Resource served from a file relative to the context root.
ContextRelativeResource(String) - Constructor for class org.apache.wicket.resource.ContextRelativeResource
Construct.
CONTINUE_TRAVERSAL - Static variable in interface org.apache.wicket.Component.IVisitor
Value to return to continue a traversal.
CONTINUE_TRAVERSAL_BUT_DONT_GO_DEEPER - Static variable in interface org.apache.wicket.Component.IVisitor
A generic value to return to continue a traversal, but if the component is a container, don't visit its children.
continueToOriginalDestination() - Method in class org.apache.wicket.Component
Redirects to any intercept page previously specified by a call to redirectToInterceptPage.
continueToOriginalDestination() - Method in interface org.apache.wicket.IPageMap
Redirects to any intercept page previously specified by a call to redirectToInterceptPage.
continueToOriginalDestination() - Method in class org.apache.wicket.PageMap
Redirects to any intercept page previously specified by a call to redirectToInterceptPage.
continueToPrevious() - Method in class org.apache.wicket.markup.html.pages.BrowserInfoPage
Continue to the location previous to this interception.
ConversionException - Exception in org.apache.wicket.util.convert
Thrown for conversion exceptions.
ConversionException(String) - Constructor for exception org.apache.wicket.util.convert.ConversionException
Construct exception with message.
ConversionException(String, Throwable) - Constructor for exception org.apache.wicket.util.convert.ConversionException
Construct exception with message and cause.
ConversionException(Throwable) - Constructor for exception org.apache.wicket.util.convert.ConversionException
Construct exception with cause.
convert(Object, Class) - Method in class org.apache.wicket.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.
ConverterLocator - Class in org.apache.wicket.util.convert
Implementation of IConverterLocator interface, which locates converters for a given type.
ConverterLocator() - Constructor for class org.apache.wicket.util.convert.ConverterLocator
Constructor
convertInput() - Method in class org.apache.wicket.markup.html.form.AbstractTextComponent
 
convertInput() - Method in class org.apache.wicket.markup.html.form.FormComponent
Converts and validates the conversion of the raw input string into the object specified by FormComponent.getType() and records any errors.
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.BigDecimalConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.BooleanConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.ByteConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.CharacterConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.DateConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.DoubleConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.FloatConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.IntegerConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.LongConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.ShortConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.SqlDateConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.SqlTimeConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.SqlTimestampConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converters.ZeroPaddingIntegerConverter
 
convertToObject(String, Locale) - Method in interface org.apache.wicket.util.convert.IConverter
Converts the given String value
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.MaskConverter
Converts a string to an object using MaskFormatter.stringToValue(String).
convertToPage(Object) - Method in class org.apache.wicket.protocol.http.pagestore.DiskPageStore
 
convertToPage(Object) - Method in interface org.apache.wicket.protocol.http.SecondLevelCacheSessionStore.ISerializationAwarePageStore
 
convertToString(Object, Locale) - Method in class org.apache.wicket.util.convert.converters.AbstractConverter
 
convertToString(Object, Locale) - Method in class org.apache.wicket.util.convert.converters.AbstractNumberConverter
 
convertToString(Object, Locale) - Method in class org.apache.wicket.util.convert.converters.DateConverter
 
convertToString(Object, Locale) - Method in class org.apache.wicket.util.convert.converters.SqlTimeConverter
 
convertToString(Object, Locale) - Method in class org.apache.wicket.util.convert.converters.SqlTimestampConverter
 
convertToString(Object, Locale) - Method in class org.apache.wicket.util.convert.converters.ZeroPaddingIntegerConverter
 
convertToString(T, Locale) - Method in interface org.apache.wicket.util.convert.IConverter
Converts the given value to a string.
convertToString(Object, Locale) - Method in class org.apache.wicket.util.convert.MaskConverter
Converts the value to a string using MaskFormatter.valueToString(Object).
convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
 
convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.AbstractTextComponent
 
convertValue(String[]) - Method in class org.apache.wicket.markup.html.form.CheckBox
 
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.MultiFileUploadField
 
convertValue(Object, Class<T>) - Static method in class org.apache.wicket.util.lang.Objects
Returns the value converted numerically to the given class type This method also detects when arrays are being converted and converts the components of one array to the type of the other.
CookieValuePersister - Class in org.apache.wicket.markup.html.form.persistence
This class implements IValuePersister by means of HTTP cookies.
CookieValuePersister() - Constructor for class org.apache.wicket.markup.html.form.persistence.CookieValuePersister
 
CookieValuePersisterSettings - Class in org.apache.wicket.markup.html.form.persistence
This class provides default values that are used by the CookieValuePersister class when it creates cookies.
CookieValuePersisterSettings() - Constructor for class org.apache.wicket.markup.html.form.persistence.CookieValuePersisterSettings
 
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.
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.
count - Variable in class org.apache.wicket.util.diff.Chunk
 
Count - Class in org.apache.wicket.util.value
A class for counting things.
Count() - Constructor for class org.apache.wicket.util.value.Count
 
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.
CR - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
The Carriage Return ASCII character value.
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
createAutoPageMap() - Method in class org.apache.wicket.Session
Automatically creates a page map, giving it a session unique name.
createAutoPageMapName() - Method in class org.apache.wicket.Session
With this call you can create a pagemap name but not create the pagemap itself already.
createItem(String, String, boolean, String) - Method in class org.apache.wicket.util.upload.DiskFileItemFactory
Create a new DiskFileItem instance from the supplied parameters and the local factory configuration.
createItem(String, String, boolean, String) - Method in interface org.apache.wicket.util.upload.FileItemFactory
Create a new FileItem instance from the supplied parameters and any local factory configuration.
createItem(Map, boolean) - Method in class org.apache.wicket.util.upload.FileUploadBase
Creates a new FileItem instance.
createObject() - Method in class org.apache.wicket.util.io.ClassStreamHandler
 
createPackageResourceReference(Application, Class, String) - Method in class org.apache.wicket.markup.html.resources.JavaScriptReference
 
createPackageResourceReference(Application, Class, String) - Method in class org.apache.wicket.markup.html.resources.PackagedResourceReference
Creates new package resource reference.
createPageMap(String, Session) - Method in class org.apache.wicket.protocol.http.AbstractHttpSessionStore
Deprecated. remove after deprecation release
createPageMap(String) - Method in class org.apache.wicket.protocol.http.HttpSessionStore
 
createPageMap(String) - Method in class org.apache.wicket.protocol.http.SecondLevelCacheSessionStore
 
createPageMap(String) - Method in interface org.apache.wicket.session.ISessionStore
 
createPageWindow(int, int, int, int) - Method in class org.apache.wicket.protocol.http.pagestore.PageWindowManager
Creates and returns a new page window for given page.
createPortletRequestContext(WebRequest, WebResponse) - Method in class org.apache.wicket.protocol.http.portlet.WicketFilterPortletContext
 
createRequestContext(WebRequest, WebResponse) - Method in class org.apache.wicket.protocol.http.WicketFilter
 
createRequestCycle() - Method in class org.apache.wicket.protocol.http.MockWebApplication
Create and process the request cycle using the current request and response information.
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.
CreditCardValidator - Class in org.apache.wicket.validation.validator
Performs the so-called "mod 10" algorithm to check the validity of credit card numbers such as VISA.
CreditCardValidator() - Constructor for class org.apache.wicket.validation.validator.CreditCardValidator
 
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
 
CryptedUrlWebRequestCodingStrategy - Class in org.apache.wicket.protocol.http.request
This is a request coding strategy which encrypts the URL and hence makes it impossible for users to guess what is in the url and rebuild it manually.
CryptedUrlWebRequestCodingStrategy(IRequestCodingStrategy) - Constructor for class org.apache.wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy
Construct.
CryptedUrlWebRequestCodingStrategy.HackAttackException - Exception in org.apache.wicket.protocol.http.request
 
CryptedUrlWebRequestCodingStrategy.HackAttackException(String) - Constructor for exception org.apache.wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy.HackAttackException
Construct.
CryptFactoryCachingDecorator - Class in org.apache.wicket.util.crypt
ICryptFactory decorator that caches the call to ICryptFactory.newCrypt()
CryptFactoryCachingDecorator(ICryptFactory) - Constructor for class org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
Construct.
cssIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
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.
CssUtils - Class in org.apache.wicket.util.string
Utility methods for CSS.
currentCreateAutoPageMapCounter() - Method in class org.apache.wicket.Session
 
CUSTOM_REQUEST - Static variable in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 

D

DASH - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for dash.
DASH - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
The dash (-) ASCII character value.
DataView<T> - Class in org.apache.wicket.markup.repeater.data
DataView is a basic implementation of AbstractDataView.
DataView(String, IDataProvider<T>) - Constructor for class org.apache.wicket.markup.repeater.data.DataView
 
DataView(String, IDataProvider<T>, int) - Constructor for class org.apache.wicket.markup.repeater.data.DataView
 
DataViewBase<T> - Class in org.apache.wicket.markup.repeater.data
Base class for data views.
DataViewBase(String, IDataProvider<T>) - Constructor for class org.apache.wicket.markup.repeater.data.DataViewBase
 
DateConverter - Class in org.apache.wicket.util.convert.converters
Converts from Object to Date.
DateConverter() - Constructor for class org.apache.wicket.util.convert.converters.DateConverter
 
DateValidator - Class in org.apache.wicket.validation.validator
Validator for checking dates.
DateValidator() - Constructor for class org.apache.wicket.validation.validator.DateValidator
 
days(double) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on days.
days(int) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on days.
days() - Method in class org.apache.wicket.util.time.Duration
Retrieves the number of days of the current Duration.
debug(String) - Method in class org.apache.wicket.Component
Registers a debug feedback message for this component
DEBUG - Static variable in class org.apache.wicket.feedback.FeedbackMessage
Constant for debug level.
debug(Component<?>, String) - Method in class org.apache.wicket.feedback.FeedbackMessages
Adds a new ui message with level DEBUG to the current messages.
debugComponentTrees() - Method in class org.apache.wicket.util.tester.BaseWicketTester
Dumps the Component trees.
debugComponentTrees(String) - Method in class org.apache.wicket.util.tester.BaseWicketTester
Dumps the Component trees to log.
decode(Request) - Method in class org.apache.wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy
Decode the querystring of the URL
decode(Request) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
 
decode(String) - Static method in class org.apache.wicket.protocol.http.RequestUtils
Does a URLDecoder.decode() in UTF-8
decode(Request) - Method in interface org.apache.wicket.request.IRequestCodingStrategy
Analyze the request and create a corresponding request parameters object for it.
decode(RequestParameters) - Method in class org.apache.wicket.request.target.basic.URIRequestTargetUrlCodingStrategy
Does nothing
decode(RequestParameters) - Method in class org.apache.wicket.request.target.coding.BookmarkablePageRequestTargetUrlCodingStrategy
 
decode(RequestParameters) - Method in class org.apache.wicket.request.target.coding.HybridUrlCodingStrategy
 
decode(RequestParameters) - Method in interface org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy
Gets the decoded request target.
decode(RequestParameters) - Method in class org.apache.wicket.request.target.coding.PackageRequestTargetUrlCodingStrategy
 
decode(RequestParameters) - Method in class org.apache.wicket.request.target.coding.QueryStringUrlCodingStrategy
 
decode(RequestParameters) - Method in class org.apache.wicket.request.target.coding.SharedResourceRequestTargetUrlCodingStrategy
 
decode(Object) - Method in class org.apache.wicket.util.crypt.Base64
Decodes an Object using the base64 algorithm.
decode(byte[]) - Method in class org.apache.wicket.util.crypt.Base64
Decodes a byte[] containing containing characters in the Base64 alphabet.
decode(Object) - Method in class org.apache.wicket.util.crypt.Base64UrlSafe
Decodes an Object using the base64 algorithm.
decode(byte[]) - Method in class org.apache.wicket.util.crypt.Base64UrlSafe
Decodes a byte[] containing containing characters in the Base64 alphabet.
decodeBase64(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Decodes Base64 data into octets
decodeBase64(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64UrlSafe
Decodes Base64 data into octets
decodePageMapName(String) - Static method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Undoes the effect of WebRequestCodingStrategy.encodePageMapName(String)
decodeParameters(String, ValueMap) - Static method in class org.apache.wicket.protocol.http.RequestUtils
Decode the provided queryString as a series of key/ value pairs and set them in the provided value map.
decodeParameters(RequestParameters) - Method in class org.apache.wicket.request.target.basic.URIRequestTargetUrlCodingStrategy
Get the remaining path after mount point.
decodeParameters(String, Map) - Method in class org.apache.wicket.request.target.basic.URIRequestTargetUrlCodingStrategy
Decodes parameters object from the provided url fragment
decodeParameters(String, Map) - Method in class org.apache.wicket.request.target.coding.AbstractRequestTargetUrlCodingStrategy
Decodes parameters object from the provided url fragment
decodeParameters(String, Map) - Method in class org.apache.wicket.request.target.coding.IndexedHybridUrlCodingStrategy
 
decodeParameters(String, Map) - Method in class org.apache.wicket.request.target.coding.IndexedParamUrlCodingStrategy
 
decodeParameters(String, Map) - Method in class org.apache.wicket.request.target.coding.MixedParamUrlCodingStrategy
Decodes parameters object from the provided url fragment
decodeParameters(String, Map) - Method in class org.apache.wicket.request.target.coding.QueryStringUrlCodingStrategy
Decodes parameters object from the provided query string
decodePortletWindowId(String) - Method in class org.apache.wicket.protocol.http.portlet.WicketFilterPortletContext
 
decodeURL(String) - Method in class org.apache.wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy
Decode the "x" parameter of the querystring
decodeURL(String) - Method in class org.apache.wicket.Request
An implementation of this method is only required if a subclass wishes to support sessions via URL rewriting.
decodeUrlParameters(String, Map<String, String[]>) - Static method in class org.apache.wicket.protocol.http.RequestUtils
 
decorated - Variable in class org.apache.wicket.util.template.TextTemplateDecorator
The decorated TextTemplate.
decorateOnFailureScript(CharSequence) - Method in class org.apache.wicket.ajax.calldecorator.AjaxCallDecorator
 
decorateOnFailureScript(CharSequence) - Method in class org.apache.wicket.ajax.calldecorator.AjaxPostprocessingCallDecorator
 
decorateOnFailureScript(CharSequence) - Method in class org.apache.wicket.ajax.calldecorator.AjaxPreprocessingCallDecorator
 
decorateOnFailureScript(CharSequence) - Method in interface org.apache.wicket.ajax.IAjaxCallDecorator
Decorates the onFailure handler script
decorateOnSuccessScript(CharSequence) - Method in class org.apache.wicket.ajax.calldecorator.AjaxCallDecorator
 
decorateOnSuccessScript(CharSequence) - Method in class org.apache.wicket.ajax.calldecorator.AjaxPostprocessingCallDecorator
 
decorateOnSuccessScript(CharSequence) - Method in class org.apache.wicket.ajax.calldecorator.AjaxPreprocessingCallDecorator
 
decorateOnSuccessScript(CharSequence) - Method in interface org.apache.wicket.ajax.IAjaxCallDecorator
Decorates the onSuccess handler script
decorateScript(CharSequence) - Method in class org.apache.wicket.ajax.calldecorator.AjaxCallDecorator
 
decorateScript(CharSequence) - Method in class org.apache.wicket.ajax.calldecorator.AjaxPostprocessingCallDecorator
 
decorateScript(CharSequence) - Method in class org.apache.wicket.ajax.calldecorator.AjaxPreprocessingCallDecorator
 
decorateScript(CharSequence) - Method in interface org.apache.wicket.ajax.IAjaxCallDecorator
Decorates the script that performs the ajax call
decryptUrlSafe(String) - Method in class org.apache.wicket.util.crypt.AbstractCrypt
Decrypts a string into a string.
decryptUrlSafe(String) - Method in interface org.apache.wicket.util.crypt.ICrypt
Decrypts a string using URL and filename safe Base64 decoding.
decryptUrlSafe(String) - Method in class org.apache.wicket.util.crypt.NoCrypt
Decrypts a string into a string.
DEFAULT_BUFSIZE - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
The default length of the buffer used for processing a request.
DEFAULT_CHARSET - Static variable in class org.apache.wicket.util.upload.DiskFileItem
Default content charset to be used when no explicit charset parameter is provided by the sender.
DEFAULT_ENCRYPTION_KEY - Static variable in interface org.apache.wicket.settings.ISecuritySettings
encryption key used by default crypt factory
DEFAULT_NAME - Static variable in class org.apache.wicket.PageMap
Name of default pagemap
DEFAULT_PAGEMAP_NAME - Static variable in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Url name of the default pagemap When we encode the default pagemap name in a url we cannot always use null or "" because it breaks urls which are encoded with /param1/value1/ eg /product/14/wicket:pageMapName/ split on / will split into {product,14,wicket:pageMapName}
DEFAULT_SIZE_THRESHOLD - Static variable in class org.apache.wicket.util.upload.DiskFileItemFactory
The default threshold above which uploads will be stored on disk.
DEFAULT_WICKET_NAMESPACE - Static variable in class org.apache.wicket.markup.ComponentTag
Standard component id attribute always available for components regardless of user ApplicationSettings for id attribute; value == 'wicket'.
defaultAlgorithm() - Method in class org.apache.wicket.util.diff.Diff
 
DefaultButtonImageResource - Class in org.apache.wicket.markup.html.image.resource
Automatically generates a basic button image.
DefaultButtonImageResource(int, int, String) - Constructor for class org.apache.wicket.markup.html.image.resource.DefaultButtonImageResource
 
DefaultButtonImageResource(String) - Constructor for class org.apache.wicket.markup.html.image.resource.DefaultButtonImageResource
 
DefaultButtonImageResourceFactory - Class in org.apache.wicket.markup.html.image.resource
A factory which creates default button images.
DefaultButtonImageResourceFactory() - Constructor for class org.apache.wicket.markup.html.image.resource.DefaultButtonImageResourceFactory
 
DefaultClassResolver - Class in org.apache.wicket.application
Resolves a class by using the classloader that loaded this class.
DefaultClassResolver() - Constructor for class org.apache.wicket.application.DefaultClassResolver
 
DefaultDataProvider - Class in org.apache.wicket.markup.repeater.data
 
DefaultDataProvider() - Constructor for class org.apache.wicket.markup.repeater.data.DefaultDataProvider
 
DefaultItemReuseStrategy - Class in org.apache.wicket.markup.repeater
Implementation of IItemReuseStrategy that returns new items every time.
DefaultItemReuseStrategy() - Constructor for class org.apache.wicket.markup.repeater.DefaultItemReuseStrategy
 
DefaultMarkupCacheKeyProvider - Class in org.apache.wicket.markup
Wicket default implementation for the cache key used to reference the cached markup resource stream.
DefaultMarkupCacheKeyProvider() - Constructor for class org.apache.wicket.markup.DefaultMarkupCacheKeyProvider
Constructor.
DefaultMarkupLoader - Class in org.apache.wicket.markup.loader
This is Wickets default markup loader.
DefaultMarkupLoader() - Constructor for class org.apache.wicket.markup.loader.DefaultMarkupLoader
Constructor.
DefaultMarkupResourceStreamProvider - Class in org.apache.wicket.markup
Wicket default implementation for loading the markup resource stream associated with a MarkupContainer.
DefaultMarkupResourceStreamProvider() - Constructor for class org.apache.wicket.markup.DefaultMarkupResourceStreamProvider
Constructor.
DefaultPageFactory - Class in org.apache.wicket.session
A factory that constructs Pages.
DefaultPageFactory() - Constructor for class org.apache.wicket.session.DefaultPageFactory
 
defaultReadObject() - Method in class org.apache.wicket.util.io.WicketObjectInputStream
 
defaultSchemes - Variable in class org.apache.wicket.validation.validator.UrlValidator
If no schemes are provided, default to this set of protocols.
DefaultTreeState - Class in org.apache.wicket.markup.html.tree
Default implementation of TreeState.
DefaultTreeState() - Constructor for class org.apache.wicket.markup.html.tree.DefaultTreeState
 
defaultWriteObject() - Method in class org.apache.wicket.util.io.WicketObjectOutputStream
 
DeferredFileOutputStream - Class in org.apache.wicket.util.io
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.
DeferredFileOutputStream(int, File) - Constructor for class org.apache.wicket.util.io.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
delegateSubmit(IFormSubmittingComponent) - Method in class org.apache.wicket.markup.html.form.Form
Called (by the default implementation of 'process') when all fields validated, the form was updated and it's data was allowed to be persisted.
delete() - Method in class org.apache.wicket.markup.html.form.upload.FileUpload
Deletes temp file from disk
delete(int, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Removes the characters in a substring of this AppendingStringBuffer.
delete() - Method in class org.apache.wicket.util.upload.DiskFileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in interface org.apache.wicket.util.upload.FileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
deleteCharAt(int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Removes the character at the specified position in this AppendingStringBuffer (shortening the AppendingStringBuffer by one character).
DeleteDelta - Class in org.apache.wicket.util.diff
Holds a delete-delta between to revisions of a text.
DeleteDelta(Chunk) - Constructor for class org.apache.wicket.util.diff.DeleteDelta
Construct.
Delta - Class in org.apache.wicket.util.diff
Holds a "delta" difference between to revisions of a text.
Delta() - Constructor for class org.apache.wicket.util.diff.Delta
Creates an uninitialized delta.
Delta(Chunk, Chunk) - Constructor for class org.apache.wicket.util.diff.Delta
Creates a delta object with the given chunks from the original and revised texts.
DEPLOYMENT - Static variable in class org.apache.wicket.Application
Configuration type constant for deployment
deserializePage(int, String, Page, ObjectInputStream) - Method in interface org.apache.wicket.Page.IPageSerializer
Called when page is being deserialized
deserializePage(byte[], int) - Method in class org.apache.wicket.protocol.http.pagestore.AbstractPageStore
Creates a page instance from given byte array.
destroy() - Method in class org.apache.wicket.Application
Deprecated. use Application.onDestroy() instead
destroy() - Method in class org.apache.wicket.application.ReloadingClassLoader
Remove the ModificationWatcher from the current reloading class loader
destroy(Application) - Method in interface org.apache.wicket.IDestroyer
 
destroy() - Method in class org.apache.wicket.protocol.http.AbstractHttpSessionStore
 
destroy() - Method in class org.apache.wicket.protocol.http.MockWebApplication
clears this mock application
destroy() - Method in class org.apache.wicket.protocol.http.pagestore.DiskPageStore
 
destroy() - Method in class org.apache.wicket.protocol.http.pagestore.FileChannelPool
Destroys the FileChannel pool and closes all opened channels.
destroy() - Method in class org.apache.wicket.protocol.http.pagestore.SimpleSynchronousFilePageStore
 
destroy() - Method in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
destroy() - Method in class org.apache.wicket.protocol.http.SecondLevelCacheSessionStore
 
destroy() - Method in interface org.apache.wicket.protocol.http.SecondLevelCacheSessionStore.IPageStore
Destroy the store.
destroy() - Method in class org.apache.wicket.protocol.http.servlet.WicketSessionFilter
 
destroy() - Method in class org.apache.wicket.protocol.http.TestFilePageStore
 
destroy() - Method in class org.apache.wicket.protocol.http.WicketFilter
Servlet cleanup.
destroy() - Method in class org.apache.wicket.protocol.http.WicketServlet
Servlet cleanup.
destroy() - Method in interface org.apache.wicket.session.ISessionStore
Called when the WebApplication is destroyed.
destroy() - Static method in class org.apache.wicket.util.file.FileCleaner
Stop the daemon thread
destroy(Application) - Static method in class org.apache.wicket.util.lang.PropertyResolver
Clean up cache for this app.
destroy() - Method in class org.apache.wicket.util.watch.ModificationWatcher
Stops this ModificationWatcher.
detach(RequestCycle) - Method in class org.apache.wicket.ajax.AjaxRequestTarget
 
detach(Component<?>) - Method in class org.apache.wicket.AttributeModifier
Detach the model if it was a IDetachableModel Internal method.
detach(Component<?>) - Method in class org.apache.wicket.behavior.AbstractBehavior
 
detach(Component<?>) - Method in interface org.apache.wicket.behavior.IBehavior
Allows the behavior to detach any state it has attached during request processing.
detach(Component<?>) - Method in class org.apache.wicket.behavior.StringHeaderContributor
 
detach() - Method in class org.apache.wicket.Component
Detaches the component.
detach() - Method in class org.apache.wicket.feedback.FeedbackMessagesModel
 
detach(RequestCycle) - Method in interface org.apache.wicket.IRequestTarget
This method is called at the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done.
detach() - Method in class org.apache.wicket.markup.html.list.ListItemModel
 
detach() - Method in class org.apache.wicket.markup.repeater.data.DefaultDataProvider
 
detach() - Method in class org.apache.wicket.markup.repeater.data.EmptyDataProvider
 
detach() - Method in class org.apache.wicket.markup.repeater.data.ListDataProvider
 
detach() - Method in class org.apache.wicket.model.AbstractPropertyModel
Unsets this property model's instance variables and detaches the model.
detach() - Method in class org.apache.wicket.model.AbstractReadOnlyModel
 
detach() - Method in class org.apache.wicket.model.AbstractWrapModel
Calls getWrappedModel().detach();
detach() - Method in class org.apache.wicket.model.BoundCompoundPropertyModel
 
detach() - Method in class org.apache.wicket.model.ComponentDetachableModel
Detaches from the current request.
detach() - Method in class org.apache.wicket.model.ComponentModel
 
detach() - Method in class org.apache.wicket.model.CompoundPropertyModel
 
detach() - Method in interface org.apache.wicket.model.IDetachable
Detaches model after use.
detach() - Method in class org.apache.wicket.model.LoadableDetachableModel
 
detach() - Method in class org.apache.wicket.model.Model
 
detach(RequestCycle) - Method in class org.apache.wicket.protocol.http.request.WebErrorCodeResponseTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.protocol.http.request.WebExternalResourceRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.basic.EmptyAjaxRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.basic.EmptyRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.basic.RedirectRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.basic.StringRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.component.BookmarkablePageRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.component.ComponentRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.component.PageRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.resource.ComponentResourceRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.resource.ResourceStreamRequestTarget
 
detach(RequestCycle) - Method in class org.apache.wicket.request.target.resource.SharedResourceRequestTarget
 
detach() - Method in class org.apache.wicket.RequestCycle
THIS METHOD IS WICKET PRIVATE API.
detach() - Method in class org.apache.wicket.Session
Any detach logic for session subclasses.
detachBehaviors() - Method in class org.apache.wicket.Component
THIS IS WICKET INTERNAL ONLY.
detachModel(Component<?>) - Method in class org.apache.wicket.behavior.AbstractBehavior
Deprecated. replaced by AbstractBehavior.detach(Component)
detachModel() - Method in class org.apache.wicket.Component
Detaches the model for this component if it is detachable.
detachModels() - Method in class org.apache.wicket.Component
Detaches all models
detachModels() - Method in class org.apache.wicket.Page
Detaches any attached models referenced by this page.
detectContentType(RequestCycle, String) - Method in class org.apache.wicket.Response
Sets the Content-Type header with servlet-context-defined content-types (application's web.xml or servlet container's configuration), and fall back to system or JVM-defined (FileNameMap) content types.
determineVisibility() - Method in class org.apache.wicket.Component
Determines whether or not a component should be visible, taking into account all the factors: Component.isVisible(), Component.isVisibilityAllowed(), Component.isRenderAllowed()
DEVELOPMENT - Static variable in class org.apache.wicket.Application
Configuration type constant for development
Diff - Class in org.apache.wicket.util.diff
Implements a differencing engine that works on arrays of Object.
Diff(Object[]) - Constructor for class org.apache.wicket.util.diff.Diff
Create a differencing object using the default algorithm
Diff(Object[], DiffAlgorithm) - Constructor for class org.apache.wicket.util.diff.Diff
Create a differencing object using the given algorithm
diff(Object[], Object[]) - Static method in class org.apache.wicket.util.diff.Diff
compute the difference between an original and a revision.
diff(Object[], Object[], DiffAlgorithm) - Static method in class org.apache.wicket.util.diff.Diff
compute the difference between an original and a revision.
diff(Object[]) - Method in class org.apache.wicket.util.diff.Diff
compute the difference between the original and a revision.
diff(Object[], Object[]) - Method in interface org.apache.wicket.util.diff.DiffAlgorithm
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
diff(Object[], Object[]) - Method in class org.apache.wicket.util.diff.myers.MyersDiff
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
DiffAlgorithm - Interface in org.apache.wicket.util.diff
A simple interface for implementations of differencing algorithms.
DifferentiationFailedException - Exception in org.apache.wicket.util.diff
Thrown whenever the differencing engine cannot produce the differences between two revisions of ta text.
DifferentiationFailedException() - Constructor for exception org.apache.wicket.util.diff.DifferentiationFailedException
Construct.
DifferentiationFailedException(String) - Constructor for exception org.apache.wicket.util.diff.DifferentiationFailedException
Construct.
DiffException - Exception in org.apache.wicket.util.diff
Base class for all exceptions emanating from this package.
DiffException() - Constructor for exception org.apache.wicket.util.diff.DiffException
Construct.
DiffException(String) - Constructor for exception org.apache.wicket.util.diff.DiffException
Construct.
DiffNode - Class in org.apache.wicket.util.diff.myers
A diffnode in a diffpath.
DiffNode(int, int, PathNode) - Constructor for class org.apache.wicket.util.diff.myers.DiffNode
Constructs a DiffNode.
DiffUtil - Class in org.apache.wicket.util.diff
This is a utility class.
DiffUtil() - Constructor for class org.apache.wicket.util.diff.DiffUtil
 
DIGIT - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for digit.
DIGITS - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for digits.
dirty() - Method in class org.apache.wicket.Page
Mark this page as dirty in the session
dirty() - Method in class org.apache.wicket.PageMap
 
dirty() - Method in class org.apache.wicket.Session
Marks session state as dirty so that it will be flushed at the end of the request.
disableFocusOnBlur() - Method in class org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior
Determines whether the focus will not be restored when the event is blur.
disableLink(ComponentTag) - Method in class org.apache.wicket.markup.html.link.AbstractLink
Alters the tag so that the link renders as disabled.
discardBodyData() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Reads body-data from the current encapsulation and discards it.
DiskFileItem - Class in org.apache.wicket.util.upload
The default implementation of the FileItem interface.
DiskFileItem(String, String, boolean, String, int, File) - Constructor for class org.apache.wicket.util.upload.DiskFileItem
Constructs a new DiskFileItem instance.
DiskFileItemFactory - Class in org.apache.wicket.util.upload
The default FileItemFactory implementation.
DiskFileItemFactory() - Constructor for class org.apache.wicket.util.upload.DiskFileItemFactory
Constructs an unconfigured instance of this class.
DiskFileItemFactory(int, File) - Constructor for class org.apache.wicket.util.upload.DiskFileItemFactory
Constructs a preconfigured instance of this class.
DiskPageStore - Class in org.apache.wicket.protocol.http.pagestore
SecondLevelCacheSessionStore.IPageStore implementation that stores the serialized pages grouped in a single file per pagemap.
DiskPageStore(File, int, int, int) - Constructor for class org.apache.wicket.protocol.http.pagestore.DiskPageStore
Creates a new DiskPageStore instance.
DiskPageStore(int, int, int) - Constructor for class org.apache.wicket.protocol.http.pagestore.DiskPageStore
Creates a new DiskPageStore instance.
DiskPageStore() - Constructor for class org.apache.wicket.protocol.http.pagestore.DiskPageStore
Creates a new DiskPageStore instance.
DiskPageStore.PageMapEntry - Class in org.apache.wicket.protocol.http.pagestore
Each PageMap is represented by this class.
DiskPageStore.PageMapEntry() - Constructor for class org.apache.wicket.protocol.http.pagestore.DiskPageStore.PageMapEntry
 
DiskPageStore.SessionEntry - Class in org.apache.wicket.protocol.http.pagestore
Represents a session,
DiskPageStore.SessionEntry(DiskPageStore) - Constructor for class org.apache.wicket.protocol.http.pagestore.DiskPageStore.SessionEntry
 
DocumentElement - Interface in org.apache.wicket.protocol.http.documentvalidation
Marker interface indicating a document element.
doCustom(RenderRequest, RenderResponse) - Method in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
doEdit(RenderRequest, RenderResponse) - Method in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
doEncode(RequestCycle, IRequestTarget) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
In case you are using custom targets that are not part of the default target hierarchy, you need to override this method, which will be called after the defaults have been tried.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.wicket.protocol.http.servlet.WicketSessionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.wicket.protocol.http.WicketFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wicket.protocol.http.WicketFilter
Handles servlet page requests.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wicket.protocol.http.WicketServlet
Handles servlet page requests.
doHelp(RenderRequest, RenderResponse) - Method in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
DOLLAR_SIGN - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for dollar.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wicket.protocol.http.WicketServlet
Calls doGet with arguments.
doSelect(int) - Method in class org.apache.wicket.util.tester.FormTester.ChoiceSelector
Selects a given index in a selectable FormComponent.
DOT - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for dot.
DOUBLE_QUOTED_STRING - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for a double quoted string.
DoubleConverter - Class in org.apache.wicket.util.convert.converters
Converts from Object to Double.
DoubleConverter() - Constructor for class org.apache.wicket.util.convert.converters.DoubleConverter
 
doubleValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a double-precision floating-point number.
doView(RenderRequest, RenderResponse) - Method in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
DownloadLink - Class in org.apache.wicket.markup.html.link
A link that streams a file to the client.
DownloadLink(String, File) - Constructor for class org.apache.wicket.markup.html.link.DownloadLink
Constructor.
DownloadLink(String, IModel) - Constructor for class org.apache.wicket.markup.html.link.DownloadLink
Constructor.
DownloadLink(String, IModel, String) - Constructor for class org.apache.wicket.markup.html.link.DownloadLink
Constructor.
DownloadLink(String, File, String) - Constructor for class org.apache.wicket.markup.html.link.DownloadLink
Constructor
DropDownChoice<T> - Class in org.apache.wicket.markup.html.form
A choice implemented as a dropdown menu/list.
DropDownChoice(String) - Constructor for class org.apache.wicket.markup.html.form.DropDownChoice
 
DropDownChoice(String, List<? extends T>) - Constructor for class org.apache.wicket.markup.html.form.DropDownChoice
 
DropDownChoice(String, List<? extends T>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.DropDownChoice
 
DropDownChoice(String, IModel<T>, List<? extends T>) - Constructor for class org.apache.wicket.markup.html.form.DropDownChoice
 
DropDownChoice(String, IModel<T>, List<? extends T>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.DropDownChoice
 
DropDownChoice(String, IModel<List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.DropDownChoice
 
DropDownChoice(String, IModel<T>, IModel<List<? extends T>>) - Constructor for class org.apache.wicket.markup.html.form.DropDownChoice
 
DropDownChoice(String, IModel<List<? extends T>>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.DropDownChoice
 
DropDownChoice(String, IModel<T>, IModel<List<? extends T>>, IChoiceRenderer<T>) - Constructor for class org.apache.wicket.markup.html.form.DropDownChoice
 
DummyHomePage - Class in org.apache.wicket.util.tester
A dummy home page, as required by WicketTester.
DummyHomePage() - Constructor for class org.apache.wicket.util.tester.DummyHomePage
Constructor.
DummyHomePage.TestLink - Class in org.apache.wicket.util.tester
TestLink class.
DummyHomePage.TestLink(String) - Constructor for class org.apache.wicket.util.tester.DummyHomePage.TestLink
Constructor.
DummyPanelPage - Class in org.apache.wicket.util.tester
A dummy Panel Component.
DummyPanelPage(TestPanelSource) - Constructor for class org.apache.wicket.util.tester.DummyPanelPage
Constructor.
dumpPage() - Method in class org.apache.wicket.util.tester.BaseWicketTester
Dumps the source of last rendered Page.
Duration - Class in org.apache.wicket.util.time
A Duration is an immutable length of time stored as a number of milliseconds.
Duration(long) - Constructor for class org.apache.wicket.util.time.Duration
Private constructor forces use of static factory methods.
DynamicByteArrayResource - Class in org.apache.wicket.resource
Deprecated. use DynamicWebResource now
DynamicByteArrayResource() - Constructor for class org.apache.wicket.resource.DynamicByteArrayResource
Deprecated. Creates a dynamic resource
DynamicByteArrayResource(Locale) - Constructor for class org.apache.wicket.resource.DynamicByteArrayResource
Deprecated. Creates a dynamic resource
DynamicByteArrayResource(Locale, Duration) - Constructor for class org.apache.wicket.resource.DynamicByteArrayResource
Deprecated. Creates a dynamic resource
DynamicByteArrayResource.ResourceState - Class in org.apache.wicket.resource
Deprecated. This is a ResourceState subclasses should return in the getResourceState method.
DynamicByteArrayResource.ResourceState() - Constructor for class org.apache.wicket.resource.DynamicByteArrayResource.ResourceState
Deprecated.  
DynamicImageResource - Class in org.apache.wicket.markup.html.image.resource
An ImageResource subclass for dynamic images (images created programmatically).
DynamicImageResource() - Constructor for class org.apache.wicket.markup.html.image.resource.DynamicImageResource
Creates a dynamic image resource.
DynamicImageResource(Locale) - Constructor for class org.apache.wicket.markup.html.image.resource.DynamicImageResource
Creates a dynamic resource from for the given locale
DynamicImageResource(String) - Constructor for class org.apache.wicket.markup.html.image.resource.DynamicImageResource
Creates a dynamic resource from for the given locale
DynamicImageResource(String, Locale) - Constructor for class org.apache.wicket.markup.html.image.resource.DynamicImageResource
Creates a dynamic resource from for the given locale
DynamicWebResource - Class in org.apache.wicket.markup.html
An WebResource subclass for dynamic resources (resources created programmatically).
DynamicWebResource() - Constructor for class org.apache.wicket.markup.html.DynamicWebResource
Creates a dynamic resource.
DynamicWebResource(String) - Constructor for class org.apache.wicket.markup.html.DynamicWebResource
Creates a dynamic resource.
DynamicWebResource(Locale) - Constructor for class org.apache.wicket.markup.html.DynamicWebResource
Creates a dynamic resource from for the given locale
DynamicWebResource(Locale, String) - Constructor for class org.apache.wicket.markup.html.DynamicWebResource
Creates a dynamic resource from for the given locale
DynamicWebResource.ResourceState - Class in org.apache.wicket.markup.html
The resource state returned by the getResourceState() method.
DynamicWebResource.ResourceState() - Constructor for class org.apache.wicket.markup.html.DynamicWebResource.ResourceState
 

E

eachDay(TimeOfDay, TimeOfDay) - Static method in class org.apache.wicket.util.time.TimeFrame
Creates an ITimeFrameSource source for start and end TimeOfDays.
EDIT_REQUEST - Static variable in class org.apache.wicket.protocol.http.portlet.WicketPortlet
 
editAll(Object[]) - Static method in class org.apache.wicket.util.diff.Diff
Edits all of the items in the input sequence.
elapsed(Time) - Static method in class org.apache.wicket.util.time.Duration
Calculates the amount of time elapsed since start time.
elapsedSince() - Method in class org.apache.wicket.util.time.Time
Calculates the amount of time that has elapsed since this Time value.
EmailAddressPatternValidator - Class in org.apache.wicket.validation.validator
Deprecated. Use EmailAddressValidator instead. Don't forget to update your resource keys!
EmailAddressPatternValidator() - Constructor for class org.apache.wicket.validation.validator.EmailAddressPatternValidator
Deprecated.  
EmailAddressValidator - Class in org.apache.wicket.validation.validator
Validator for checking the form/pattern of email addresses.
EmailAddressValidator() - Constructor for class org.apache.wicket.validation.validator.EmailAddressValidator
Protected constructor to force use of static singleton accessor.
EmbeddedPortletHeaderResponse - Class in org.apache.wicket.protocol.http.portlet
 
EmbeddedPortletHeaderResponse(Response) - Constructor for class org.apache.wicket.protocol.http.portlet.EmbeddedPortletHeaderResponse
 
empty() - Method in class org.apache.wicket.util.collections.ArrayListStack
Tests if this stack is empty.
EMPTY_MAP - Static variable in class org.apache.wicket.util.value.ValueMap
an empty ValueMap.
EMPTY_PROPERTIES - Static variable in class org.apache.wicket.resource.Properties
Empty Properties
EmptyAjaxRequestTarget - Class in org.apache.wicket.request.target.basic
The empty AJAX request target does output an empty AJAX response.
EmptyDataProvider - Class in org.apache.wicket.markup.repeater.data
A convenience class to represent an empty data provider.
EmptyDataProvider() - Constructor for class org.apache.wicket.markup.repeater.data.EmptyDataProvider
 
EmptyPanel - Class in org.apache.wicket.markup.html.panel
Panel that does absolutely nothing and that can be used to display an empty block.
EmptyPanel(String) - Constructor for class org.apache.wicket.markup.html.panel.EmptyPanel
Construct.
EmptyRequestTarget - Class in org.apache.wicket.request.target.basic
The empty request target does nothing in itself but instead relies on some other source to generate a response.
ENABLE - Static variable in class org.apache.wicket.authorization.Action
ENABLE action name (for consistent name and use in annotations).
ENABLE - Static variable in class org.apache.wicket.Component
Action used with IAuthorizationStrategy to determine whether a component is allowed to be enabled.
enableAutolink(boolean) - Method in class org.apache.wicket.markup.ComponentTag
If autolink is set to true, href attributes will automatically be converted into Wicket bookmarkable URLs.
Enclosure - Class in org.apache.wicket.markup.html.internal
An Enclosure are automatically created by Wicket.
Enclosure(String, CharSequence) - Constructor for class org.apache.wicket.markup.html.internal.Enclosure
Construct.
EnclosureHandler - Class in org.apache.wicket.markup.parser.filter
This is a markup inline filter.
EnclosureHandler() - Constructor for class org.apache.wicket.markup.parser.filter.EnclosureHandler
Construct.
EnclosureResolver - Class in org.apache.wicket.markup.resolver
This is a tag resolver which automatically adds a Enclosure container for each <wicket:enclosure> tag.
EnclosureResolver() - Constructor for class org.apache.wicket.markup.resolver.EnclosureResolver
 
encode(String) - Method in class org.apache.wicket.ajax.AjaxRequestTarget
Encodes a string so it is safe to use inside CDATA blocks
encode(RequestCycle, IRequestTarget) - Method in class org.apache.wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy
Encode the querystring of the URL
encode(RequestCycle, IListenerInterfaceRequestTarget) - Method in class org.apache.wicket.protocol.http.request.urlcompressing.UrlCompressingWebCodingStrategy
Encode a listener interface target.
encode(RequestCycle, IRequestTarget) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Encode the given request target.
encode(CharSequence) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Returns the given url encoded.
encode(RequestCycle, IBookmarkablePageRequestTarget) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Encode a page class target.
encode(RequestCycle, ISharedResourceRequestTarget) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Encode a shared resource target.
encode(RequestCycle, IListenerInterfaceRequestTarget) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Encode a listener interface target.
encode(RequestCycle, IPageRequestTarget) - Method in class org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
Encode a page target.
encode(String) - Static method in class org.apache.wicket.protocol.http.RequestUtils
Does a URLEncoder.encode() in UTF-8
encode(RequestCycle, IRequestTarget) - Method in interface org.apache.wicket.request.IRequestCodingStrategy
Gets the url that will point to the provided request target.
encode(IRequestTarget) - Method in class org.apache.wicket.request.target.basic.URIRequestTargetUrlCodingStrategy
Copied from BookmarkablePageRequestTargetUrlCodingStrategy.encode(IRequestTarget) without pageMapName field
encode(IRequestTarget) - Method in class org.apache.wicket.request.target.coding.BookmarkablePageRequestTargetUrlCodingStrategy
 
encode(IRequestTarget) - Method in class org.apache.wicket.request.target.coding.HybridUrlCodingStrategy
 
encode(IRequestTarget) - Method in interface org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy
Gets the encoded url for the provided request target.
encode(IRequestTarget) - Method in class org.apache.wicket.request.target.coding.PackageRequestTargetUrlCodingStrategy
 
encode(IRequestTarget) - Method in class org.apache.wicket.request.target.coding.SharedResourceRequestTargetUrlCodingStrategy
 
encode(Object) - Method in class org.apache.wicket.util.crypt.Base64
Encodes an Object using the base64 algorithm.
encode(byte[]) - Method in class org.apache.wicket.util.crypt.Base64
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
encode(Object) - Method in class org.apache.wicket.util.crypt.Base64UrlSafe
Encodes an Object using the base64 algorithm.
encode(byte[]) - Method in class org.apache.wicket.util.crypt.Base64UrlSafe
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
encodeActionURL(CharSequence) - Method in class org.apache.wicket.protocol.http.portlet.PortletRequestContext
 
encodeActionURL(CharSequence, boolean) - Method in class org.apache.wicket.protocol.http.portlet.PortletRequestContext
 
encodeActionURL(CharSequence) - Method in class org.apache.wicket.RequestContext
 
encodeBase64(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64UrlSafe
Encodes binary data using the base64 algorithm.
encodeBase64Chunked(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using the