Serialized Form


Package wicket

Class wicket.AbortException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.AbortWithHttpStatusException extends AbortException implements Serializable

serialVersionUID: 1L

Serialized Fields

status

int status
Deprecated. 

Class wicket.AbstractRestartResponseException extends AbortException implements Serializable

Class wicket.AttributeModifier extends AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

addAttributeIfNotPresent

boolean addAttributeIfNotPresent
Whether to add the attribute if it is not an attribute in the markup.


attribute

java.lang.String attribute
Attribute specification.


enabled

boolean enabled
Modification information.


pattern

java.lang.String pattern
The pattern.


replaceModel

IModel replaceModel
The model that is to be used for the replacement.

Class wicket.Component extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

behaviors

java.util.List<E> behaviors
List of behaviors to be applied for this Component


flags

int flags
Component flags. See FLAG_* for possible non-exclusive flag values.


id

java.lang.String id
Component id.


metaData

wicket.MetaDataEntry[] metaData
MetaDataEntry array.


model

IModel model
The model for this component.


parent

MarkupContainer parent
Any parent container.


markupIndex

int markupIndex
I really dislike it, but for now we need it. Reason: due to transparent containers and IComponentResolver there is guaranteed 1:1 mapping between component and markup

Class wicket.Component.ComponentModelChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

model

IModel model
Former model.

Class wicket.Component.EnabledChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

component

Component component
Subject.


enabled

boolean enabled
Former value.

Class wicket.Component.VisibilityChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

component

Component component
Subject.


visible

boolean visible
Former value.

Class wicket.MarkupContainer extends Component implements Serializable

serialVersionUID: 1L

Serialized Fields

children

java.lang.Object children
List of children or single child

Class wicket.MetaDataKey extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

java.lang.Class<T> type
Type of data associated with this key

Class wicket.Page extends MarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

autoIndex

short autoIndex
Used to create page-unique numbers


feedbackMessages

FeedbackMessages feedbackMessages
Feedback messages for this page


numericId

short numericId
Numeric version of this page's id


pageMapName

java.lang.String pageMapName
Name of PageMap that this page is stored in


versionManager

IPageVersionManager versionManager
Version manager for this page

Class wicket.PageMap extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

accessStack

ArrayListStack accessStack
Stack of entry accesses by id


interceptContinuationURL

java.lang.String interceptContinuationURL
URL to continue to after a given page.


name

java.lang.String name
Name of this page map


pageId

int pageId
Next available page identifier in this page map.

Class wicket.PageMap.Access extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

version

int version

Class wicket.PageParameters extends ValueMap implements Serializable

serialVersionUID: 1L

Class wicket.Resource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheable

boolean cacheable
True if this resource can be cached

Class wicket.ResourceReference extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

java.util.Locale locale
The locale of the resource


name

java.lang.String name
The name of the resource


scope

java.lang.Class<T> scope
The scope of the named resource


style

java.lang.String style
The style of the resource

Class wicket.RestartResponseAtInterceptPageException extends AbstractRestartResponseException implements Serializable

serialVersionUID: 1L

Class wicket.RestartResponseException extends AbstractRestartResponseException implements Serializable

serialVersionUID: 1L

Class wicket.Session extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

clientInfo

ClientInfo clientInfo
Cached instance of agent info which is typically designated by calling RequestCycle.newClientInfo().


locale

java.util.Locale locale
The locale to use when loading resources for this session.


autoCreatePageMapCounter

int autoCreatePageMapCounter
A number to generate names for auto create pagemaps


usedPageMaps

java.util.LinkedList<E> usedPageMaps
A linked list for last used pagemap queue


style

java.lang.String style
Any special "skin" style to use when loading resources.


feedbackMessages

FeedbackMessages feedbackMessages
feedback messages


id

java.lang.String id
cached id because you can't access the id after session unbound


metaData

wicket.MetaDataEntry[] metaData
Application level meta data.

Class wicket.WicketRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package wicket.ajax

Class wicket.ajax.AbstractAjaxTimerBehavior extends AbstractDefaultAjaxBehavior implements Serializable

Serialized Fields

updateInterval

Duration updateInterval
The update interval


attachedBodyOnLoadModifier

boolean attachedBodyOnLoadModifier

Class wicket.ajax.AbstractDefaultAjaxBehavior extends AbstractAjaxBehavior implements Serializable

serialVersionUID: 1L

Class wicket.ajax.AjaxEventBehavior extends AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

event

java.lang.String event

throttlingSettings

wicket.ajax.AjaxEventBehavior.ThrottlingSettings throttlingSettings

Class wicket.ajax.AjaxSelfUpdatingTimerBehavior extends AbstractAjaxTimerBehavior implements Serializable

serialVersionUID: 1L


Package wicket.ajax.calldecorator

Class wicket.ajax.calldecorator.AjaxCallDecorator extends java.lang.Object implements Serializable

Class wicket.ajax.calldecorator.AjaxCallThrottlingDecorator extends AjaxPostprocessingCallDecorator implements Serializable

serialVersionUID: 1L

Serialized Fields

duration

Duration duration

id

java.lang.String id

Class wicket.ajax.calldecorator.AjaxPostprocessingCallDecorator extends java.lang.Object implements Serializable

Serialized Fields

delegate

IAjaxCallDecorator delegate

Class wicket.ajax.calldecorator.AjaxPreprocessingCallDecorator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

IAjaxCallDecorator delegate

Class wicket.ajax.calldecorator.CancelEventIfNoAjaxDecorator extends AjaxPostprocessingCallDecorator implements Serializable

serialVersionUID: 1L


Package wicket.ajax.form

Class wicket.ajax.form.AjaxFormComponentUpdatingBehavior extends AjaxEventBehavior implements Serializable

Class wicket.ajax.form.AjaxFormSubmitBehavior extends AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

form

Form form

Class wicket.ajax.form.AjaxFormValidatingBehavior extends AjaxFormSubmitBehavior implements Serializable

serialVersionUID: 1L


Package wicket.ajax.markup.html

Class wicket.ajax.markup.html.AjaxFallbackLink extends Link implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.AjaxLink extends WebMarkupContainer implements Serializable

serialVersionUID: 1L


Package wicket.ajax.markup.html.form

Class wicket.ajax.markup.html.form.AjaxCheckBox extends CheckBox implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.form.AjaxSubmitButton extends WebComponent implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.form.AjaxSubmitLink extends WebMarkupContainer implements Serializable

serialVersionUID: 1L


Package wicket.ajax.markup.html.navigation.paging

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigation extends PagingNavigation implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationBehavior extends AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

owner

IAjaxLink owner
The ajaxian link that should recieve the event.


pageable

IPageable pageable
The pageable component to update.

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationIncrementLink extends PagingNavigationIncrementLink implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationLink extends PagingNavigationLink implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigator extends PagingNavigator implements Serializable

serialVersionUID: 1L

Serialized Fields

pageable

IPageable pageable
The pageable component that needs to be updated.


Package wicket.authorization

Class wicket.authorization.Action extends java.lang.Object implements Serializable

serialVersionUID: -1L

Serialized Fields

name

java.lang.String name
The name of this action.

Class wicket.authorization.AuthorizationException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.authorization.UnauthorizedActionException extends AuthorizationException implements Serializable

