|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaDataKey | |
|---|---|
| wicket | The core Wicket package. |
| Uses of MetaDataKey in wicket |
|---|
| Methods in wicket with parameters of type MetaDataKey | |
|---|---|
java.io.Serializable |
Session.getMetaData(MetaDataKey key)
Gets metadata for this session using the given key. |
java.io.Serializable |
Component.getMetaData(MetaDataKey key)
Gets metadata for this component using the given key. |
java.io.Serializable |
Application.getMetaData(MetaDataKey key)
Gets metadata for this application using the given key. |
void |
Session.setMetaData(MetaDataKey key,
java.io.Serializable object)
Sets the metadata for this session using the given key. |
void |
Component.setMetaData(MetaDataKey key,
java.io.Serializable object)
Sets the metadata for this component using the given key. |
void |
Application.setMetaData(MetaDataKey key,
java.io.Serializable object)
Sets the metadata for this application using the given key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||