|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaDataKey | |
|---|---|
| org.apache.wicket | The core Wicket package. |
| org.apache.wicket.markup.html.debug | |
| org.apache.wicket.request.cycle | |
| Uses of MetaDataKey in org.apache.wicket |
|---|
| Methods in org.apache.wicket with parameters of type MetaDataKey | ||
|---|---|---|
|
Component.getMetaData(MetaDataKey<M> key)
Gets metadata for this component using the given key. |
|
|
Session.getMetaData(MetaDataKey<M> key)
Gets metadata for this session using the given key. |
|
|
Application.getMetaData(MetaDataKey<T> key)
Gets metadata for this application using the given key. |
|
void |
Session.setMetaData(MetaDataKey<?> key,
Serializable object)
Sets the metadata for this session using the given key. |
|
|
Component.setMetaData(MetaDataKey<M> key,
M object)
Sets the metadata for this component using the given key. |
|
|
Application.setMetaData(MetaDataKey<T> key,
Object object)
Sets the metadata for this application using the given key. |
|
| Constructors in org.apache.wicket with parameters of type MetaDataKey | |
|---|---|
MetaDataEntry(MetaDataKey<T> key,
Object object)
Construct. |
|
| Uses of MetaDataKey in org.apache.wicket.markup.html.debug |
|---|
| Fields in org.apache.wicket.markup.html.debug declared as MetaDataKey | |
|---|---|
static 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.request.cycle |
|---|
| Methods in org.apache.wicket.request.cycle with parameters of type MetaDataKey | ||
|---|---|---|
|
RequestCycle.getMetaData(MetaDataKey<T> key)
Gets metadata for this request cycle using the given key. |
|
|
RequestCycle.setMetaData(MetaDataKey<T> key,
T object)
Sets the metadata for this request cycle using the given key. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||