serialVersionUID: 1L

Serialized Fields

action

Action action
The action


component

Component component
The component that caused the unauthorized exception

Class wicket.authorization.UnauthorizedInstantiationException extends AuthorizationException implements Serializable

serialVersionUID: 1L

Serialized Fields

componentClass

java.lang.Class<T> componentClass
The component class that could not be instantiated


Package wicket.authorization.strategies.action

Package wicket.behavior

Class wicket.behavior.AbstractAjaxBehavior extends AbstractBehavior implements Serializable

Serialized Fields

component

Component component
the component that this handler is bound to.

Class wicket.behavior.AbstractBehavior extends java.lang.Object implements Serializable

Class wicket.behavior.AbstractHeaderContributor extends AbstractBehavior implements Serializable

Class wicket.behavior.AttributeAppender extends AttributeModifier implements Serializable

serialVersionUID: 1L

Serialized Fields

separator

java.lang.String separator
Separates the existing attribute value and the append value.

Class wicket.behavior.HeaderContributor extends AbstractHeaderContributor implements Serializable

serialVersionUID: 1L

Serialized Fields

headerContributors

java.util.List<E> headerContributors
set of resource references to contribute.

Class wicket.behavior.HeaderContributor.CSSHeaderContributor extends StringHeaderContributor implements Serializable

serialVersionUID: 1L

Class wicket.behavior.HeaderContributor.CSSReferenceHeaderContributor extends HeaderContributor.ResourceReferenceHeaderContributor implements Serializable

serialVersionUID: 1L

Class wicket.behavior.HeaderContributor.JavaScriptHeaderContributor extends StringHeaderContributor implements Serializable

serialVersionUID: 1L

Class wicket.behavior.HeaderContributor.JavaScriptReferenceHeaderContributor extends HeaderContributor.ResourceReferenceHeaderContributor implements Serializable

serialVersionUID: 1L

Class wicket.behavior.HeaderContributor.ResourceReferenceHeaderContributor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

int hash
the pre calculated hash code.


resourceReference

ResourceReference resourceReference
the package resource reference.

Class wicket.behavior.SimpleAttributeModifier extends AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

attribute

java.lang.String attribute
The attribute


value

java.lang.CharSequence value
The value to set

Class wicket.behavior.StringHeaderContributor extends AbstractHeaderContributor implements Serializable

serialVersionUID: 1L

Serialized Fields

contributor

wicket.behavior.StringHeaderContributor.StringContributor contributor
the contributor instance.


Package wicket.feedback

Class wicket.feedback.ComponentFeedbackMessageFilter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

component

Component component
The component to accept feedback messages for

Class wicket.feedback.ContainerFeedbackMessageFilter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

container

MarkupContainer container

Class wicket.feedback.ErrorLevelFeedbackMessageFilter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

minimumErrorLevel

int minimumErrorLevel
The minimum error level

Class wicket.feedback.FeedbackMessage extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

level

int level
The message level; can be used by rendering components. Note that what actually happens with the level indication is totally up to the components that render messages like these. The default level is UNDEFINED.


message

java.lang.String message
The actual message.


reporter

Component reporter
The reporting component.


rendered

boolean rendered
Whether or not this message has been rendered

Class wicket.feedback.FeedbackMessages extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

messages

java.util.List<E> messages
Holds a list of FeedbackMessages.

Class wicket.feedback.FeedbackMessagesModel extends AbstractDetachableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

filter

IFeedbackMessageFilter filter
Message filter


sortingComparator

java.util.Comparator<T> sortingComparator
Comparator used for sorting the messages.


Package wicket.markup

Class wicket.markup.MarkupException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

markupStream

MarkupStream markupStream
The markup stream that was being parsed when the exception was thrown

Class wicket.markup.MarkupNotFoundException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.markup.MarkupResourceStream extends java.lang.Object implements Serializable

serialVersionUID: 1846489965076612828L

Serialized Fields

resourceStream

IResourceStream resourceStream
The associated markup resource stream


containerInfo

ContainerInfo containerInfo
Container info like Class, locale and style which were used to locate the resource


markupClass

java.lang.Class<T> markupClass
The actual component class the markup is directly associated with. It might be super class of the component class


Package wicket.markup.html

Class wicket.markup.html.BodyContainer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

page

WebPage page
The webpage where the body container is in


id

java.lang.String id
The container id

Class wicket.markup.html.BodyContainer.AppendingAttributeModifier extends AttributeModifier implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.CompressedPackageResource extends PackageResource implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceStream

wicket.markup.html.CompressedPackageResource.CompressingResourceStream resourceStream

Class wicket.markup.html.DynamicWebResource extends WebResource implements Serializable

Serialized Fields

locale

java.util.Locale locale
The resource locale.

Class wicket.markup.html.PackageResource extends WebResource implements Serializable

serialVersionUID: 1L

Serialized Fields

absolutePath

java.lang.String absolutePath
The path to the resource


locale

java.util.Locale locale
The resource's locale


path

java.lang.String path
The path this resource was created with.


scope

java.lang.Class<T> scope
The scoping class, used for class loading and to determine the package.


style

java.lang.String style
The resource's style

Class wicket.markup.html.PackageResource.PackageResourceBlockedException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.PackageResourceReference extends ResourceReference implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

int hash
Deprecated. 
pre-calculated has code for this immutable object.

Class wicket.markup.html.WebComponent extends Component implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.WebMarkupContainer extends MarkupContainer implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.WebMarkupContainerWithAssociatedMarkup extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

markupHelper

wicket.markup.html.ContainerWithAssociatedMarkupHelper markupHelper
A utility class which implements the internals

Class wicket.markup.html.WebMarkupContainerWithAssociatedMarkup.HeaderPartContainer extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

container

MarkupContainer container
The panel or bordered page the header part is associated with


scope

java.lang.String scope
. A kind of namespace

Class wicket.markup.html.WebPage extends Page implements Serializable

serialVersionUID: 1L

Serialized Fields

bodyContainer

BodyContainer bodyContainer
The body container


compressor

URLCompressor compressor
The url compressor that will compress the urls by collapsing the component path and listener interface

Class wicket.markup.html.WebResource extends Resource implements Serializable


Package wicket.markup.html.basic

Class wicket.markup.html.basic.Label extends WebComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.basic.MultiLineLabel extends WebComponent implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.body

Class wicket.markup.html.body.BodyTagAttributeModifier extends AttributeModifier implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream inputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
AttributeModifiers must be Serialzable but WeakReferences are not. Hence, we need to implement our read/write methods to properly support it.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Serializable

writeObject

private void writeObject(java.io.ObjectOutputStream outputStream)
                  throws java.io.IOException
AttributeModifiers must be Serialzable but WeakReferences are not. Hence, we need to implement our read/write methods to properly support it.

Throws:
java.io.IOException
See Also:
Serializable

Package wicket.markup.html.border

Class wicket.markup.html.border.Border extends WebMarkupContainerWithAssociatedMarkup implements Serializable

Serialized Fields

transparentResolver

boolean transparentResolver
Should be true for bordered pages


bodyVisible

boolean bodyVisible
If false, the content of will not be printed

