org.apache.wicket.devutils.inspector
Class SessionSizeModel

java.lang.Object
  extended by org.apache.wicket.model.AbstractReadOnlyModel<T>
      extended by org.apache.wicket.model.LoadableDetachableModel<Bytes>
          extended by org.apache.wicket.devutils.inspector.SessionSizeModel
All Implemented Interfaces:
java.io.Serializable, IClusterable, IDetachable, IModel<Bytes>

public class SessionSizeModel
extends LoadableDetachableModel<Bytes>

See Also:
Serialized Form

Constructor Summary
SessionSizeModel(Session session)
           
 
Method Summary
protected  Bytes load()
           
protected  void onDetach()
           
 
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, onAttach, toString
 
Methods inherited from class org.apache.wicket.model.AbstractReadOnlyModel
getObject, setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionSizeModel

public SessionSizeModel(Session session)
Method Detail

load

protected Bytes load()
Specified by:
load in class LoadableDetachableModel<Bytes>

onDetach

protected void onDetach()
Overrides:
onDetach in class LoadableDetachableModel<Bytes>


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