Uses of Class
org.apache.wicket.MetaDataKey
Package
Description
The core Wicket package.
HTML Forms and form components.
The default parsing engine of Wicket.
Locale aware resouce loaders.
-
Uses of MetaDataKey in org.apache.wicket
Modifier and TypeMethodDescriptionfinal <T> T
Application.getMetaData
(MetaDataKey<T> key) Gets metadata for this application using the given key.final <M extends Serializable>
MComponent.getMetaData
(MetaDataKey<M> key) Gets metadata for this component using the given key.<T extends B>
TIMetadataContext.getMetaData
(MetaDataKey<T> key) final <M extends Serializable>
MSession.getMetaData
(MetaDataKey<M> key) Gets metadata for this session using the given key.final <T> Application
Application.setMetaData
(MetaDataKey<T> key, T object) Sets the metadata for this application using the given key.final <M extends Serializable>
ComponentComponent.setMetaData
(MetaDataKey<M> key, M object) Sets the metadata for this component using the given key.IMetadataContext.setMetaData
(MetaDataKey<T> key, T data) final <M extends Serializable>
SessionSession.setMetaData
(MetaDataKey<M> key, M object) Sets the metadata for this session using the given key. -
Uses of MetaDataKey in org.apache.wicket.authroles.authorization.strategies.role.metadata
Modifier and TypeFieldDescriptionstatic final MetaDataKey<ActionPermissions>
MetaDataRoleAuthorizationStrategy.ACTION_PERMISSIONS
Component meta data key for actions/roles information.static final MetaDataKey<InstantiationPermissions>
MetaDataRoleAuthorizationStrategy.INSTANTIATION_PERMISSIONS
Application meta data key for actions/roles information. -
Uses of MetaDataKey in org.apache.wicket.csp
Modifier and TypeFieldDescriptionstatic final MetaDataKey<String>
ContentSecurityPolicySettings.NONCE_KEY
-
Uses of MetaDataKey in org.apache.wicket.guice
Modifier and TypeFieldDescriptionstatic final MetaDataKey<GuiceInjectorHolder>
GuiceInjectorHolder.INJECTOR_KEY
Metadata key used to store Injector holder in application's metadata -
Uses of MetaDataKey in org.apache.wicket.markup.html.debug
Modifier and TypeFieldDescriptionstatic final MetaDataKey<Long>
PageView.RENDER_KEY
A meta data key used by RenderPerformaceListener in wicket-devutils to collect the time needed by a component to render itself -
Uses of MetaDataKey in org.apache.wicket.markup.html.form
Modifier and TypeFieldDescriptionstatic final MetaDataKey<AutoLabelResolver.AutoLabelMarker>
AutoLabelResolver.MARKER_KEY
-
Uses of MetaDataKey in org.apache.wicket.markup.parser
Modifier and TypeFieldDescriptionprotected static final MetaDataKey<Map<String,
AtomicInteger>> AbstractMarkupFilter.REQUEST_COUNTER_KEY
A key for a request-relative map of counters. -
Uses of MetaDataKey in org.apache.wicket.metrics
Modifier and TypeFieldDescriptionstatic final MetaDataKey<com.codahale.metrics.MetricRegistry>
WicketMetrics.METRIC_REGISTRY
The key for metrics registrystatic final MetaDataKey<WicketMetricsSettings>
WicketMetrics.METRIC_SETTINGS
The key for metrics registry -
Uses of MetaDataKey in org.apache.wicket.mock
Modifier and TypeMethodDescription<T> T
MockPageContext.getRequestData
(MetaDataKey<T> key, Supplier<T> defaultValue) <T extends Serializable>
TMockPageContext.getSessionData
(MetaDataKey<T> key, Supplier<T> defaultValue) -
Uses of MetaDataKey in org.apache.wicket.pageStore
Modifier and TypeMethodDescriptionprotected MetaDataKey<InSessionPageStore.SessionData>
InSessionPageStore.getKey()
Session data is stored under aMetaDataKey
.Modifier and TypeMethodDescription<T> T
DefaultPageContext.getRequestData
(MetaDataKey<T> key, Supplier<T> defaultValue) <T> T
IPageContext.getRequestData
(MetaDataKey<T> key, Supplier<T> defaultValue) Get data from the current request cycle.<T extends Serializable>
TDefaultPageContext.getSessionData
(MetaDataKey<T> key, Supplier<T> defaultValue) <T extends Serializable>
TIPageContext.getSessionData
(MetaDataKey<T> key, Supplier<T> defaultValue) Get metadata from the session. -
Uses of MetaDataKey in org.apache.wicket.request.cycle
Modifier and TypeFieldDescriptionstatic final MetaDataKey<IPageRequestHandler>
PageRequestHandlerTracker.FIRST_HANDLER_KEY
The key for the first handlerstatic final MetaDataKey<IPageRequestHandler>
PageRequestHandlerTracker.LAST_HANDLER_KEY
The key for the last handlerModifier and TypeMethodDescriptionfinal <T> T
RequestCycle.getMetaData
(MetaDataKey<T> key) Gets metadata for this request cycle using the given key.final <T> RequestCycle
RequestCycle.setMetaData
(MetaDataKey<T> key, T object) Sets the metadata for this request cycle using the given key. -
Uses of MetaDataKey in org.apache.wicket.request.resource
Modifier and TypeFieldDescriptionstatic final MetaDataKey<Long>
AbstractResource.CONTENT_RANGE_ENDBYTE
The meta data key of the content range end bytestatic final MetaDataKey<Long>
AbstractResource.CONTENT_RANGE_STARTBYTE
The meta data key of the content range start byte -
Uses of MetaDataKey in org.apache.wicket.request.resource.caching
Modifier and TypeFieldDescriptionstatic final MetaDataKey<String>
IResourceCachingStrategy.URL_VERSION
A key used to store the extracted resource's version in IResourceCachingStrategy.undecorateUrl(ResourceUrl) into the request cycle -
Uses of MetaDataKey in org.apache.wicket.resource
Modifier and TypeFieldDescriptionstatic final MetaDataKey<Map<String,
FileSystem>> FileSystemJarPathService.FILE_SYSTEM_META_DATA_KEY
The key for the file system meta data