wicket.protocol.http.portlet
Class WicketPortletSession

java.lang.Object
  extended by wicket.Session
      extended by wicket.protocol.http.WebSession
          extended by wicket.protocol.http.portlet.WicketPortletSession
All Implemented Interfaces:
java.io.Serializable

public class WicketPortletSession
extends WebSession

A session subclass for the PortletSession

Author:
Janne Hietamäki
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class wicket.Session
Session.IPageMapVisitor
 
Field Summary
 
Fields inherited from class wicket.Session
SESSION_ATTRIBUTE_NAME
 
Constructor Summary
protected WicketPortletSession(PortletApplication application)
          Constructor
 
Method Summary
protected  IRequestCycleFactory getRequestCycleFactory()
           
protected  ISessionStore getSessionStore()
          Gets the session store.
 
Methods inherited from class wicket.protocol.http.WebSession
attach, detach, initForRequest, invalidate, invalidateNow, update
 
Methods inherited from class wicket.Session
clear, createAutoPageMap, createAutoPageMapName, dirty, error, exists, get, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getClassResolver, getClientInfo, getConverter, getDefaultPageMap, getFeedbackMessages, getId, getLocale, getMetaData, getPage, getPageFactory, getPageFactory, getPageMaps, getSizeInBytes, getStyle, info, init, newPageMap, newRequestCycle, pageMapForName, removeAttribute, removePageMap, set, setApplication, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, touch, unset, visitPageMaps, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WicketPortletSession

protected WicketPortletSession(PortletApplication application)
Constructor

Parameters:
application - The application
Method Detail

getRequestCycleFactory

protected IRequestCycleFactory getRequestCycleFactory()
Overrides:
getRequestCycleFactory in class WebSession
Returns:
Request cycle factory for this kind of session.
See Also:
Session.getRequestCycleFactory()

getSessionStore

protected final ISessionStore getSessionStore()
Gets the session store.

Overrides:
getSessionStore in class Session
Returns:
the session store


Copyright © 2004-2007 Wicket developers. All Rights Reserved.