org.apache.wicket.devutils.diskstore.browser
Class SessionsProviderModel

java.lang.Object
  extended by org.apache.wicket.model.LoadableDetachableModel<java.util.List<java.lang.String>>
      extended by org.apache.wicket.devutils.diskstore.browser.SessionsProviderModel
All Implemented Interfaces:
java.io.Serializable, IClusterable, IDetachable, IModel<java.util.List<java.lang.String>>

public class SessionsProviderModel
extends LoadableDetachableModel<java.util.List<java.lang.String>>

A model that collects the session ids from the DiskDataStore folder

See Also:
Serialized Form

Constructor Summary
SessionsProviderModel()
           
 
Method Summary
protected  java.util.List<java.lang.String> load()
          Loads and returns the (temporary) model object.
 
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, onAttach, onDetach, setObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionsProviderModel

public SessionsProviderModel()
Method Detail

load

protected java.util.List<java.lang.String> load()
Description copied from class: LoadableDetachableModel
Loads and returns the (temporary) model object.

Specified by:
load in class LoadableDetachableModel<java.util.List<java.lang.String>>
Returns:
the (temporary) model object


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.