Class wicket.markup.html.border.BoxBorder extends Border implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.debug

Class wicket.markup.html.debug.PageView extends Panel implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.form

Class wicket.markup.html.form.AbstractTextComponent extends FormComponent implements Serializable

Class wicket.markup.html.form.Button extends FormComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultFormProcessing

boolean defaultFormProcessing
If false, all standard processing like validating and model updating is skipped.

Class wicket.markup.html.form.Check extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

uuid

short uuid
page-scoped uuid of this check. this property must not be accessed directly, instead Check.getValue() must be used

Class wicket.markup.html.form.CheckBox extends FormComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.CheckBoxMultipleChoice extends ListMultipleChoice implements Serializable

serialVersionUID: 1L

Serialized Fields

prefix

java.lang.String prefix

suffix

java.lang.String suffix

Class wicket.markup.html.form.CheckGroup extends FormComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.CheckGroupSelector extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.ChoiceRenderer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

displayExpression

java.lang.String displayExpression
expression for getting the display value.


idExpression

java.lang.String idExpression
expression for getting the id.

Class wicket.markup.html.form.DropDownChoice extends wicket.markup.html.form.AbstractSingleSelectChoice implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.Form extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

maxSize

Bytes maxSize
Maximum size of an upload in bytes


multiPart

boolean multiPart
True if the form has enctype of multipart/form-data


javascriptId

java.lang.String javascriptId

formValidators

java.lang.Object formValidators
multi-validators assigned to this form


defaultButton

Button defaultButton
Any default button. If set, a hidden submit button will be rendered right after the form tag, so that when users press enter in a textfield, this button's action will be selected. If no default button is set, nothing additional is rendered.

WARNING: note that this is a best effort only. Unfortunately having a 'default' button in a form is ill defined in the standards, and of course IE has it's own way of doing things.

Class wicket.markup.html.form.FormComponent extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

labelModel

IModel labelModel
The value will be made available to the validator property by means of ${label}. It does not have any specific meaning to FormComponent itself.


rawInput

java.lang.String rawInput
Raw Input entered by the user or NO_RAW_INPUT if nothing is filled in.


type

java.lang.Class<T> type
Type that the raw input string will be converted to


validators

java.lang.Object validators
The list of validators for this form component as either an IValidator instance or an array of IValidator instances.

Class wicket.markup.html.form.FormComponentLabel extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

fc

FormComponent fc

Class wicket.markup.html.form.HiddenField extends TextField implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.ImageButton extends Button implements Serializable

serialVersionUID: 1L

Serialized Fields

localizedImageResource

LocalizedImageResource localizedImageResource
The image resource this image component references

Class wicket.markup.html.form.ListChoice extends DropDownChoice implements Serializable

serialVersionUID: 1L

Serialized Fields

maxRows

int maxRows
The maximum number of rows to display.

Class wicket.markup.html.form.ListMultipleChoice extends wicket.markup.html.form.AbstractChoice implements Serializable

serialVersionUID: 1L

Serialized Fields

maxRows

int maxRows
The maximum number of rows to display.

Class wicket.markup.html.form.PasswordTextField extends TextField implements Serializable

serialVersionUID: 1L

Serialized Fields

resetPassword

boolean resetPassword
Flag indicating whether the contents of the field should be reset each time it is rendered. If true, the contents are emptied when the field is rendered. This is useful for login forms. If false, the contents of the model are put into the field. This is useful for entry forms where the contents of the model should be editable, or resubmitted.

Class wicket.markup.html.form.Radio extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

uuid

short uuid
page-scoped uuid of this check. this property must not be accessed directly, instead Radio.getValue() must be used

Class wicket.markup.html.form.RadioChoice extends wicket.markup.html.form.AbstractSingleSelectChoice implements Serializable

serialVersionUID: 1L

Serialized Fields

prefix

java.lang.String prefix

suffix

java.lang.String suffix

Class wicket.markup.html.form.RadioGroup extends FormComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.RequiredTextField extends TextField implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.SimpleFormComponentLabel extends FormComponentLabel implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.SubmitLink extends Button implements Serializable

serialVersionUID: 1L

Serialized Fields

form

Form form

Class wicket.markup.html.form.TextArea extends AbstractTextComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.TextField extends AbstractTextComponent implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.form.persistence

Class wicket.markup.html.form.persistence.CookieValuePersister extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.form.upload

Class wicket.markup.html.form.upload.FileUpload extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

item

FileItem item

inputStreams

java.util.List<E> inputStreams

Class wicket.markup.html.form.upload.FileUploadField extends FormComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

hasExplicitModel

boolean hasExplicitModel
True if a model has been set explicitly


Package wicket.markup.html.form.validation

Class wicket.markup.html.form.validation.AbstractFormValidator extends java.lang.Object implements Serializable

Class wicket.markup.html.form.validation.AbstractValidator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.validation.CustomValidator extends StringValidator implements Serializable

Class wicket.markup.html.form.validation.DateValidator extends AbstractValidator implements Serializable

Class wicket.markup.html.form.validation.EmailAddressPatternValidator extends PatternValidator implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.validation.EqualInputValidator extends AbstractFormValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

components

FormComponent[] components
form components to be checked.

Class wicket.markup.html.form.validation.EqualPasswordInputValidator extends EqualInputValidator implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.validation.FormComponentFeedbackBorder extends Border implements Serializable

serialVersionUID: 1L

Serialized Fields

visible

boolean visible
Visible property cache.

Class wicket.markup.html.form.validation.FormComponentFeedbackIndicator extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

filter

IFeedbackMessageFilter filter
The message filter for this indicator component

Class wicket.markup.html.form.validation.IntegerValidator extends StringValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

max

long max
Deprecated. 
Upper bound on valid decimal number.


min

long min
Deprecated. 
Lower bound on valid decimal number.

Class wicket.markup.html.form.validation.LengthValidator extends AbstractValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

checkMin

boolean checkMin
Deprecated. 
True if minimum bound should be checked.


checkMax

boolean checkMax
Deprecated. 
True if maximum bound should be checked.


min

int min
Deprecated. 
Lower bound on valid length.


max

int max
Deprecated. 
Upper bound on valid length.

Class wicket.markup.html.form.validation.NumberValidator extends AbstractValidator implements Serializable

Class wicket.markup.html.form.validation.PatternValidator extends StringValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

pattern

java.util.regex.Pattern pattern
The regexp pattern.

Class wicket.markup.html.form.validation.RequiredValidator extends AbstractValidator implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.validation.StringValidator extends AbstractValidator implements Serializable

Class wicket.markup.html.form.validation.TypeValidator extends StringValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

java.util.Locale locale
Deprecated. 
The locale to use


type

java.lang.Class<T> type
Deprecated. 
The type to use for checking.


Package wicket.markup.html.image

Class wicket.markup.html.image.Image extends WebComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

localizedImageResource

LocalizedImageResource localizedImageResource
The image resource this image component references

Class wicket.markup.html.image.NonCachingImage extends Image implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.image.resource

Class wicket.markup.html.image.resource.BlobImageResource extends DynamicImageResource implements Serializable

Class wicket.markup.html.image.resource.BufferedDynamicImageResource extends DynamicImageResource implements Serializable

