Serialized Form
-
Package com.vaadin.experimental
-
Class com.vaadin.experimental.Feature
class Feature extends Object implements Serializable -
Class com.vaadin.experimental.FeatureFlags
class FeatureFlags extends Object implements Serializable-
Serialized Fields
-
configuration
ApplicationConfiguration configuration
-
features
List<Feature> features
-
lookup
Lookup lookup
-
propertiesFolder
File propertiesFolder
-
-
-
Class com.vaadin.experimental.FeatureFlags.FeatureFlagsWrapper
class FeatureFlagsWrapper extends Object implements Serializable-
Serialized Fields
-
featureFlags
FeatureFlags featureFlags
-
-
-
Exception com.vaadin.experimental.UnknownFeatureException
class UnknownFeatureException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component
-
Class com.vaadin.flow.component.AbstractCompositeField
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<S extends AbstractCompositeField<C,
S, T>, T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField
class AbstractField extends Component implements Serializable-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<C extends AbstractField<C,
T>, T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
-
Class com.vaadin.flow.component.AbstractSinglePropertyField
class AbstractSinglePropertyField extends AbstractField<C extends AbstractField<C,T>, T> implements Serializable -
Serialized Fields
-
propertyName
String propertyName
-
propertyReader
SerializableBiFunction<C extends AbstractField<C,
T>, T, T> propertyReader -
propertyWriter
SerializableBiConsumer<C extends AbstractField<C,
T>, T> propertyWriter -
synchronizationRegistration
DomListenerRegistration synchronizationRegistration
-
-
-
Class com.vaadin.flow.component.AttachEvent
class AttachEvent extends AbstractAttachDetachEvent implements Serializable-
Serialized Fields
-
initialAttach
boolean initialAttach
-
-
-
Class com.vaadin.flow.component.BlurNotifier.BlurEvent
-
Class com.vaadin.flow.component.ClickEvent
-
Serialized Fields
-
altKey
boolean altKey
-
button
int button
-
clickCount
int clickCount
-
clientX
int clientX
-
clientY
int clientY
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
screenX
int screenX
-
screenY
int screenY
-
shiftKey
boolean shiftKey
-
-
-
Class com.vaadin.flow.component.Component
class Component extends Object implements Serializable-
Serialized Fields
-
attributes
Attributes attributes
-
element
Element element
-
eventBus
ComponentEventBus eventBus
-
templateMapped
boolean templateMapped
-
-
-
Class com.vaadin.flow.component.ComponentEvent
class ComponentEvent extends EventObject implements Serializable-
Serialized Fields
-
fromClient
boolean fromClient
-
unregisterListenerCommand
Command unregisterListenerCommand
-
-
-
Class com.vaadin.flow.component.ComponentEventBus
class ComponentEventBus extends Object implements Serializable-
Serialized Fields
-
component
Component component
-
componentEventData
HashMap<Class<? extends ComponentEvent<?>>,
ArrayList<com.vaadin.flow.component.ComponentEventBus.ListenerWrapper<?>>> componentEventData
-
-
-
Class com.vaadin.flow.component.Composite
class Composite extends Component implements Serializable -
Class com.vaadin.flow.component.CompositionEndEvent
class CompositionEndEvent extends CompositionEvent implements Serializable -
Class com.vaadin.flow.component.CompositionStartEvent
class CompositionStartEvent extends CompositionEvent implements Serializable -
Class com.vaadin.flow.component.CompositionUpdateEvent
class CompositionUpdateEvent extends CompositionEvent implements Serializable -
Class com.vaadin.flow.component.DetachEvent
class DetachEvent extends AbstractAttachDetachEvent implements Serializable -
Class com.vaadin.flow.component.FocusNotifier.FocusEvent
-
Class com.vaadin.flow.component.HeartbeatEvent
class HeartbeatEvent extends EventObject implements Serializable-
Serialized Fields
-
heartbeatTime
long heartbeatTime
-
-
-
Class com.vaadin.flow.component.Html
class Html extends Component implements Serializable -
Class com.vaadin.flow.component.HtmlComponent
class HtmlComponent extends Component implements Serializable -
Class com.vaadin.flow.component.HtmlContainer
class HtmlContainer extends HtmlComponent implements Serializable -
Class com.vaadin.flow.component.InputEvent
-
Class com.vaadin.flow.component.KeyDownEvent
class KeyDownEvent extends KeyboardEvent implements Serializable -
Class com.vaadin.flow.component.KeyEventListener
class KeyEventListener extends Object implements Serializable-
Serialized Fields
-
key
Key key
-
listener
ComponentEventListener<E extends KeyboardEvent> listener
-
modifiers
EnumSet<KeyModifier> modifiers
-
-
-
Class com.vaadin.flow.component.KeyPressEvent
class KeyPressEvent extends KeyboardEvent implements Serializable -
Class com.vaadin.flow.component.KeyUpEvent
class KeyUpEvent extends KeyboardEvent implements Serializable -
Class com.vaadin.flow.component.PollEvent
-
Class com.vaadin.flow.component.ScrollOptions
class ScrollOptions extends Object implements Serializable-
Serialized Fields
-
behavior
ScrollOptions.Behavior behavior
-
block
ScrollOptions.Alignment block
-
inline
ScrollOptions.Alignment inline
-
-
-
Class com.vaadin.flow.component.ShortcutEvent
class ShortcutEvent extends EventObject implements Serializable-
Serialized Fields
-
key
Key key
-
keyModifiers
Set<KeyModifier> keyModifiers
-
lifecycleOwner
Component lifecycleOwner
-
-
-
Class com.vaadin.flow.component.ShortcutRegistration
class ShortcutRegistration extends Object implements Serializable-
Serialized Fields
-
allowDefaultBehavior
boolean allowDefaultBehavior
-
allowEventPropagation
boolean allowEventPropagation
-
beforeClientResponseConsumer
SerializableConsumer<ExecutionContext> beforeClientResponseConsumer
-
eventListener
ShortcutEventListener eventListener
-
executionRegistration
StateTree.ExecutionRegistration executionRegistration
-
isDirty
AtomicBoolean isDirty
-
lifecycleOwner
Component lifecycleOwner
-
lifecycleRegistration
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration lifecycleRegistration
-
listenOnAttachListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] listenOnAttachListenerRegistrations
-
listenOnComponents
Component[] listenOnComponents
-
listenOnSuppliers
SerializableSupplier<Component[]> listenOnSuppliers
-
modifiers
Set<Key> modifiers
-
primaryKey
Key primaryKey
-
registrations
List<Registration> registrations
-
resetFocusOnActiveElement
boolean resetFocusOnActiveElement
-
shortcutActive
boolean shortcutActive
-
shortcutListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] shortcutListenerRegistrations
-
-
-
Class com.vaadin.flow.component.Svg
class Svg extends Component implements Serializable -
Class com.vaadin.flow.component.Text
class Text extends Component implements Serializable -
Class com.vaadin.flow.component.UI
class UI extends Component implements Serializable-
Serialized Fields
-
clientViewNavigationState
NavigationState clientViewNavigationState
-
closing
boolean closing
-
csrfToken
String csrfToken
-
firstNavigation
boolean firstNavigation
-
forwardToClientUrl
String forwardToClientUrl
-
internals
UIInternals internals
-
locale
Locale locale
-
navigationInProgress
boolean navigationInProgress
-
page
Page page
-
pushConfiguration
PushConfiguration pushConfiguration
-
uiId
int uiId
The id of this UI, used to find the server side instance of the UI form which a request originates. A negative value indicates that the UI id has not yet been assigned by the Application.- See Also:
-
wrapperElement
Element wrapperElement
-
-
-
Class com.vaadin.flow.component.UI.ClientViewPlaceholder
class ClientViewPlaceholder extends Component implements Serializable -
Exception com.vaadin.flow.component.UIDetachedException
class UIDetachedException extends RuntimeException implements Serializable -
Class com.vaadin.flow.component.WebComponentExporter
class WebComponentExporter extends Object implements Serializable-
Serialized Fields
-
isConfigureInstanceCall
boolean isConfigureInstanceCall
-
propertyConfigurationMap
HashMap<String,
PropertyConfigurationImpl<C extends Component, ? extends Serializable>> propertyConfigurationMap -
tag
String tag
-
-
-
Class com.vaadin.flow.component.WebComponentExporter.WebComponentConfigurationFactory
class WebComponentConfigurationFactory extends Object implements Serializable -
Class com.vaadin.flow.component.WebComponentExporterFactory.DefaultWebComponentExporterFactory
class DefaultWebComponentExporterFactory extends Object implements Serializable-
Serialized Fields
-
exporterClass
Class<? extends WebComponentExporter<C extends Component>> exporterClass
-
-
-
-
Package com.vaadin.flow.component.internal
-
Class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
-
Class com.vaadin.flow.component.internal.AbstractFieldSupport
class AbstractFieldSupport extends Object implements Serializable-
Serialized Fields
-
bufferedValue
T bufferedValue
-
component
C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,
T>, T> component -
defaultValue
T defaultValue
-
pendingValueFromPresentation
T pendingValueFromPresentation
-
presentationUpdateInProgress
boolean presentationUpdateInProgress
-
setPresentationValue
SerializableConsumer<T> setPresentationValue
-
valueEquals
SerializableBiPredicate<T,
T> valueEquals -
valueSetFromPresentationUpdate
boolean valueSetFromPresentationUpdate
-
-
-
Class com.vaadin.flow.component.internal.ComponentTracker.Location
class Location extends Object implements Serializable -
Class com.vaadin.flow.component.internal.CompositionEvent
-
Class com.vaadin.flow.component.internal.DependencyList
class DependencyList extends Object implements Serializable-
Serialized Fields
-
urlCache
Set<String> urlCache
Contains all added URLs to be able to do fast enough duplication detection. -
urlToLoadedDependency
Map<String,
Dependency> urlToLoadedDependency
-
-
-
Class com.vaadin.flow.component.internal.DependencyTreeCache
class DependencyTreeCache extends Object implements Serializable-
Serialized Fields
-
cache
ConcurrentHashMap<T,
Object> cache Maps a path to a list of dependencies or a placeholder indicating that parsing is in progress. -
dependencyParser
SerializableFunction<T,
Collection<T>> dependencyParser
-
-
-
Class com.vaadin.flow.component.internal.EventDataCache
class EventDataCache extends Object implements Serializable-
Serialized Fields
-
dataExpressions
ConcurrentHashMap<Class<? extends ComponentEvent<?>>,
LinkedHashMap<String, Class<?>>> dataExpressions -
eventConstructors
ConcurrentHashMap<Class<? extends ComponentEvent<?>>,
Constructor<?>> eventConstructors
-
-
-
Class com.vaadin.flow.component.internal.KeyboardEvent
-
Serialized Fields
-
code
Key code
-
composing
boolean composing
-
key
Key key
-
location
KeyLocation location
-
modifiers
Set<KeyModifier> modifiers
-
repeat
boolean repeat
-
-
-
Class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
class PendingJavaScriptInvocation extends Object implements Serializable-
Serialized Fields
-
canceled
boolean canceled
-
errorHandler
SerializableConsumer<String> errorHandler
-
invocation
UIInternals.JavaScriptInvocation invocation
-
owner
StateNode owner
-
sentToBrowser
boolean sentToBrowser
-
successHandler
SerializableConsumer<elemental.json.JsonValue> successHandler
-
-
-
Class com.vaadin.flow.component.internal.UIInternals
class UIInternals extends Object implements Serializable-
Serialized Fields
-
activeDragSourceComponent
Component activeDragSourceComponent
-
appId
String appId
-
appShellTitle
String appShellTitle
-
constantPool
ConstantPool constantPool
-
contextRootRelativePath
String contextRootRelativePath
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
dependencyList
DependencyList dependencyList
-
extendedClientDetails
ExtendedClientDetails extendedClientDetails
-
fullAppId
String fullAppId
-
internalsHandler
UIInternalUpdater internalsHandler
-
lastHandledNavigation
Location lastHandledNavigation
-
lastHeartbeatTimestamp
long lastHeartbeatTimestamp
Timestamp for keeping track of the last heartbeat of the related UI. Updated to the current time whenever the application receives a heartbeat or UIDL request from the client for the related UI. -
lastProcessedClientToServerId
int lastProcessedClientToServerId
Tracks which message from the client should come next. First message from the client has id 0. -
lastProcessedMessageHash
byte[] lastProcessedMessageHash
-
listeners
HashMap<Class<?>,
List<?>> listeners -
modalComponentStack
ArrayDeque<Component> modalComponentStack
-
pendingJsInvocationDetachListeners
HashMap<StateNode,
com.vaadin.flow.component.internal.UIInternals.PendingJavaScriptInvocationDetachListener> pendingJsInvocationDetachListeners -
pendingJsInvocations
List<PendingJavaScriptInvocation> pendingJsInvocations
-
pendingTitleUpdateCanceler
PendingJavaScriptInvocation pendingTitleUpdateCanceler
-
pushConnection
PushConnection pushConnection
-
routerTargetChain
ArrayList<HasElement> routerTargetChain
-
serverSyncId
int serverSyncId
-
session
VaadinSession session
The Vaadin session to which the related UI belongs. -
stateTree
StateTree stateTree
-
title
String title
-
ui
UI ui
The related UI. -
viewLocation
Location viewLocation
-
-
-
Class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
class JavaScriptInvocation extends Object implements Serializable-
Serialized Fields
-
expression
String expression
-
parameters
List<Serializable> parameters
-
-
-
-
Package com.vaadin.flow.component.page
-
Class com.vaadin.flow.component.page.BrowserWindowResizeEvent
class BrowserWindowResizeEvent extends EventObject implements Serializable-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.page.ExtendedClientDetails
class ExtendedClientDetails extends Object implements Serializable-
Serialized Fields
-
bodyClientHeight
int bodyClientHeight
-
bodyClientWidth
int bodyClientWidth
-
clientServerTimeDelta
long clientServerTimeDelta
-
devicePixelRatio
double devicePixelRatio
-
dstInEffect
boolean dstInEffect
-
dstSavings
int dstSavings
-
navigatorPlatform
String navigatorPlatform
-
rawTimezoneOffset
int rawTimezoneOffset
-
screenHeight
int screenHeight
-
screenWidth
int screenWidth
-
timeZoneId
String timeZoneId
-
timezoneOffset
int timezoneOffset
-
touchDevice
boolean touchDevice
-
windowInnerHeight
int windowInnerHeight
-
windowInnerWidth
int windowInnerWidth
-
windowName
String windowName
-
-
-
Class com.vaadin.flow.component.page.History
class History extends Object implements Serializable-
Serialized Fields
-
historyStateChangeHandler
History.HistoryStateChangeHandler historyStateChangeHandler
-
ui
UI ui
-
-
-
Class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
class HistoryStateChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
location
Location location
-
trigger
NavigationTrigger trigger
-
-
-
Class com.vaadin.flow.component.page.Page
class Page extends Object implements Serializable -
Exception com.vaadin.flow.component.page.PendingJavaScriptResult.JavaScriptException
class JavaScriptException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component.template.internal
-
Class com.vaadin.flow.component.template.internal.IdMapper
class IdMapper extends Object implements Serializable
-
-
Package com.vaadin.flow.component.webcomponent
-
Class com.vaadin.flow.component.webcomponent.EventOptions
class EventOptions extends Object implements Serializable-
Serialized Fields
-
bubbles
boolean bubbles
-
cancelable
boolean cancelable
-
composed
boolean composed
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponent
class WebComponent extends Object implements Serializable-
Serialized Fields
-
binding
WebComponentBinding binding
-
componentHost
Element componentHost
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponentUI
class WebComponentUI extends UI implements Serializable -
Class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent
-
Class com.vaadin.flow.component.webcomponent.WebComponentWrapper
class WebComponentWrapper extends Component implements Serializable-
Serialized Fields
-
disconnect
long disconnect
-
disconnectRegistration
Registration disconnectRegistration
-
webComponentBinding
WebComponentBinding<?> webComponentBinding
-
-
-
-
Package com.vaadin.flow.di
-
Class com.vaadin.flow.di.DefaultInstantiator
class DefaultInstantiator extends Object implements Serializable-
Serialized Fields
-
service
VaadinService service
-
-
-
-
Package com.vaadin.flow.dom
-
Class com.vaadin.flow.dom.DomEvent
class DomEvent extends EventObject implements Serializable-
Serialized Fields
-
eventData
elemental.json.JsonObject eventData
-
eventTarget
Element eventTarget
-
eventType
String eventType
-
phase
DebouncePhase phase
-
-
-
Class com.vaadin.flow.dom.Element
-
Class com.vaadin.flow.dom.ElementAttachEvent
class ElementAttachEvent extends EventObject implements Serializable -
Class com.vaadin.flow.dom.ElementDetachEvent
class ElementDetachEvent extends EventObject implements Serializable -
Class com.vaadin.flow.dom.Node
class Node extends Object implements Serializable-
Serialized Fields
-
node
StateNode node
-
stateProvider
ElementStateProvider stateProvider
-
-
-
Class com.vaadin.flow.dom.PropertyChangeEvent
class PropertyChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
oldValue
Serializable oldValue
-
propertyName
String propertyName
-
userOriginated
boolean userOriginated
-
value
Serializable value
-
-
-
Class com.vaadin.flow.dom.ShadowRoot
-
-
Package com.vaadin.flow.dom.impl
-
Class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
class AbstractNodeStateProvider extends Object implements Serializable -
Class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
class AbstractTextElementStateProvider extends Object implements Serializable -
Class com.vaadin.flow.dom.impl.BasicElementStateProvider
class BasicElementStateProvider extends AbstractNodeStateProvider implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Class com.vaadin.flow.dom.impl.BasicElementStyle
class BasicElementStyle extends Object implements Serializable-
Serialized Fields
-
propertyMap
ElementStylePropertyMap propertyMap
-
-
-
Class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
class BasicTextElementStateProvider extends AbstractTextElementStateProvider implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Class com.vaadin.flow.dom.impl.ClassAttributeHandler
class ClassAttributeHandler extends CustomAttribute implements Serializable -
Class com.vaadin.flow.dom.impl.CustomAttribute
class CustomAttribute extends Object implements Serializable -
Class com.vaadin.flow.dom.impl.ImmutableClassList
-
Serialized Fields
-
values
Collection<String> values
-
-
-
Class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
class ImmutableEmptyStyle extends Object implements Serializable -
Class com.vaadin.flow.dom.impl.ShadowRootStateProvider
class ShadowRootStateProvider extends AbstractNodeStateProvider implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Class com.vaadin.flow.dom.impl.StyleAttributeHandler
class StyleAttributeHandler extends CustomAttribute implements Serializable -
Class com.vaadin.flow.dom.impl.ThemeListImpl
class ThemeListImpl extends Object implements Serializable
-
-
Package com.vaadin.flow.function
-
Package com.vaadin.flow.i18n
-
Class com.vaadin.flow.i18n.DefaultI18NProvider
class DefaultI18NProvider extends Object implements Serializable-
Serialized Fields
-
classLoader
ClassLoader classLoader
-
providedLocales
List<Locale> providedLocales
-
-
-
Class com.vaadin.flow.i18n.LocaleChangeEvent
class LocaleChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
locale
Locale locale
-
-
-
-
Package com.vaadin.flow.internal
-
Class com.vaadin.flow.internal.BeanUtil
class BeanUtil extends Object implements Serializable -
Class com.vaadin.flow.internal.BootstrapHandlerHelper
class BootstrapHandlerHelper extends Object implements Serializable -
Class com.vaadin.flow.internal.ConstantPool
class ConstantPool extends Object implements Serializable-
Serialized Fields
-
knownValues
Set<String> knownValues
-
newKeys
Set<ConstantPoolKey> newKeys
-
-
-
Class com.vaadin.flow.internal.ConstantPoolKey
class ConstantPoolKey extends Object implements Serializable-
Serialized Fields
-
id
String id
-
json
elemental.json.JsonValue json
-
-
-
Class com.vaadin.flow.internal.CurrentInstance
class CurrentInstance extends Object implements Serializable-
Serialized Fields
-
instance
WeakReference<Object> instance
-
-
-
Class com.vaadin.flow.internal.ExecutionContext
class ExecutionContext extends Object implements Serializable-
Serialized Fields
-
clientSideInitialized
boolean clientSideInitialized
-
ui
UI ui
-
-
-
Class com.vaadin.flow.internal.NullOwner
class NullOwner extends Object implements Serializable -
Class com.vaadin.flow.internal.Pair
class Pair extends Object implements Serializable-
Serialized Fields
-
first
U extends Serializable first
-
second
V extends Serializable second
-
-
-
Class com.vaadin.flow.internal.Range
class Range extends Object implements Serializable-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class com.vaadin.flow.internal.ReflectTools
class ReflectTools extends Object implements Serializable -
Class com.vaadin.flow.internal.ResponseWriter
class ResponseWriter extends Object implements Serializable-
Serialized Fields
-
brotliEnabled
boolean brotliEnabled
-
bufferSize
int bufferSize
-
-
-
Class com.vaadin.flow.internal.StateNode
class StateNode extends Object implements Serializable-
Serialized Fields
-
attachListeners
List<Command> attachListeners
-
beforeClientResponseEntries
ArrayList<StateTree.BeforeClientResponseEntry> beforeClientResponseEntries
-
changes
Map<Class<? extends NodeFeature>,
Serializable> changes -
detaching
boolean detaching
-
detachListeners
List<Command> detachListeners
-
enabled
boolean enabled
-
features
Serializable features
Node feature instances for this node, or a single item. -
featureSet
com.vaadin.flow.internal.StateNode.FeatureSet featureSet
-
hasBeenAttached
boolean hasBeenAttached
-
hasBeenDetached
boolean hasBeenDetached
-
id
int id
-
isInactiveSelf
boolean isInactiveSelf
-
isInitialChanges
boolean isInitialChanges
-
owner
NodeOwner owner
-
parent
StateNode parent
-
wasAttached
boolean wasAttached
-
-
-
Class com.vaadin.flow.internal.StateTree
class StateTree extends Object implements Serializable-
Serialized Fields
-
dirtyNodes
Set<StateNode> dirtyNodes
-
idToNode
Map<Integer,
StateNode> idToNode -
isRootAttached
boolean isRootAttached
-
nextBeforeClientResponseIndex
int nextBeforeClientResponseIndex
-
nextId
int nextId
-
pendingExecutionNodes
Set<StateNode> pendingExecutionNodes
-
rootNode
StateNode rootNode
-
uiInternals
UIInternals uiInternals
-
-
-
Class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry
class BeforeClientResponseEntry extends Object implements Serializable-
Serialized Fields
-
execution
SerializableConsumer<ExecutionContext> execution
-
index
int index
-
originalOwner
NodeOwner originalOwner
-
stateNode
StateNode stateNode
-
-
-
Class com.vaadin.flow.internal.UsageStatisticsExporter
class UsageStatisticsExporter extends Object implements Serializable
-
-
Package com.vaadin.flow.internal.change
-
Class com.vaadin.flow.internal.change.AbstractListChange
class AbstractListChange extends NodeFeatureChange implements Serializable-
Serialized Fields
-
index
int index
-
list
NodeList<T extends Serializable> list
-
-
-
Class com.vaadin.flow.internal.change.EmptyChange
class EmptyChange extends NodeFeatureChange implements Serializable -
Class com.vaadin.flow.internal.change.ListAddChange
-
Serialized Fields
-
newItems
List<? extends T extends Serializable> newItems
-
nodeValues
boolean nodeValues
-
-
-
Class com.vaadin.flow.internal.change.ListClearChange
-
Class com.vaadin.flow.internal.change.ListRemoveChange
-
Serialized Fields
-
removedItem
T extends Serializable removedItem
-
-
-
Class com.vaadin.flow.internal.change.MapPutChange
class MapPutChange extends NodeFeatureChange implements Serializable -
Class com.vaadin.flow.internal.change.MapRemoveChange
class MapRemoveChange extends NodeFeatureChange implements Serializable-
Serialized Fields
-
key
String key
-
-
-
Class com.vaadin.flow.internal.change.NodeAttachChange
class NodeAttachChange extends NodeChange implements Serializable -
Class com.vaadin.flow.internal.change.NodeChange
class NodeChange extends Object implements Serializable-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.change.NodeDetachChange
class NodeDetachChange extends NodeChange implements Serializable -
Class com.vaadin.flow.internal.change.NodeFeatureChange
class NodeFeatureChange extends NodeChange implements Serializable-
Serialized Fields
-
feature
Class<? extends NodeFeature> feature
-
-
-
-
Package com.vaadin.flow.internal.hilla
-
Package com.vaadin.flow.internal.nodefeature
-
Class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
class AbstractPropertyMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
-
Serialized Fields
-
disabledRpcModes
Map<String,
DisabledUpdateMode> disabledRpcModes
-
-
-
Class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
class AttachExistingElementFeature extends ServerSideFeature implements Serializable -
Class com.vaadin.flow.internal.nodefeature.BasicTypeValue
-
Class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers
-
Class com.vaadin.flow.internal.nodefeature.ComponentMapping
class ComponentMapping extends ServerSideFeature implements Serializable-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
class ElementAttributeMap extends NodeMap implements Serializable-
Serialized Fields
-
pendingRegistrations
Map<String,
Registration> pendingRegistrations -
resourceRegistrations
Map<String,
StreamRegistration> resourceRegistrations
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementChildrenList
class ElementChildrenList extends StateNodeNodeList implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ElementClassList
-
Class com.vaadin.flow.internal.nodefeature.ElementData
class ElementData extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ElementListenerMap
class ElementListenerMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
class ElementPropertyMap extends AbstractPropertyMap implements Serializable-
Serialized Fields
-
listeners
Map<String,
List<PropertyChangeListener>> listeners -
updateFromClientFilter
SerializablePredicate<String> updateFromClientFilter
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap
class ElementStylePropertyMap extends AbstractPropertyMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.InertData
class InertData extends ServerSideFeature implements Serializable-
Serialized Fields
-
cachedInert
Boolean cachedInert
-
ignoreParentInert
boolean ignoreParentInert
-
inertSelf
boolean inertSelf
-
-
-
Class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
class LoadingIndicatorConfigurationMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ModelList
class ModelList extends StateNodeNodeList implements Serializable -
Class com.vaadin.flow.internal.nodefeature.NodeFeature
class NodeFeature extends Object implements Serializable-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList
class NodeList extends NodeFeature implements Serializable-
Serialized Fields
-
isPopulated
boolean isPopulated
-
isRemoveAllCalled
boolean isRemoveAllCalled
-
values
List<T extends Serializable> values
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
Serialized Fields
-
nodeList
NodeList<T extends Serializable> nodeList
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeMap
class NodeMap extends NodeFeature implements Serializable-
Serialized Fields
-
isPopulated
boolean isPopulated
-
values
com.vaadin.flow.internal.nodefeature.NodeMap.Values values
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeValue
class NodeValue extends NodeFeature implements Serializable-
Serialized Fields
-
isPopulated
boolean isPopulated
-
value
T extends Serializable value
-
-
-
Class com.vaadin.flow.internal.nodefeature.PollConfigurationMap
class PollConfigurationMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap
class PolymerEventListenerMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
class PolymerServerEventHandlers extends AbstractServerHandlers<DeprecatedPolymerTemplate> implements Serializable -
Exception com.vaadin.flow.internal.nodefeature.PropertyChangeDeniedException
class PropertyChangeDeniedException extends Exception implements Serializable -
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
class PushConfigurationMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap.PushConfigurationParametersMap
class PushConfigurationParametersMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
class ReconnectDialogConfigurationMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ReturnChannelMap
class ReturnChannelMap extends ServerSideFeature implements Serializable -
Class com.vaadin.flow.internal.nodefeature.SerializableNodeList
-
Class com.vaadin.flow.internal.nodefeature.ServerSideFeature
class ServerSideFeature extends NodeFeature implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ShadowRootData
-
Class com.vaadin.flow.internal.nodefeature.ShadowRootHost
class ShadowRootHost extends ServerSideFeature implements Serializable -
Class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
Class com.vaadin.flow.internal.nodefeature.TextNodeMap
-
Class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
class VirtualChildrenList extends StateNodeNodeList implements Serializable
-
-
Package com.vaadin.flow.internal.springcsrf
-
Class com.vaadin.flow.internal.springcsrf.SpringCsrfToken
class SpringCsrfToken extends Object implements Serializable
-
-
Package com.vaadin.flow.router
-
Class com.vaadin.flow.router.AbstractRouteNotFoundError
class AbstractRouteNotFoundError extends Component implements Serializable -
Exception com.vaadin.flow.router.AccessDeniedException
class AccessDeniedException extends RuntimeException implements Serializable -
Class com.vaadin.flow.router.BeforeEnterEvent
class BeforeEnterEvent extends BeforeEvent implements Serializable-
Serialized Fields
-
errorEvent
boolean errorEvent
-
-
-
Class com.vaadin.flow.router.BeforeEvent
class BeforeEvent extends EventObject implements Serializable-
Serialized Fields
-
errorParameter
ErrorParameter<?> errorParameter
-
externalForwardUrl
String externalForwardUrl
-
forwardTarget
NavigationHandler forwardTarget
-
forwardTargetState
NavigationState forwardTargetState
-
layouts
List<Class<? extends RouterLayout>> layouts
-
location
Location location
-
navigationTarget
Class<?> navigationTarget
-
parameters
RouteParameters parameters
-
redirectQueryParameters
QueryParameters redirectQueryParameters
-
rerouteTarget
NavigationHandler rerouteTarget
-
rerouteTargetState
NavigationState rerouteTargetState
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
unknownForward
String unknownForward
-
unknownReroute
String unknownReroute
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent
class BeforeLeaveEvent extends BeforeEvent implements Serializable-
Serialized Fields
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
-
-
Class com.vaadin.flow.router.ErrorParameter
class ErrorParameter extends Object implements Serializable -
Class com.vaadin.flow.router.InternalServerError
class InternalServerError extends Component implements Serializable -
Exception com.vaadin.flow.router.InvalidLocationException
class InvalidLocationException extends RuntimeException implements Serializable -
Class com.vaadin.flow.router.Location
class Location extends Object implements Serializable-
Serialized Fields
-
fragment
String fragment
-
queryParameters
QueryParameters queryParameters
-
segments
List<String> segments
-
-
-
Class com.vaadin.flow.router.LocationChangeEvent
class LocationChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
location
Location location
-
rerouteTarget
NavigationHandler rerouteTarget
-
routeTargetChain
List<HasElement> routeTargetChain
-
statusCode
int statusCode
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
-
-
Exception com.vaadin.flow.router.NotFoundException
class NotFoundException extends RuntimeException implements Serializable -
Class com.vaadin.flow.router.QueryParameters
class QueryParameters extends Object implements Serializable -
Class com.vaadin.flow.router.RouteAccessDeniedError
class RouteAccessDeniedError extends Component implements Serializable -
Class com.vaadin.flow.router.RouteAliasData
-
Class com.vaadin.flow.router.RouteBaseData
class RouteBaseData extends Object implements Serializable-
Serialized Fields
-
navigationTarget
Class<? extends Component> navigationTarget
-
parameters
Map<String,
RouteParameterData> parameters -
parentLayouts
List<Class<? extends RouterLayout>> parentLayouts
-
template
String template
-
-
-
Class com.vaadin.flow.router.RouteConfiguration
class RouteConfiguration extends Object implements Serializable-
Serialized Fields
-
handledRegistry
RouteRegistry handledRegistry
-
-
-
Class com.vaadin.flow.router.RouteData
-
Serialized Fields
-
routeAliases
List<RouteAliasData> routeAliases
-
-
-
Class com.vaadin.flow.router.RouteNotFoundError
class RouteNotFoundError extends AbstractRouteNotFoundError implements Serializable -
Class com.vaadin.flow.router.RouteParam
-
Class com.vaadin.flow.router.RouteParameterData
class RouteParameterData extends Object implements Serializable -
Class com.vaadin.flow.router.RouteParameterRegex
class RouteParameterRegex extends Object implements Serializable -
Class com.vaadin.flow.router.RouteParameters
class RouteParameters extends Object implements Serializable -
Class com.vaadin.flow.router.Router
class Router extends Object implements Serializable-
Serialized Fields
-
registry
RouteRegistry registry
-
routeResolver
RouteResolver routeResolver
-
-
-
Class com.vaadin.flow.router.RouterLink
class RouterLink extends Component implements Serializable-
Serialized Fields
-
highlightAction
HighlightAction<RouterLink> highlightAction
-
highlightCondition
HighlightCondition<RouterLink> highlightCondition
-
queryParameters
QueryParameters queryParameters
-
-
-
Class com.vaadin.flow.router.RoutesChangedEvent
class RoutesChangedEvent extends EventObject implements Serializable-
Serialized Fields
-
added
List<RouteBaseData<?>> added
-
removed
List<RouteBaseData<?>> removed
-
-
-
-
Package com.vaadin.flow.router.internal
-
Class com.vaadin.flow.router.internal.AbstractRouteRegistry
class AbstractRouteRegistry extends Object implements Serializable-
Serialized Fields
-
configurationLock
ReentrantLock configurationLock
Lock used to ensure there's only one update going on at once.The lock is configured to always guarantee a fair ordering.
-
configuredRoutes
ConfiguredRoutes configuredRoutes
The live configuration for this route registry. This can only be updated throughAbstractRouteRegistry.configure(Configuration)
for concurrency reasons. -
editing
ConfigureRoutes editing
-
routesChangedListeners
CopyOnWriteArrayList<RoutesChangedListener> routesChangedListeners
-
-
-
Class com.vaadin.flow.router.internal.ConfiguredRoutes
class ConfiguredRoutes extends Object implements Serializable-
Serialized Fields
-
exceptionTargetMap
Map<Class<? extends Exception>,
Class<? extends Component>> exceptionTargetMap -
routeMap
Map<String,
RouteTarget> routeMap -
routeModel
com.vaadin.flow.router.internal.RouteModel routeModel
-
targetRouteMap
Map<Class<? extends Component>,
String> targetRouteMap -
targetRouteModelMap
Map<Class<? extends Component>,
com.vaadin.flow.router.internal.RouteModel> targetRouteModelMap
-
-
-
Class com.vaadin.flow.router.internal.ConfigureRoutes
class ConfigureRoutes extends ConfiguredRoutes implements Serializable-
Serialized Fields
-
exceptionTargetMap
Map<Class<? extends Exception>,
Class<? extends Component>> exceptionTargetMap -
routeMap
Map<String,
RouteTarget> routeMap -
routeModel
com.vaadin.flow.router.internal.RouteModel routeModel
-
targetRouteMap
Map<Class<? extends Component>,
String> targetRouteMap -
targetRouteModelMap
Map<Class<? extends Component>,
com.vaadin.flow.router.internal.RouteModel> targetRouteModelMap
-
-
-
Class com.vaadin.flow.router.internal.DefaultRouteResolver
class DefaultRouteResolver extends Object implements Serializable -
Class com.vaadin.flow.router.internal.ErrorStateRenderer
class ErrorStateRenderer extends AbstractNavigationStateRenderer implements Serializable -
Class com.vaadin.flow.router.internal.ErrorTargetEntry
class ErrorTargetEntry extends Object implements Serializable -
Class com.vaadin.flow.router.internal.HasUrlParameterFormat
class HasUrlParameterFormat extends Object implements Serializable -
Class com.vaadin.flow.router.internal.InternalRedirectHandler
class InternalRedirectHandler extends Object implements Serializable-
Serialized Fields
-
target
Location target
-
-
-
Class com.vaadin.flow.router.internal.PathUtil
class PathUtil extends Object implements Serializable -
Class com.vaadin.flow.router.internal.Postpone
class Postpone extends Object implements Serializable-
Serialized Fields
-
remainingLeaveListeners
ArrayDeque<BeforeLeaveHandler> remainingLeaveListeners
-
remainingNavigationListeners
ArrayDeque<BeforeEnterHandler> remainingNavigationListeners
-
-
-
Class com.vaadin.flow.router.internal.ResolveRequest
class ResolveRequest extends Object implements Serializable -
Class com.vaadin.flow.router.internal.RouteTarget
class RouteTarget extends Object implements Serializable-
Serialized Fields
-
parentLayouts
List<Class<? extends RouterLayout>> parentLayouts
-
target
Class<? extends Component> target
-
-
-
Package com.vaadin.flow.server
-
Class com.vaadin.flow.server.AbstractDeploymentConfiguration
class AbstractDeploymentConfiguration extends AbstractPropertyConfiguration implements Serializable -
Class com.vaadin.flow.server.AbstractPropertyConfiguration
class AbstractPropertyConfiguration extends Object implements Serializable -
Class com.vaadin.flow.server.AbstractStreamResource
class AbstractStreamResource extends Object implements Serializable-
Serialized Fields
-
cacheTime
long cacheTime
-
id
String id
-
-
-
Exception com.vaadin.flow.server.AmbiguousRouteConfigurationException
class AmbiguousRouteConfigurationException extends InvalidRouteConfigurationException implements Serializable -
Class com.vaadin.flow.server.AppShellRegistry
class AppShellRegistry extends Object implements Serializable-
Serialized Fields
-
appShellClass
Class<? extends AppShellConfigurator> appShellClass
-
lookup
Lookup lookup
-
-
-
Class com.vaadin.flow.server.AppShellRegistry.AppShellRegistryWrapper
class AppShellRegistryWrapper extends Object implements Serializable-
Serialized Fields
-
registry
AppShellRegistry registry
-
-
-
Class com.vaadin.flow.server.Attributes
class Attributes extends Object implements Serializable -
Exception com.vaadin.flow.server.BootstrapException
class BootstrapException extends RuntimeException implements Serializable -
Class com.vaadin.flow.server.BootstrapHandler
class BootstrapHandler extends SynchronizedRequestHandler implements Serializable-
Serialized Fields
-
pageBuilder
BootstrapHandler.PageBuilder pageBuilder
-
-
-
Class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
class BootstrapPageBuilder extends Object implements Serializable -
Class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver
class BootstrapUriResolver extends VaadinUriResolver implements Serializable-
Serialized Fields
-
servletPathToContextRoot
String servletPathToContextRoot
-
-
-
Class com.vaadin.flow.server.Constants
class Constants extends Object implements Serializable -
Class com.vaadin.flow.server.CustomizedSystemMessages
class CustomizedSystemMessages extends SystemMessages implements Serializable -
Class com.vaadin.flow.server.DefaultDeploymentConfiguration
class DefaultDeploymentConfiguration extends PropertyDeploymentConfiguration implements Serializable-
Serialized Fields
-
closeIdleSessions
boolean closeIdleSessions
-
frontendHotdeploy
boolean frontendHotdeploy
-
heartbeatInterval
int heartbeatInterval
-
info
List<String> info
-
maxMessageSuspendTimeout
int maxMessageSuspendTimeout
-
productionMode
boolean productionMode
-
pushMode
PushMode pushMode
-
pushServletMapping
String pushServletMapping
-
requestTiming
boolean requestTiming
-
sendUrlsAsParameters
boolean sendUrlsAsParameters
-
syncIdCheck
boolean syncIdCheck
-
warnings
List<String> warnings
-
webComponentDisconnect
int webComponentDisconnect
-
xsrfProtectionEnabled
boolean xsrfProtectionEnabled
-
-
-
Class com.vaadin.flow.server.DefaultErrorHandler
class DefaultErrorHandler extends Object implements Serializable -
Class com.vaadin.flow.server.DefaultSystemMessagesProvider
class DefaultSystemMessagesProvider extends Object implements Serializable -
Class com.vaadin.flow.server.DeploymentConfigurationFactory
class DeploymentConfigurationFactory extends AbstractConfigurationFactory implements Serializable -
Class com.vaadin.flow.server.DevToolsToken
class DevToolsToken extends Object implements Serializable -
Class com.vaadin.flow.server.ErrorEvent
class ErrorEvent extends Object implements Serializable -
Exception com.vaadin.flow.server.ExecutionFailedException
class ExecutionFailedException extends Exception implements Serializable -
Class com.vaadin.flow.server.HandlerHelper
class HandlerHelper extends Object implements Serializable -
Class com.vaadin.flow.server.InitParameters
class InitParameters extends Object implements Serializable -
Exception com.vaadin.flow.server.InvalidApplicationConfigurationException
class InvalidApplicationConfigurationException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.InvalidCustomElementNameException
class InvalidCustomElementNameException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.InvalidI18NConfigurationException
class InvalidI18NConfigurationException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.InvalidRouteConfigurationException
class InvalidRouteConfigurationException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.InvalidRouteLayoutConfigurationException
class InvalidRouteLayoutConfigurationException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.NoInputStreamException
class NoInputStreamException extends Exception implements Serializable -
Exception com.vaadin.flow.server.NoOutputStreamException
class NoOutputStreamException extends Exception implements Serializable -
Class com.vaadin.flow.server.Platform
class Platform extends Object implements Serializable -
Class com.vaadin.flow.server.PropertyDeploymentConfiguration
class PropertyDeploymentConfiguration extends AbstractDeploymentConfiguration implements Serializable-
Serialized Fields
-
allProperties
Properties allProperties
Contains properties from both: parent config and provided properties. -
parentConfig
ApplicationConfiguration parentConfig
-
systemPropertyBaseClass
Class<?> systemPropertyBaseClass
-
-
-
Class com.vaadin.flow.server.PwaConfiguration
class PwaConfiguration extends Object implements Serializable-
Serialized Fields
-
appName
String appName
-
backgroundColor
String backgroundColor
-
description
String description
-
display
String display
-
enabled
boolean enabled
-
iconPath
String iconPath
-
manifestPath
String manifestPath
-
offlineEnabled
boolean offlineEnabled
-
offlinePath
String offlinePath
-
offlineResources
List<String> offlineResources
-
serviceWorkerPath
String serviceWorkerPath
-
shortName
String shortName
-
startPath
String startPath
-
themeColor
String themeColor
-
-
-
Class com.vaadin.flow.server.PwaIcon
class PwaIcon extends Object implements Serializable-
Serialized Fields
-
attributes
Map<String,
String> attributes -
baseName
String baseName
-
data
byte[] data
-
domain
PwaIcon.Domain domain
-
fileHash
long fileHash
-
height
int height
-
registry
PwaRegistry registry
-
shouldBeCached
boolean shouldBeCached
-
tag
String tag
-
width
int width
-
-
-
Class com.vaadin.flow.server.PwaRegistry
class PwaRegistry extends Object implements Serializable-
Serialized Fields
-
baseImage
BufferedImage baseImage
-
icons
List<PwaIcon> icons
-
manifestJson
String manifestJson
-
offlineHash
long offlineHash
-
offlineHtml
String offlineHtml
-
pwaConfiguration
PwaConfiguration pwaConfiguration
-
runtimeServiceWorkerJs
String runtimeServiceWorkerJs
-
-
-
Class com.vaadin.flow.server.ServiceContextUriResolver
class ServiceContextUriResolver extends VaadinUriResolver implements Serializable -
Class com.vaadin.flow.server.ServiceDestroyEvent
class ServiceDestroyEvent extends EventObject implements Serializable -
Exception com.vaadin.flow.server.ServiceException
class ServiceException extends Exception implements Serializable -
Class com.vaadin.flow.server.ServiceInitEvent
class ServiceInitEvent extends EventObject implements Serializable-
Serialized Fields
-
addedDependencyFilters
List<DependencyFilter> addedDependencyFilters
-
addedIndexHtmlRequestListeners
List<IndexHtmlRequestListener> addedIndexHtmlRequestListeners
-
addedRequestHandlers
List<RequestHandler> addedRequestHandlers
-
addedVaadinRequestInterceptors
List<VaadinRequestInterceptor> addedVaadinRequestInterceptors
-
-
-
Class com.vaadin.flow.server.SessionDestroyEvent
class SessionDestroyEvent extends EventObject implements Serializable-
Serialized Fields
-
session
VaadinSession session
-
-
-
Exception com.vaadin.flow.server.SessionExpiredException
class SessionExpiredException extends Exception implements Serializable -
Class com.vaadin.flow.server.SessionInitEvent
class SessionInitEvent extends EventObject implements Serializable-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SessionRouteRegistry
class SessionRouteRegistry extends AbstractRouteRegistry implements Serializable-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.StaticFileServer
class StaticFileServer extends Object implements Serializable-
Serialized Fields
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
-
devModeHandler
DevModeHandler devModeHandler
-
responseWriter
ResponseWriter responseWriter
-
vaadinService
VaadinService vaadinService
-
-
-
Class com.vaadin.flow.server.StreamReceiver
class StreamReceiver extends AbstractStreamResource implements Serializable-
Serialized Fields
-
attributeName
String attributeName
-
node
StateNode node
-
streamVariable
StreamVariable streamVariable
-
-
-
Class com.vaadin.flow.server.StreamResource
class StreamResource extends AbstractStreamResource implements Serializable-
Serialized Fields
-
fileName
String fileName
-
headers
Map<String,
String> headers -
resolver
ContentTypeResolver resolver
-
writer
StreamResourceWriter writer
-
-
-
Class com.vaadin.flow.server.StreamResourceRegistry
class StreamResourceRegistry extends Object implements Serializable-
Serialized Fields
-
res
Map<URI,
AbstractStreamResource> res -
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SynchronizedRequestHandler
class SynchronizedRequestHandler extends Object implements Serializable -
Class com.vaadin.flow.server.SystemMessages
class SystemMessages extends Object implements Serializable-
Serialized Fields
-
cookiesDisabledCaption
String cookiesDisabledCaption
-
cookiesDisabledMessage
String cookiesDisabledMessage
-
cookiesDisabledNotificationEnabled
boolean cookiesDisabledNotificationEnabled
-
cookiesDisabledURL
String cookiesDisabledURL
-
internalErrorCaption
String internalErrorCaption
-
internalErrorMessage
String internalErrorMessage
-
internalErrorNotificationEnabled
boolean internalErrorNotificationEnabled
-
internalErrorURL
String internalErrorURL
-
sessionExpiredCaption
String sessionExpiredCaption
-
sessionExpiredMessage
String sessionExpiredMessage
-
sessionExpiredNotificationEnabled
boolean sessionExpiredNotificationEnabled
-
sessionExpiredURL
String sessionExpiredURL
-
-
-
Class com.vaadin.flow.server.SystemMessagesInfo
class SystemMessagesInfo extends Object implements Serializable-
Serialized Fields
-
locale
Locale locale
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.UIInitEvent
class UIInitEvent extends EventObject implements Serializable-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.UnsupportedBrowserHandler
class UnsupportedBrowserHandler extends Object implements Serializable -
Exception com.vaadin.flow.server.UploadException
class UploadException extends Exception implements Serializable -
Class com.vaadin.flow.server.VaadinService
class VaadinService extends Object implements Serializable-
Serialized Fields
-
atmosphereAvailable
boolean atmosphereAvailable
-
bootstrapInitialPredicate
BootstrapInitialPredicate bootstrapInitialPredicate
-
bootstrapUrlPredicate
BootstrapUrlPredicate bootstrapUrlPredicate
-
classLoader
ClassLoader classLoader
-
dependencyFilters
Iterable<DependencyFilter> dependencyFilters
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
Should never be used directly, always useVaadinService.getDeploymentConfiguration()
. -
initialized
boolean initialized
Set to true whenVaadinService.init()
has been run. -
instantiator
Instantiator instantiator
-
pushWarningEmitted
boolean pushWarningEmitted
Keeps track of whether a warning about missing push support has already been logged. This is used to avoid spamming the log with the same message every time a new UI is bootstrapped. -
requestHandlers
Iterable<RequestHandler> requestHandlers
-
router
Router router
-
serviceDestroyListeners
Set<ServiceDestroyListener> serviceDestroyListeners
-
sessionDestroyListeners
List<SessionDestroyListener> sessionDestroyListeners
-
sessionInitListeners
List<SessionInitListener> sessionInitListeners
-
systemMessagesProvider
SystemMessagesProvider systemMessagesProvider
-
uiInitListeners
List<UIInitListener> uiInitListeners
-
vaadinContext
VaadinContext vaadinContext
-
vaadinRequestInterceptors
Iterable<VaadinRequestInterceptor> vaadinRequestInterceptors
-
-
-
Class com.vaadin.flow.server.VaadinServlet
class VaadinServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
isServletInitialized
boolean isServletInitialized
-
servletService
VaadinServletService servletService
-
staticFileHandler
StaticFileHandler staticFileHandler
-
-
-
Class com.vaadin.flow.server.VaadinServletConfig
class VaadinServletConfig extends Object implements Serializable -
Class com.vaadin.flow.server.VaadinServletContext
class VaadinServletContext extends Object implements Serializable -
Class com.vaadin.flow.server.VaadinServletService
class VaadinServletService extends VaadinService implements Serializable-
Serialized Fields
-
contextResolver
ServiceContextUriResolver contextResolver
-
servlet
VaadinServlet servlet
Should never be used directly, always useVaadinServletService.getServlet()
.
-
-
-
Class com.vaadin.flow.server.VaadinSession
class VaadinSession extends Object implements Serializable-
Serialization Methods
-
readObject
Override default deserialization logic to account for transientVaadinSession.pendingAccessQueue
.- Parameters:
stream
- the object to read- Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attributes
Attributes attributes
-
browser
WebBrowser browser
-
configuration
DeploymentConfiguration configuration
Configuration for the session. -
cumulativeRequestDuration
long cumulativeRequestDuration
-
errorHandler
ErrorHandler errorHandler
Session wide error handler which is used by default if an error is left unhandled. -
lastLocked
long lastLocked
-
lastRequestDuration
long lastRequestDuration
-
lastRequestTimestamp
long lastRequestTimestamp
-
lastUnlocked
long lastUnlocked
-
locale
Locale locale
Default locale of the session. -
nextUIId
int nextUIId
-
pushId
String pushId
-
requestHandlers
LinkedList<RequestHandler> requestHandlers
-
sessionClosedExplicitly
boolean sessionClosedExplicitly
-
state
VaadinSessionState state
-
-
-
Class com.vaadin.flow.server.Version
class Version extends Object implements Serializable -
Class com.vaadin.flow.server.WebBrowser
class WebBrowser extends Object implements Serializable-
Serialized Fields
-
address
String address
-
browserApplication
String browserApplication
-
browserDetails
BrowserDetails browserDetails
-
locale
Locale locale
-
secureConnection
boolean secureConnection
-
-
-
Class com.vaadin.flow.server.WrappedHttpSession
class WrappedHttpSession extends Object implements Serializable-
Serialized Fields
-
session
jakarta.servlet.http.HttpSession session
-
-
-
-
Package com.vaadin.flow.server.auth
-
Class com.vaadin.flow.server.auth.AccessAnnotationChecker
class AccessAnnotationChecker extends Object implements Serializable -
Class com.vaadin.flow.server.auth.AccessCheckResult
class AccessCheckResult extends Object implements Serializable-
Serialized Fields
-
decision
AccessCheckDecision decision
-
reason
String reason
-
-
-
Class com.vaadin.flow.server.auth.AnnotatedViewAccessChecker
class AnnotatedViewAccessChecker extends Object implements Serializable-
Serialized Fields
-
accessAnnotationChecker
AccessAnnotationChecker accessAnnotationChecker
-
-
-
Class com.vaadin.flow.server.auth.DefaultAccessCheckDecisionResolver
class DefaultAccessCheckDecisionResolver extends Object implements Serializable -
Class com.vaadin.flow.server.auth.RoutePathAccessChecker
class RoutePathAccessChecker extends Object implements Serializable-
Serialized Fields
-
accessPathChecker
AccessPathChecker accessPathChecker
-
-
-
Class com.vaadin.flow.server.auth.ViewAccessChecker
class ViewAccessChecker extends Object implements Serializable-
Serialized Fields
-
accessAnnotationChecker
AccessAnnotationChecker accessAnnotationChecker
Deprecated, for removal: This API element is subject to removal in a future version. -
enabled
boolean enabled
Deprecated, for removal: This API element is subject to removal in a future version. -
loginUrl
String loginUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
loginView
Class<? extends Component> loginView
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
-
Package com.vaadin.flow.server.communication
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection
class AtmospherePushConnection extends Object implements Serializable-
Serialization Methods
-
readObject
Reinitializes this PushConnection after deserialization. The connection is initially in disconnected state; the client will handle the reconnecting.- Parameters:
stream
- the object to read- Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
-
Serialized Fields
-
disconnecting
boolean disconnecting
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage
class FragmentedMessage extends Object implements Serializable-
Serialized Fields
-
message
StringBuilder message
-
messageLength
int messageLength
-
-
-
Class com.vaadin.flow.server.communication.FaviconHandler
class FaviconHandler extends Object implements Serializable -
Class com.vaadin.flow.server.communication.HeartbeatHandler
class HeartbeatHandler extends SynchronizedRequestHandler implements Serializable -
Class com.vaadin.flow.server.communication.IndexHtmlRequestHandler
class IndexHtmlRequestHandler extends JavaScriptBootstrapHandler implements Serializable -
Class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
class JavaScriptBootstrapHandler extends BootstrapHandler implements Serializable -
Class com.vaadin.flow.server.communication.LongPollingCacheFilter
class LongPollingCacheFilter extends Object implements Serializable -
Class com.vaadin.flow.server.communication.MetadataWriter
class MetadataWriter extends Object implements Serializable-
Serialized Fields
-
timeoutInterval
int timeoutInterval
-
-
-
Class com.vaadin.flow.server.communication.PushAtmosphereHandler
class PushAtmosphereHandler extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler implements Serializable-
Serialized Fields
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PushRequestHandler
class PushRequestHandler extends Object implements Serializable-
Serialized Fields
-
atmosphere
org.atmosphere.cpr.AtmosphereFramework atmosphere
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PwaHandler
class PwaHandler extends Object implements Serializable-
Serialized Fields
-
isInitialized
boolean isInitialized
-
pwaRegistryGetter
SerializableSupplier<PwaRegistry> pwaRegistryGetter
-
requestHandlerMap
Map<String,
RequestHandler> requestHandlerMap
-
-
-
Class com.vaadin.flow.server.communication.ReturnChannelHandler
class ReturnChannelHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.ServerRpcHandler
class ServerRpcHandler extends Object implements Serializable -
Exception com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException
class InvalidUIDLSecurityKeyException extends GeneralSecurityException implements Serializable -
Exception com.vaadin.flow.server.communication.ServerRpcHandler.ResynchronizationRequiredException
class ResynchronizationRequiredException extends RuntimeException implements Serializable -
Class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
class RpcRequest extends Object implements Serializable-
Serialized Fields
-
clientToServerMessageId
int clientToServerMessageId
-
csrfToken
String csrfToken
-
invocations
elemental.json.JsonArray invocations
-
json
elemental.json.JsonObject json
-
resynchronize
boolean resynchronize
-
syncId
int syncId
-
-
-
Class com.vaadin.flow.server.communication.SessionRequestHandler
class SessionRequestHandler extends Object implements Serializable -
Class com.vaadin.flow.server.communication.StreamReceiverHandler
class StreamReceiverHandler extends Object implements Serializable-
Serialized Fields
-
fileCountMax
long fileCountMax
-
fileSizeMax
long fileSizeMax
-
requestSizeMax
long requestSizeMax
-
-
-
Exception com.vaadin.flow.server.communication.StreamReceiverHandler.UploadInterruptedException
class UploadInterruptedException extends Exception implements Serializable -
Class com.vaadin.flow.server.communication.StreamRequestHandler
class StreamRequestHandler extends Object implements Serializable-
Serialized Fields
-
receiverHandler
StreamReceiverHandler receiverHandler
-
resourceHandler
StreamResourceHandler resourceHandler
-
-
-
Class com.vaadin.flow.server.communication.StreamResourceHandler
class StreamResourceHandler extends Object implements Serializable -
Class com.vaadin.flow.server.communication.UidlRequestHandler
class UidlRequestHandler extends SynchronizedRequestHandler implements Serializable-
Serialized Fields
-
rpcHandler
AtomicReference<ServerRpcHandler> rpcHandler
-
-
-
Class com.vaadin.flow.server.communication.UidlWriter
class UidlWriter extends Object implements Serializable -
Class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
class ResolveContext extends Object implements Serializable-
Serialized Fields
-
browser
WebBrowser browser
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
class WebComponentBootstrapHandler extends BootstrapHandler implements Serializable -
Class com.vaadin.flow.server.communication.WebComponentProvider
class WebComponentProvider extends SynchronizedRequestHandler implements Serializable-
Serialized Fields
-
cache
ConcurrentHashMap<String,
String> cache
-
-
-
-
Package com.vaadin.flow.server.communication.rpc
-
Class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
class AbstractRpcInvocationHandler extends Object implements Serializable -
Class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler
class AttachExistingElementRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler
class AttachTemplateChildRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder
class DefaultRpcDecoder extends Object implements Serializable -
Class com.vaadin.flow.server.communication.rpc.EventRpcHandler
class EventRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler
class MapSyncRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler
class PublishedServerEventHandlerRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Exception com.vaadin.flow.server.communication.rpc.RpcDecodeException
class RpcDecodeException extends Exception implements Serializable -
Class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder
class StringToEnumDecoder extends Object implements Serializable -
Class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder
class StringToNumberDecoder extends Object implements Serializable
-
-
Package com.vaadin.flow.server.communication.streaming
-
Class com.vaadin.flow.server.communication.streaming.StreamingEndEventImpl
class StreamingEndEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable -
Class com.vaadin.flow.server.communication.streaming.StreamingErrorEventImpl
class StreamingErrorEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable-
Serialized Fields
-
exception
Exception exception
-
-
-
Class com.vaadin.flow.server.communication.streaming.StreamingProgressEventImpl
class StreamingProgressEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable -
Class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
class StreamingStartEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable-
Serialized Fields
-
disposed
boolean disposed
-
-
-
-
Package com.vaadin.flow.server.frontend
-
Exception com.vaadin.flow.server.frontend.CompressionException
class CompressionException extends RuntimeException implements Serializable -
Class com.vaadin.flow.server.frontend.FrontendToolsLocator
class FrontendToolsLocator extends Object implements Serializable -
Class com.vaadin.flow.server.frontend.FrontendToolsSettings
class FrontendToolsSettings extends Object implements Serializable-
Serialized Fields
-
alternativeDirGetter
SerializableSupplier<String> alternativeDirGetter
-
autoUpdate
boolean autoUpdate
-
baseDir
String baseDir
-
forceAlternativeNode
boolean forceAlternativeNode
-
ignoreVersionChecks
boolean ignoreVersionChecks
-
nodeDownloadRoot
URI nodeDownloadRoot
-
nodeVersion
String nodeVersion
-
useGlobalPnpm
boolean useGlobalPnpm
-
-
-
Exception com.vaadin.flow.server.frontend.FrontendUtils.CommandExecutionException
class CommandExecutionException extends Exception implements Serializable -
Exception com.vaadin.flow.server.frontend.FrontendUtils.UnknownVersionException
class UnknownVersionException extends Exception implements Serializable -
Class com.vaadin.flow.server.frontend.FrontendVersion
class FrontendVersion extends Object implements Serializable-
Serialized Fields
-
buildIdentifier
String buildIdentifier
Build identifier. For example "nightly-20091123-c9963" in 6.2.0.nightly-20091123-c9963. -
buildIdentifierParser
Pattern buildIdentifierParser
Parses the buildIdentifier to String + Integer. For instance beta1 returns 'beta' and '1' -
majorVersion
int majorVersion
Major version number. For example 6 in 6.2.0. -
minorVersion
int minorVersion
Minor version number. For example 2 in 6.2.0. -
revision
int revision
Version revision number. For example 0 in 6.2.0. -
version
String version
The version number of this release. For example "6.2.0". Always in the format "major.minor.revision[.build]". The build part is optional. All of major, minor, revision must be integers.
-
-
-
Class com.vaadin.flow.server.frontend.FrontendWebComponentGenerator
class FrontendWebComponentGenerator extends Object implements Serializable-
Serialized Fields
-
finder
ClassFinder finder
-
-
-
Record Class com.vaadin.flow.server.frontend.NodeTasks.NodeTasksLockInfo
class NodeTasksLockInfo extends Record implements Serializable-
Serialized Fields
-
commandLine
String commandLine
-
pid
long pid
-
-
-
Class com.vaadin.flow.server.frontend.Options
class Options extends Object implements Serializable-
Serialized Fields
-
buildDirectoryName
String buildDirectoryName
-
bundleBuild
boolean bundleBuild
-
ciBuild
boolean ciBuild
-
classFinder
ClassFinder classFinder
-
cleanNpmFiles
boolean cleanNpmFiles
-
compressBundle
boolean compressBundle
-
copyTemplates
boolean copyTemplates
-
createMissingPackageJson
boolean createMissingPackageJson
-
enableBun
boolean enableBun
-
enableImportsUpdate
boolean enableImportsUpdate
-
enablePackagesUpdate
boolean enablePackagesUpdate
-
enablePnpm
boolean enablePnpm
-
enableWebpackConfigUpdate
boolean enableWebpackConfigUpdate
-
featureFlags
FeatureFlags featureFlags
-
forceProductionBuild
boolean forceProductionBuild
-
frontendDirectory
File frontendDirectory
-
frontendGeneratedFolder
File frontendGeneratedFolder
-
frontendHotdeploy
boolean frontendHotdeploy
-
generateEmbeddableWebComponents
boolean generateEmbeddableWebComponents
-
jarFiles
Set<File> jarFiles
-
jarFrontendResourcesFolder
File jarFrontendResourcesFolder
-
javaResourceFolder
File javaResourceFolder
The resource folder for java resources. -
localResourcesFolder
File localResourcesFolder
-
lookup
Lookup lookup
-
nodeAutoUpdate
boolean nodeAutoUpdate
-
nodeDownloadRoot
URI nodeDownloadRoot
Download node.js from this URL. Handy in heavily firewalled corporate environments where the node.js download can be provided from an intranet mirror. Defaults toNodeInstaller.DEFAULT_NODEJS_DOWNLOAD_ROOT
. -
nodeVersion
String nodeVersion
The node.js version to be used when node.js is installed automatically by Vaadin, for example"v16.0.0"
. Defaults to "v20.14.0". -
npmFolder
File npmFolder
-
postinstallPackages
List<String> postinstallPackages
Additional npm packages to run postinstall for. -
productionMode
boolean productionMode
Default is true here so we do not accidentally include development stuff into production. -
requireHomeNodeExec
boolean requireHomeNodeExec
-
resourceOutputDirectory
File resourceOutputDirectory
-
runNpmInstall
boolean runNpmInstall
-
skipDevBundle
boolean skipDevBundle
-
tokenFile
File tokenFile
-
tokenFileData
elemental.json.JsonObject tokenFileData
-
useByteCodeScanner
boolean useByteCodeScanner
-
useGlobalPnpm
boolean useGlobalPnpm
-
webappResourcesDirectory
File webappResourcesDirectory
-
-
-
Class com.vaadin.flow.server.frontend.TaskUpdateSettingsFile
class TaskUpdateSettingsFile extends Object implements Serializable-
Serialized Fields
-
-
Class com.vaadin.flow.server.frontend.TaskUpdateVite
class TaskUpdateVite extends Object implements Serializable -
Exception com.vaadin.flow.server.frontend.UnknownTaskException
class UnknownTaskException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.server.frontend.installer
-
Exception com.vaadin.flow.server.frontend.installer.ArchiveExtractionException
class ArchiveExtractionException extends Exception implements Serializable -
Exception com.vaadin.flow.server.frontend.installer.InstallationException
class InstallationException extends Exception implements Serializable -
Class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
class Proxy extends Object implements Serializable-
Serialized Fields
-
-
-
Package com.vaadin.flow.server.frontend.scanner
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder
class CachedClassFinder extends Object implements Serializable-
Serialized Fields
-
annotatedClassesMapCache
Map<Class<? extends Annotation>,
Set<Class<?>>> annotatedClassesMapCache -
classFinder
ClassFinder classFinder
-
-
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
class DefaultClassFinder extends Object implements Serializable-
Serialized Fields
-
classes
LinkedHashSet<Class<?>> classes
-
-
-
Class com.vaadin.flow.server.frontend.scanner.CssData
class CssData extends Object implements Serializable -
Class com.vaadin.flow.server.frontend.scanner.EntryPointData
class EntryPointData extends Object implements Serializable-
Serialized Fields
-
css
LinkedHashSet<CssData> css
-
dependencyTriggers
List<String> dependencyTriggers
-
eager
boolean eager
-
modules
LinkedHashSet<String> modules
-
modulesDevelopmentOnly
LinkedHashSet<String> modulesDevelopmentOnly
-
name
String name
-
reachableClasses
Set<String> reachableClasses
-
scripts
LinkedHashSet<String> scripts
-
scriptsDevelopmentOnly
LinkedHashSet<String> scriptsDevelopmentOnly
-
type
EntryPointType type
-
-
-
Class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
class FrontendDependencies extends com.vaadin.flow.server.frontend.scanner.AbstractDependenciesScanner implements Serializable-
Serialized Fields
-
devPackages
HashMap<String,
String> devPackages -
eagerRoutes
Set<String> eagerRoutes
-
entryPoints
HashMap<String,
EntryPointData> entryPoints -
packages
HashMap<String,
String> packages -
pwaConfiguration
PwaConfiguration pwaConfiguration
-
routeClass
Class<? extends Annotation> routeClass
-
themeDefinition
ThemeDefinition themeDefinition
-
themeInstance
AbstractTheme themeInstance
-
visitedClasses
Map<String,
ClassInfo> visitedClasses
-
-
-
-
Package com.vaadin.flow.server.startup
-
Class com.vaadin.flow.server.startup.AbstractAnnotationValidator
class AbstractAnnotationValidator extends Object implements Serializable -
Class com.vaadin.flow.server.startup.AbstractConfigurationFactory
class AbstractConfigurationFactory extends Object implements Serializable -
Class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer
class AbstractRouteRegistryInitializer extends Object implements Serializable-
Serialized Fields
-
pwaClass
Class<?> pwaClass
-
-
-
Class com.vaadin.flow.server.startup.AnnotationValidator
class AnnotationValidator extends AbstractAnnotationValidator implements Serializable -
Class com.vaadin.flow.server.startup.ApplicationRouteRegistry
class ApplicationRouteRegistry extends AbstractRouteRegistry implements Serializable-
Serialized Fields
-
context
VaadinContext context
-
pwaConfigurationClass
AtomicReference<Class<?>> pwaConfigurationClass
-
routeFilters
ArrayList<NavigationTargetFilter> routeFilters
-
-
-
Class com.vaadin.flow.server.startup.ApplicationRouteRegistry.ApplicationRouteRegistryWrapper
class ApplicationRouteRegistryWrapper extends Object implements Serializable-
Serialized Fields
-
registry
ApplicationRouteRegistry registry
-
-
-
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
class DefaultApplicationConfigurationFactory extends AbstractConfigurationFactory implements Serializable -
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl
class ApplicationConfigurationImpl extends AbstractPropertyConfiguration implements Serializable-
Serialized Fields
-
context
VaadinContext context
-
-
-
Class com.vaadin.flow.server.startup.RouteRegistryInitializer
class RouteRegistryInitializer extends AbstractRouteRegistryInitializer implements Serializable -
Class com.vaadin.flow.server.startup.VaadinAppShellInitializer
class VaadinAppShellInitializer extends Object implements Serializable -
Exception com.vaadin.flow.server.startup.VaadinInitializerException
class VaadinInitializerException extends Exception implements Serializable -
Class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator
class WebComponentExporterAwareValidator extends AbstractAnnotationValidator implements Serializable
-
-
Package com.vaadin.flow.server.webcomponent
-
Class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
class PropertyConfigurationImpl extends Object implements Serializable-
Serialized Fields
-
componentClass
Class<C extends Component> componentClass
-
data
PropertyData<P extends Serializable> data
-
onChangeHandler
SerializableBiConsumer<C extends Component,
Serializable> onChangeHandler
-
-
-
Class com.vaadin.flow.server.webcomponent.PropertyData
class PropertyData extends Object implements Serializable-
Serialized Fields
-
defaultValue
P extends Serializable defaultValue
-
name
String name
-
readOnly
boolean readOnly
-
type
Class<P extends Serializable> type
-
-
-
Exception com.vaadin.flow.server.webcomponent.UnsupportedPropertyTypeException
class UnsupportedPropertyTypeException extends RuntimeException implements Serializable -
Class com.vaadin.flow.server.webcomponent.WebComponentBinding
class WebComponentBinding extends Object implements Serializable-
Serialized Fields
-
component
C extends Component component
-
properties
HashMap<String,
com.vaadin.flow.server.webcomponent.WebComponentBinding.PropertyBinding<? extends Serializable>> properties
-
-
-
Class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
class WebComponentConfigurationRegistry extends Object implements Serializable-
Serialized Fields
-
bootstrapElements
ArrayList<Element> bootstrapElements
-
configurationLock
ReentrantLock configurationLock
Lock used to ensure there's only one update going on at once.The lock is configured to always guarantee a fair ordering.
-
configurationMap
HashMap<String,
WebComponentConfiguration<? extends Component>> configurationMap -
configurationsSet
boolean configurationsSet
-
embeddedAppAnnotations
HashMap<Class<? extends Annotation>,
Annotation> embeddedAppAnnotations
-
-
-
Class com.vaadin.flow.server.webcomponent.WebComponentExporterTagExtractor
class WebComponentExporterTagExtractor extends Object implements Serializable -
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter
class WebComponentModulesWriter extends Object implements Serializable -
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter.DirectoryWriter
class DirectoryWriter extends Object implements Serializable
-
-
Package com.vaadin.flow.shared
-
Package com.vaadin.flow.shared.communication
-
Package com.vaadin.flow.shared.ui
-
Package com.vaadin.flow.shared.util
-
Package com.vaadin.flow.theme
-
Class com.vaadin.flow.theme.ThemeDefinition
class ThemeDefinition extends Object implements Serializable-
Serialized Fields
-
name
String name
-
theme
Class<? extends AbstractTheme> theme
-
variant
String variant
-
-
-