Java org.apache.wicket.protocol.http WebSession fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.protocol.http WebSession fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.protocol.http WebSession.

The text is from its open source code.

Subclass

org.apache.wicket.protocol.http.WebSession has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidbind()
Force binding this session to the application's ISessionStore session store if not already done so.
WebSessionget()
SerializablegetAttribute(final String name)
Gets the attribute value with the given name
WebClientInfogetClientInfo()

To gather the client information this implementation redirects temporarily to a special page ( BrowserInfoPage ).

MgetMetaData(final MetaDataKey key)
Gets metadata for this session using the given key.
SessionsetAttribute(String name, Serializable value)
Adds or replaces the attribute with the given name and value.
SessionsetMetaData(final MetaDataKey key, final M object)
Sets the metadata for this session using the given key.