serialVersionUID: 1L

Serialized Fields

imageData

byte[] imageData
The byte array holding the contents of the dynamic image

Class wicket.markup.html.image.resource.DefaultButtonImageResource extends RenderedDynamicImageResource implements Serializable

serialVersionUID: 1L

Serialized Fields

arcHeight

int arcHeight
The height of the arc in the corner


arcWidth

int arcWidth
The width of the arc in the corner


backgroundColor

java.awt.Color backgroundColor
The background color behind the button


color

java.awt.Color color
The color of the button itself


font

java.awt.Font font
The font to use


textColor

java.awt.Color textColor
The color of the text


label

java.lang.String label
The button label

Class wicket.markup.html.image.resource.DynamicImageResource extends DynamicWebResource implements Serializable

Serialized Fields

format

java.lang.String format
The image type


lastModifiedTime

Time lastModifiedTime
The last modified time of this resource

Class wicket.markup.html.image.resource.LocalizedImageResource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceKind

java.lang.Boolean resourceKind
What kind of resource it is. TRUE==Resource is set, FALSE==ResourceReference is set, null none


component

Component component
The component that is referencing this image resource


resource

Resource resource
The image resource this image component references


resourceReference

ResourceReference resourceReference
The resource reference


resourceParameters

ValueMap resourceParameters
The resource parameters

Class wicket.markup.html.image.resource.RenderedDynamicImageResource extends DynamicImageResource implements Serializable

serialVersionUID: 1L

Serialized Fields

height

int height
Height of image


type

int type
Type of image (one of BufferedImage.TYPE_*)


width

int width
Width of image


Package wicket.markup.html.include

Class wicket.markup.html.include.Include extends WebComponent implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.internal

Class wicket.markup.html.internal.HtmlBodyContainer extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.internal.HtmlHeaderContainer extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

renderedComponentsPerScope

java.util.Map<K,V> renderedComponentsPerScope
wicket:head tags (components) must only be added once. To allow for a little bit more control, each wicket:head has an associated scope which by default is equal to the java class name directly associated with the markup which contains the wicket:head. It can be modified by means of the scope attribute.


Package wicket.markup.html.link

Class wicket.markup.html.link.BookmarkablePageLink extends Link implements Serializable

serialVersionUID: 1L

Serialized Fields

pageClass

java.lang.Class<T> pageClass
The page class that this link links to.


pageMapName

java.lang.String pageMapName
Any page map for this link


parameters

PageParameters parameters
The parameters to pass to the class constructor when instantiated.

Class wicket.markup.html.link.DownloadLink extends Link implements Serializable

serialVersionUID: 1L

Serialized Fields

file

java.io.File file
File to stream


fileName

java.lang.String fileName
File name to stream

Class wicket.markup.html.link.ExternalLink extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

href

IModel href
the href attribute.


label

IModel label
this links' label.


popupSettings

PopupSettings popupSettings
The popup specification. If not-null, a javascript on-click event handler will be generated that opens a new window using the popup properties.

Class wicket.markup.html.link.ImageMap extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

shapeLinks

java.util.List<E> shapeLinks
list of shape links.

Class wicket.markup.html.link.InlineFrame extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

pageLink

IPageLink pageLink
The link.


pageMapName

java.lang.String pageMapName
The pagemap name where the page that will be created by this inline frame will be created in.

Class wicket.markup.html.link.InternalFrame extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

pageLink

IPageLink pageLink
Deprecated. 
The link.


pageMapName

java.lang.String pageMapName
Deprecated. 
The pagemap name where the page that will be created by this inline frame will be created in.

Class wicket.markup.html.link.Link extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

afterDisabledLink

java.lang.String afterDisabledLink
Simple insertion string to allow disabled links to look like Disabled link .


anchor

Component anchor
An anchor (form 'http://server/app/etc#someAnchor') will be appended to the link so that after this link executes, it will jump to the provided anchor component's position. The provided anchor must either have the Component.getOutputMarkupId() flag true, or it must be attached to a <a tag with a href attribute of more than one character starting with '#' ('<a href="#someAnchor" ... ').


autoEnable

boolean autoEnable
True if link should automatically enable/disable based on current page; false by default.


beforeDisabledLink

java.lang.String beforeDisabledLink
Simple insertion string to allow disabled links to look like Disabled link .


popupSettings

PopupSettings popupSettings
The popup specification. If not-null, a javascript on-click event handler will be generated that opens a new window using the popup properties.

Class wicket.markup.html.link.PageLink extends Link implements Serializable

serialVersionUID: 1L

Serialized Fields

pageLink

IPageLink pageLink
The delayed linking Page source.

Class wicket.markup.html.link.PopupCloseLink extends Link implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.link.PopupCloseLink.ClosePopupPage extends WebPage implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.link.PopupSettings extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

displayFlags

int displayFlags
Display flags


height

int height
Height of popup window.


left

int left
Left position of popup window.


target

java.lang.String target
The target to put in JavaScript. This implementation simply refers to the href element, but clients may want to override this (e.g. when the HTML element is not an anchor).


top

int top
Top position of popup window.


width

int width
Width of popup window.


windowName

java.lang.String windowName
The logical name of the window. This can be anything you want, although you should use alphanumeric characters only (no spaces or punctuation). If you have a window already open and call window.open a second time using the same windowName, the first window will be reused rather than opening a second window.


pageMapName

java.lang.String pageMapName
The pagemap name where the page that will be created by this popuplink will be created in.

Class wicket.markup.html.link.ResourceLink extends Link implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceReference

ResourceReference resourceReference
The Resource reference


resource

Resource resource
The Resource


resourceParameters

ValueMap resourceParameters
The resource parameters


Package wicket.markup.html.list

Class wicket.markup.html.list.ListItem extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index
The index of the ListItem in the parent ListView

Class wicket.markup.html.list.ListItemModel extends AbstractDetachableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

listView

ListView listView
The ListView's list model


index

int index

Class wicket.markup.html.list.ListView extends WebMarkupContainer implements Serializable

Serialized Fields

firstIndex

int firstIndex
Index of the first item to show


reuseItems

boolean reuseItems
If true, re-rendering the list view is more efficient if the window doesn't get changed at all or if it gets scrolled (compared to paging). But if you modify the listView model object, than you must manually call listView.removeAll() in order to rebuild the ListItems. If you nest a ListView in a Form, ALWAYS set this property to true, as otherwise validation will not work properly.


viewSize

int viewSize
Max number (not index) of items to show

Class wicket.markup.html.list.Loop extends WebMarkupContainer implements Serializable

Class wicket.markup.html.list.Loop.LoopItem extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

iteration

int iteration
The iteration number

Class wicket.markup.html.list.PageableListView extends ListView implements Serializable

Serialized Fields

currentPage

int currentPage
The page to show.


rowsPerPage

int rowsPerPage
Number of rows per page of the list view.

Class wicket.markup.html.list.PropertyListView extends ListView implements Serializable


Package wicket.markup.html.navigation.paging

Class wicket.markup.html.navigation.paging.PagingNavigation extends Loop implements Serializable

serialVersionUID: 1L

Serialized Fields

pageable

IPageable pageable
The PageableListView this navigation is navigating.


labelProvider

