org.apache.wicket.devutils.inspector
Class SessionTotalSizeModel

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

public class SessionTotalSizeModel
extends LoadableDetachableModel<Bytes>

See Also:
Serialized Form

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

Constructor Detail

SessionTotalSizeModel

public SessionTotalSizeModel(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-2010 Apache Software Foundation. All Rights Reserved.