public class SessionLocal<T extends Serializable> extends Object
SessionLocal will be destroyed.| Constructor and Description |
|---|
SessionLocal(org.apache.wicket.MetaDataKey<T> key)
Constructor that takes a
MetaDataKey that is used to store an
object. |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Sets the object to null in the MetaDataEntry.
|
T |
get()
Gets the object from the MetaDataEntry.
|
void |
set(T value)
Sets the given object in the MetaDataEntry.
|
public SessionLocal(org.apache.wicket.MetaDataKey<T> key)
MetaDataKey that is used to store an
object.key - The MetaDataKey that is used to store an object.public void clear()
public T get()
public void set(T value)
value - The object to set.Copyright © 2010–2015. All rights reserved.