IPagingLabelProvider labelProvider
The label provider for the text that the links should be displaying.


startIndex

int startIndex
Offset for the Loop


margin

int margin
Number of links on the left and/or right to keep the current page link somewhere near the middle.


separator

java.lang.String separator
Default separator between page numbers. Null: no separator.


viewSize

int viewSize
The maximum number of page links to show.

Class wicket.markup.html.navigation.paging.PagingNavigationIncrementLink extends Link implements Serializable

serialVersionUID: 1L

Serialized Fields

increment

int increment
The increment.


pageable

IPageable pageable
The PageableListView the page links are referring to.

Class wicket.markup.html.navigation.paging.PagingNavigationLink extends Link implements Serializable

serialVersionUID: 1L

Serialized Fields

pageable

IPageable pageable
The pageable list view.


pageNumber

int pageNumber
The page of the PageableListView this link is for.

Class wicket.markup.html.navigation.paging.PagingNavigator extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

pagingNavigation

PagingNavigation pagingNavigation
The navigation bar to be printed, e.g. 1 | 2 | 3 etc.


Package wicket.markup.html.pages

Class wicket.markup.html.pages.AccessDeniedPage extends WebPage implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.pages.BrowserInfoPage extends WebPage implements Serializable

serialVersionUID: 1L

Serialized Fields

continueTo

java.lang.String continueTo
the url to continue to after this page.

Class wicket.markup.html.pages.BrowserInfoPage.ClientPropertiesBean extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

navigatorAppCodeName

java.lang.String navigatorAppCodeName

navigatorAppName

java.lang.String navigatorAppName

navigatorAppVersion

java.lang.String navigatorAppVersion

navigatorCookieEnabled

java.lang.Boolean navigatorCookieEnabled

navigatorJavaEnabled

java.lang.Boolean navigatorJavaEnabled

navigatorLanguage

java.lang.String navigatorLanguage

navigatorPlatform

java.lang.String navigatorPlatform

navigatorUserAgent

java.lang.String navigatorUserAgent

screenColorDepth

java.lang.String screenColorDepth

screenHeight

java.lang.String screenHeight

screenWidth

java.lang.String screenWidth

utcOffset

java.lang.String utcOffset

Class wicket.markup.html.pages.ExceptionErrorPage extends WebPage implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.pages.InternalErrorPage extends WebPage implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.pages.PageExpiredErrorPage extends WebPage implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.pages.RedirectPage extends WebPage implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.panel

Class wicket.markup.html.panel.ComponentFeedbackPanel extends FeedbackPanel implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.panel.FeedbackPanel extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

escapeMessages

boolean escapeMessages
whether model messages should be HTML escaped. Default is true.


messageListView

wicket.markup.html.panel.FeedbackPanel.MessageListView messageListView
Message view

Class wicket.markup.html.panel.Fragment extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

markupId

java.lang.String markupId
The wicket:id of the associated markup fragment


markupProvider

MarkupContainer markupProvider
The container providing the inline markup

Class wicket.markup.html.panel.Panel extends WebMarkupContainerWithAssociatedMarkup implements Serializable

serialVersionUID: 1L

Serialized Fields

wasOpenCloseTag

boolean wasOpenCloseTag
If if tag was an open-close tag


Package wicket.markup.html.resources

Class wicket.markup.html.resources.CompressedPackageResourceReference extends PackageResourceReference implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.resources.CompressedResourceReference extends ResourceReference implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.resources.JavaScriptReference extends PackagedResourceReference implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.resources.PackagedResourceReference extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.resources.StyleSheetReference extends PackagedResourceReference implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.tree

Class wicket.markup.html.tree.AbstractTree extends Panel implements Serializable

Serialized Fields

treeState

TreeState treeState
AbstractTree state for this component.

Class wicket.markup.html.tree.SelectedPathReplacementModel extends AbstractReadOnlyModel implements Serializable

serialVersionUID: 1L

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node
the tree node.


tree

Tree tree
The tree.

Class wicket.markup.html.tree.Tree extends AbstractTree implements Serializable

serialVersionUID: 1L

Serialized Fields

reuseItems

boolean reuseItems
If true, re-rendering the tree is more efficient if the tree model doesn't get changed. However, if this is true, you need to push changes to this tree. This can easility be done by registering this tree as the listener for tree model events (TreeModelListener), but you should be carefull not to create a memory leak by doing this (e.g. when you store the tree model in your session, the tree you registered cannot be GC-ed). TRUE by default.


treePathsListView

wicket.markup.html.tree.Tree.TreePathsListView treePathsListView
List view for tree paths.


treePathsModel

wicket.markup.html.tree.Tree.TreePathsModel treePathsModel
Model for the paths of the tree.

Class wicket.markup.html.tree.Tree.DefaultNodePanel extends Panel implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.tree.TreeState extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectedPath

javax.swing.tree.TreePath selectedPath
currently selected path.


treeModel

javax.swing.tree.TreeModel treeModel
Model providing information.


treeSelectionModel

javax.swing.tree.TreeSelectionModel treeSelectionModel
Selection model.


rootVisible

boolean rootVisible
True if the root node is displayed, false if its children are the highest visible nodes.


root

wicket.markup.html.tree.TreeState.TreeStateNode root
Root node.


rowCount

int rowCount
Number of rows currently visible.


treePathMapping

java.util.Hashtable<K,V> treePathMapping
Maps from TreePath to a TreeStateNode.


info

wicket.markup.html.tree.TreeState.SearchInfo info
Used for getting path/row information.


tempStacks

ArrayListStack tempStacks

Package wicket.markup.parser

Class wicket.markup.parser.XmlTag.Type extends EnumeratedType implements Serializable

serialVersionUID: 1L


Package wicket.markup.resolver

Class wicket.markup.resolver.AutoComponentResolver extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedComponents

java.util.Map<K,V> nestedComponents
Temporary storage for containers currently being rendered. Thus child components can be re-parented. Remember: are an exception to the rule. Though the markup of the children are nested inside , their respective Java components are not. They must be added to the parent container of .

Class wicket.markup.resolver.AutoLinkResolver extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tagNameToAutolinkResolverDelegates

