org.apache.wicket.quickstart
Class QuickStartSession

java.lang.Object
  extended by org.apache.wicket.Session
      extended by org.apache.wicket.protocol.http.WebSession
          extended by org.apache.wicket.quickstart.QuickStartSession
All Implemented Interfaces:
java.io.Serializable, IClusterable

public final class QuickStartSession
extends WebSession

Subclass of WebSession for QuickStartApplication to allow easy and typesafe access to session properties.

Author:
Jonathan Locke
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.Session
Session.IPageMapVisitor, Session.PageMapAccessMetaData
 
Field Summary
 
Fields inherited from class org.apache.wicket.Session
MESSAGES_FOR_COMPONENTS, PAGEMAP_ACCESS_MDK, SESSION_ATTRIBUTE_NAME
 
Constructor Summary
protected QuickStartSession(WebApplication application, Request request)
          Constructor
 
Method Summary
 
Methods inherited from class org.apache.wicket.protocol.http.WebSession
isCurrentRequestValid
 
Methods inherited from class org.apache.wicket.Session
attach, bind, cleanupFeedbackMessages, clear, createAutoPageMap, createAutoPageMapName, currentCreateAutoPageMapCounter, detach, dirty, error, exists, findOrCreate, get, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getAutoPageMapNamePrefix, getAutoPageMapNameSuffix, getClassResolver, getClientInfo, getDefaultPageMap, getFeedbackMessages, getId, getLocale, getMetaData, getPage, getPage, getPageFactory, getPageFactory, getPageMaps, getSessionStore, getSizeInBytes, getStyle, incrementCreateAutoPageMapCounter, info, invalidate, invalidateNow, isSessionInvalidated, isTemporary, newPageMap, nextPageId, pageMapForName, removeAttribute, removePageMap, set, setApplication, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, touch, unset, update, visitPageMaps, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickStartSession

protected QuickStartSession(WebApplication application,
                            Request request)
Constructor

Parameters:
application - The application
request - The request
response - The response


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.