java.util.Map<K,V> tagNameToAutolinkResolverDelegates
Autolink resolver delegates for constructing new autolinks reference keyed on tag name (such as <script> or <a>.


tagNameToTagReferenceResolvers

java.util.Map<K,V> tagNameToTagReferenceResolvers
Resolver objects that know what attribute to read for getting the reference keyed on tag name (such as <script> or <a>.

Class wicket.markup.resolver.AutoLinkResolver.AutolinkBookmarkablePageLink extends BookmarkablePageLink implements Serializable

serialVersionUID: 1L

Serialized Fields

anchor

java.lang.String anchor

Class wicket.markup.resolver.FragmentResolver extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.markup.resolver.HtmlHeaderResolver extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.markup.resolver.MarkupInheritanceResolver extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.markup.resolver.ParentResolver extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.markup.resolver.ScopedComponentResolver extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.markup.resolver.WicketLinkResolver extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.markup.resolver.WicketMessageResolver extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.markup.resolver.WicketMessageResolver.MyLabel extends Label implements Serializable

serialVersionUID: 1L


Package wicket.markup.transformer

Class wicket.markup.transformer.AbstractOutputTransformerContainer extends MarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

transformBodyOnly

boolean transformBodyOnly
Whether the containers tag shall be transformed as well

Class wicket.markup.transformer.AbstractTransformerBehavior extends AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

webResponse

Response webResponse

Class wicket.markup.transformer.NoopOutputTransformerContainer extends AbstractOutputTransformerContainer implements Serializable

serialVersionUID: 1L

Class wicket.markup.transformer.XsltOutputTransformerContainer extends AbstractOutputTransformerContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

xslFile

java.lang.String xslFile
An optional xsl file path

Class wicket.markup.transformer.XsltTransfomerBehavior extends AbstractTransformerBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

xslFile

java.lang.String xslFile
An optional xsl file path


Package wicket.model

Class wicket.model.AbstractDetachableModel extends java.lang.Object implements Serializable

Class wicket.model.AbstractModel extends java.lang.Object implements Serializable

Class wicket.model.AbstractPropertyModel extends AbstractDetachableModel implements Serializable

Serialized Fields

nestedModel

java.lang.Object nestedModel
Any model object (which may or may not implement IModel)

Class wicket.model.AbstractReadOnlyDetachableModel extends AbstractDetachableModel implements Serializable

Class wicket.model.AbstractReadOnlyModel extends AbstractModel implements Serializable

Class wicket.model.BoundCompoundPropertyModel extends CompoundPropertyModel implements Serializable

serialVersionUID: 1L

Serialized Fields

bindings

java.util.ArrayList<E> bindings
List of Bindings. Although a Map would be a more natural implementation here, a List is much more compact in terms of space. Although it may take longer to find a component binding in theory, in practice it's unlikely that any BoundCompoundPropertyModel will really have enough bindings to matter.

Class wicket.model.CompoundPropertyModel extends AbstractPropertyModel implements Serializable

serialVersionUID: 1L

Class wicket.model.LoadableDetachableModel extends AbstractReadOnlyModel implements Serializable

Class wicket.model.Model extends AbstractModel implements Serializable

serialVersionUID: 1L

Serialized Fields

object

java.io.Serializable object
Backing object.

Class wicket.model.PropertyModel extends AbstractPropertyModel implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

java.lang.String expression
Property expression for property access.


propertyType

java.lang.Class<T> propertyType
If this is set, this type is used for conversion instead of the type that is figured out by the property expression code. This can be especially useful for when you have a generic property (like Serializable myProp) that you want to be converted to a narrower type (e.g. an Integer). The property expression code sees an incoming string being compatible with the target property, and will then bypass the converter. Hence, to force myProp being converted to and from an integer, propertyType should be set to Integer.

Class wicket.model.ResourceModel extends AbstractReadOnlyModel implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceKey

java.lang.String resourceKey

defaultValue

java.lang.String defaultValue

Class wicket.model.StringResourceModel extends AbstractReadOnlyDetachableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

model

IModel model
The wrapped model.


parameters

java.lang.Object[] parameters
Optional parameters.


component

Component component
The relative component used for lookups.


resourceKey

java.lang.String resourceKey
The key of message to get.


defaultValue

java.lang.String defaultValue
The default value of the message.


Package wicket.protocol.http

Class wicket.protocol.http.AbstractHttpSessionStore.SessionBindingListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionId

java.lang.String sessionId
Session id.


applicationKey

java.lang.String applicationKey
The unique key of the application within this web application.

Class wicket.protocol.http.ClientProperties extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

java.util.Map<K,V> data
The actual property data.


timeZone

java.util.TimeZone timeZone
The client's time zone, if available.

Class wicket.protocol.http.MockHttpSession extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

attributes

ValueMap attributes

context

javax.servlet.ServletContext context

creationTime

long creationTime

id

java.lang.String id

lastAccessedTime

long lastAccessedTime

Class wicket.protocol.http.RequestLogger.RequestData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startDate

java.util.Date startDate

timeTaken

long timeTaken

entries

java.util.List<E> entries

eventTarget

java.lang.String eventTarget

responseTarget

java.lang.String responseTarget

Class wicket.protocol.http.RequestLogger.SessionData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

session

Session session

requests

java.util.LinkedList<E> requests

currentRequest

RequestLogger.RequestData currentRequest

totalRequestsTime

double totalRequestsTime

lastRequestTime

long lastRequestTime

Class wicket.protocol.http.WebApplicationFactoryCreationException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.protocol.http.WebSession extends Session implements Serializable

serialVersionUID: 1L

Class wicket.protocol.http.WicketServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

webApplication

WebApplication webApplication
The application this servlet is serving


Package wicket.protocol.http.portlet

Class wicket.protocol.http.portlet.PortletPage extends Page implements Serializable

serialVersionUID: 1L

Serialized Fields

portletMode

java.lang.String portletMode

windowState

java.lang.String windowState

Class wicket.protocol.http.portlet.WicketPortletServlet extends WicketServlet implements Serializable

serialVersionUID: 1L

Class wicket.protocol.http.portlet.WicketPortletSession extends WebSession implements Serializable

serialVersionUID: 1L


Package wicket.protocol.http.portlet.pages

Class wicket.protocol.http.portlet.pages.AccessDeniedPortletPage extends PortletPage implements Serializable

serialVersionUID: 1L

Class wicket.protocol.http.portlet.pages.ExceptionErrorPortletPage extends PortletPage implements Serializable

serialVersionUID: 1L

Class wicket.protocol.http.portlet.pages.InternalErrorPortletPage extends PortletPage implements Serializable

serialVersionUID: 1L

Class wicket.protocol.http.portlet.pages.PageExpiredPortletPage extends PortletPage implements Serializable

serialVersionUID: 1L


Package wicket.protocol.http.request

Class wicket.protocol.http.request.WebClientInfo extends ClientInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

userAgent

java.lang.String userAgent
The user agent string from the User-Agent header, app. Theoretically, this might differ from ClientProperties.NAVIGATOR_JAVA_ENABLED property, which is not set until an actual reply from a browser (e.g. using BrowserInfoPage is set.


properties

ClientProperties properties
Client properties object.


Package wicket.protocol.http.request.urlcompressing

Class wicket.protocol.http.request.urlcompressing.URLCompressor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

uid

int uid

Package wicket.protocol.http.servlet

Class wicket.protocol.http.servlet.AbortWithHttpStatusException extends AbortException implements Serializable

serialVersionUID: 1L

Serialized Fields

status

int status

Class wicket.protocol.http.servlet.AbortWithWebErrorCodeException extends AbortException implements Serializable

serialVersionUID: 1L


Package wicket.request

Class wicket.request.ClientInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.request.RequestParameters extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

componentPath

java.lang.String componentPath
the full path to a component (might be just the page).


pageMapName

java.lang.String pageMapName
any name of the page map.


versionNumber

int versionNumber
any version number; 0 for no version.


onlyProcessIfPathActive

boolean onlyProcessIfPathActive
tells wicket this request should only be processed if the page + version specified are pointing to the last page the user accessed


interfaceName

java.lang.String interfaceName
any callable interface name (e.g. ILinkListener).


behaviorId

java.lang.String behaviorId
in case this request points to a dispatched call to a behavior that is coupled to a component, this is the registration id of the behavior.


componentId

java.lang.String componentId
any id of a non-page target component.


bookmarkablePageClass

java.lang.String bookmarkablePageClass
any bookmarkable page class.


parameters

java.util.Map<K,V> parameters
free-to-use map of non-reserved parameters.


resourceKey

java.lang.String resourceKey
any resource key.


path

java.lang.String path
the path info.


Package wicket.resource

Class wicket.resource.ByteArrayResource extends WebResource implements Serializable

serialVersionUID: 1L

Serialized Fields

contentType

java.lang.String contentType
the content type.


array

byte[] array
binary data.


locale

java.util.Locale locale
the locale.


lastModified

Time lastModified
the time that this resource was last modified; same as construction time.

Class wicket.resource.DynamicByteArrayResource extends WebResource implements Serializable

Serialized Fields

locale

java.util.Locale locale
Deprecated. 
the locale.


Package wicket.session.pagemap

Class wicket.session.pagemap.AbstractPageMapEntry extends java.lang.Object implements Serializable

Serialized Fields

id

short id

Class wicket.session.pagemap.LeastRecentlyAccessedEvictionStrategy extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

maxVersions

int maxVersions
Maximum number of page versions in a page map before evictions start


Package wicket.settings

Class wicket.settings.IExceptionSettings.UnexpectedExceptionDisplay extends EnumeratedType implements Serializable

serialVersionUID: 1L

Class wicket.settings.IRequestCycleSettings.RenderStrategy extends EnumeratedType implements Serializable

serialVersionUID: 1L


Package wicket.util.collections

Class wicket.util.collections.ArrayListStack extends java.util.ArrayList implements Serializable

serialVersionUID: 1L

Class wicket.util.collections.IntHashMap extends java.lang.Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the HashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the HashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HashMap (the length of the bucket array) is emitted (int), followed by the size of the HashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the HashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
Throws:
java.io.IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class wicket.util.collections.MicroMap extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

java.lang.Object key
The one and only key in this tiny map


value

java.lang.Object value
The value for the only key in this tiny map

Class wicket.util.collections.MiniMap extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

keys

java.lang.Object[] keys
The array of keys. Keys that are null are not used.


values

java.lang.Object[] values
The array of values which correspond by index with the keys array.


size

int size
The number of valid entries


lastSearchIndex

int lastSearchIndex
The last search index. This makes putting and getting more efficient.

Class wicket.util.collections.MostRecentlyUsedMap extends java.util.LinkedHashMap implements Serializable

serialVersionUID: 1L

Serialized Fields

removedValue

java.lang.Object removedValue
Value most recently removed from map


maxEntries

int maxEntries
Maximum number of entries allowed in this map


Package wicket.util.concurrent

Class wicket.util.concurrent.ConcurrentHashMap extends java.util.AbstractMap implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ConcurrentHashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the ConcurrentHashMap instance to a stream (i.e., serialize it).

Serial Data:
An estimate of the table size, followed by the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
Throws:
java.io.IOException
Serialized Fields

segments

ConcurrentHashMap.Segment[] segments
The array of concurrency control segments.


loadFactor

float loadFactor
The load factor for the hash table.

 

threshold

int threshold
Per-segment resize threshold.

 

Class wicket.util.concurrent.ConcurrentHashMap.Segment extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

count

int count
The number of elements in this segment's region. It is always updated within synchronized blocks.

Class wicket.util.concurrent.ConcurrentReaderHashMap extends java.util.AbstractMap implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ConcurrentReaderHashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the ConcurrentReaderHashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the ConcurrentReaderHashMap (the length of the bucket array) is emitted (int), followed by the size of the ConcurrentReaderHashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the ConcurrentReaderHashMap The key-value mappings are emitted in no particular order.
Throws:
java.io.IOException
Serialized Fields

barrierLock

ConcurrentReaderHashMap.BarrierLock barrierLock
Lock used only for its memory effects.


threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is always (int)(capacity * loadFactor).)

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class wicket.util.concurrent.ConcurrentReaderHashMap.BarrierLock extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.util.concurrent.CopyOnWriteArrayList extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the list from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the list to a stream (i.e., serialize it).

Serial Data:
The length of the array backing the list is emitted (int), followed by all of its elements (each an Object) in the proper order.
Throws:
java.io.IOException

Package wicket.util.convert

Class wicket.util.convert.ConversionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

converter

IConverter converter
The converter that was used.


format

java.text.Format format
Pattern that was used for conversion.


locale

java.util.Locale locale
Locale that was used for conversion.


sourceValue

java.lang.Object sourceValue
The value that was tried to convert.


targetType

java.lang.Class<T> targetType
Target type for the failed conversion.


typeConverter

ITypeConverter typeConverter
The type converter that was used


resourceKey

java.lang.String resourceKey
Resource key that will be used to construct an error message. If this field is not set the default "TypeValidator" key will be used.

Class wicket.util.convert.Converter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

classToConverter

java.util.Map<K,V> classToConverter
Maps Classes to ITypeConverters.


defaultConverter

IConverter defaultConverter
Converter that is to be used when no registered converter is found.


locale

java.util.Locale locale
The current locale.

Class wicket.util.convert.MaskConverter extends SimpleConverterAdapter implements Serializable

serialVersionUID: 1L

Serialized Fields

maskFormatter

javax.swing.text.MaskFormatter maskFormatter
Object that knows all about masks.

Class wicket.util.convert.SimpleConverterAdapter extends LocalizableAdapter implements Serializable

serialVersionUID: 1L


Package wicket.util.convert.converters

Class wicket.util.convert.converters.AbstractConverter extends java.lang.Object implements Serializable

Class wicket.util.convert.converters.AbstractDecimalConverter extends AbstractNumberConverter implements Serializable

Class wicket.util.convert.converters.AbstractIntegerConverter extends AbstractNumberConverter implements Serializable

Class wicket.util.convert.converters.AbstractNumberConverter extends AbstractConverter implements Serializable

Class wicket.util.convert.converters.BooleanConverter extends AbstractConverter implements Serializable

serialVersionUID: 1L

Class wicket.util.convert.converters.ByteConverter extends AbstractIntegerConverter implements Serializable

serialVersionUID: 1L

Class wicket.util.convert.converters.CharacterConverter extends AbstractConverter implements Serializable

serialVersionUID: 1L

Class wicket.util.convert.converters.DateConverter extends AbstractConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

dateFormats

java.util.Map<K,V> dateFormats
The date format to use for the specific locales (used as the key)


lenient

boolean lenient
Specify whether or not date/time parsing is to be lenient. With lenient parsing, the parser may use heuristics to interpret inputs that do not precisely match this object's format. With strict parsing, inputs must match the object's format.

Class wicket.util.convert.converters.DateToStringConverter extends AbstractConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

dateFormats

java.util.Map<K,V> dateFormats
The date format to use

Class wicket.util.convert.converters.DoubleConverter extends AbstractDecimalConverter implements Serializable

serialVersionUID: 1L

Class wicket.util.convert.converters.FloatConverter extends AbstractDecimalConverter implements Serializable

serialVersionUID: 1L

Class wicket.util.convert.converters.IntegerConverter extends AbstractIntegerConverter implements Serializable

serialVersionUID: 1L

Class wicket.util.convert.converters.LongConverter extends AbstractIntegerConverter implements Serializable

serialVersionUID: 1L

Class wicket.util.convert.converters.NumberToStringConverter extends AbstractConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

numberFormats

java.util.Map<K,V> numberFormats
The date format to use

Class wicket.util.convert.converters.ShortConverter extends AbstractIntegerConverter implements Serializable

serialVersionUID: 1L

Class wicket.util.convert.converters.StringConverter extends AbstractConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

classToConverter

java.util.Map<K,V> classToConverter
Maps value Classes to specific StringConverters.


defaultConverter

ITypeConverter defaultConverter
Converter that is to be used when no registered converter is found.


Package wicket.util.diff

Class wicket.util.diff.DifferentiationFailedException extends DiffException implements Serializable

serialVersionUID: 1L

Class wicket.util.diff.DiffException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class wicket.util.diff.PatchFailedException extends DiffException implements Serializable

serialVersionUID: 1L


Package wicket.util.file

Class wicket.util.file.File extends java.io.File implements Serializable

serialVersionUID: 1L

Class wicket.util.file.Folder extends File implements Serializable

serialVersionUID: 1L


Package wicket.util.lang

Class wicket.util.lang.Bytes extends LongValue implements Serializable

serialVersionUID: 1L

Class wicket.util.lang.EnumeratedType extends StringValue implements Serializable


Package wicket.util.parse.metapattern

Class wicket.util.parse.metapattern.GroupAlreadyBoundException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.util.parse.metapattern.GroupNotBoundException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package wicket.util.resource

Class wicket.util.resource.AbstractResourceStream extends java.lang.Object implements Serializable

Serialized Fields

charset

java.nio.charset.Charset charset
Charset for resource


locale

java.util.Locale locale

Class wicket.util.resource.AbstractStringResourceStream extends AbstractResourceStream implements Serializable

Serialized Fields

contentType

java.lang.String contentType
MIME content type


lastModified

Time lastModified
The last time this stylesheet was modified

Class wicket.util.resource.FileResourceStream extends AbstractResourceStream implements Serializable

serialVersionUID: 1L

Serialized Fields

file

File file
Any associated file

Class wicket.util.resource.ResourceStreamNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class wicket.util.resource.StringBufferResourceStream extends AbstractStringResourceStream implements Serializable

serialVersionUID: 1L

Serialized Fields

buffer

AppendingStringBuffer buffer
Stylesheet information

Class wicket.util.resource.StringResourceStream extends AbstractStringResourceStream implements Serializable

serialVersionUID: 1L

Serialized Fields

string

java.lang.CharSequence string
The string resource

Class wicket.util.resource.UrlResourceStream extends AbstractResourceStream implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.net.URL url
The URL to this resource.


file

java.io.File file
the handle to the file if it is a file resource


contentLength

int contentLength
Length of stream.


contentType

java.lang.String contentType
Content type for stream.


lastModified

long lastModified
Last known time the stream was last modified.


Package wicket.util.string

Class wicket.util.string.AbstractStringList extends java.lang.Object implements Serializable

Class wicket.util.string.AppendingStringBuffer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject is called to restore the state of the AppendingStringBuffer from a stream.

Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

value

char[] value
The value is used for character storage.

 

count

int count
The count is the number of characters in the buffer.

 

Class wicket.util.string.StringList extends AbstractStringList implements Serializable

serialVersionUID: 1L

Serialized Fields

strings

java.util.List<E> strings

totalLength

int totalLength

Class wicket.util.string.StringValue extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

java.util.Locale locale
Locale to be used for formatting and parsing.


text

java.lang.String text
The underlying string.

Class wicket.util.string.StringValueConversionException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package wicket.util.tester

Class wicket.util.tester.DummyHomePage extends WebPage implements Serializable

serialVersionUID: 1L

Serialized Fields

testPageSource

ITestPageSource testPageSource

testPageLink

Link testPageLink

Class wicket.util.tester.DummyHomePage.TestLink extends Link implements Serializable

serialVersionUID: 1L

Class wicket.util.tester.DummyPanelPage extends WebPage implements Serializable

serialVersionUID: 1L

Class wicket.util.tester.WicketTesterHelper.ComponentData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

path

java.lang.String path
Component path.


type

java.lang.String type
Component type.


value

java.lang.String value
Component value.


Package wicket.util.time

Class wicket.util.time.Duration extends wicket.util.time.AbstractTimeValue implements Serializable

serialVersionUID: 1L

Class wicket.util.time.Time extends wicket.util.time.AbstractTime implements Serializable

serialVersionUID: 1L

Class wicket.util.time.TimeOfDay extends wicket.util.time.AbstractTime implements Serializable

serialVersionUID: 1L

Class wicket.util.time.TimeOfDay.Meridian extends EnumeratedType implements Serializable

serialVersionUID: 1L


Package wicket.util.upload

Class wicket.util.upload.DiskFileItem extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

java.lang.String fieldName
The name of the form field as provided by the browser.


contentType

java.lang.String contentType
The content type passed by the browser, or null if not defined.


isFormField

boolean isFormField
Whether or not this item is a simple form field.


fileName

java.lang.String fileName
The original filename in the user's filesystem.


sizeThreshold

int sizeThreshold
The threshold above which uploads will be stored on disk.


repository

java.io.File repository
The directory in which uploaded files will be stored, if stored on disk.


cachedContent

byte[] cachedContent
Cached contents of the file.


dfos

DeferredFileOutputStream dfos
Output stream for this item.

Class wicket.util.upload.FileUploadBase.InvalidContentTypeException extends FileUploadException implements Serializable

serialVersionUID: 1L

Class wicket.util.upload.FileUploadBase.SizeLimitExceededException extends FileUploadException implements Serializable

serialVersionUID: 1L

Class wicket.util.upload.FileUploadBase.UnknownSizeException extends FileUploadException implements Serializable

serialVersionUID: 1L

Class wicket.util.upload.FileUploadException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class wicket.util.upload.MultipartFormInputStream.IllegalBoundaryException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class wicket.util.upload.MultipartFormInputStream.MalformedStreamException extends java.io.IOException implements Serializable

serialVersionUID: 1L


Package wicket.util.value

Class wicket.util.value.AttributeMap extends ValueMap implements Serializable

serialVersionUID: 1L

Class wicket.util.value.IntValue extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

int value
The int value

Class wicket.util.value.LongValue extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

long value
The long value

Class wicket.util.value.ValueMap extends java.util.HashMap implements Serializable

serialVersionUID: 1L

Serialized Fields

immutable

boolean immutable
True if this value map has been made immutable.


Package wicket.version

Package wicket.version.undo

Class wicket.version.undo.Change extends java.lang.Object implements Serializable

Class wicket.version.undo.UndoPageVersionManager extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

changeList

wicket.version.undo.ChangeList changeList
The current list of changes


changeListStack

ArrayListStack changeListStack
Stack of change lists for undoing


currentVersionNumber

int currentVersionNumber
The current version number


maxVersions

int maxVersions
Maximum number of most-recent versions to keep


page

Page page
The page being managed



Copyright © 2004-2007 Wicket developers. All Rights Reserved.