Class SessionSizeModel

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<org.apache.wicket.util.lang.Bytes>, org.apache.wicket.util.io.IClusterable

    public class SessionSizeModel
    extends java.lang.Object
    implements org.apache.wicket.model.IModel<org.apache.wicket.util.lang.Bytes>
    Calculates
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionSizeModel()
      Construct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.wicket.util.lang.Bytes getObject()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.wicket.model.IModel

        combineWith, detach, filter, flatMap, isPresent, map, orElse, orElseGet, setObject
    • Constructor Detail

      • SessionSizeModel

        public SessionSizeModel()
        Construct.
    • Method Detail

      • getObject

        public org.apache.wicket.util.lang.Bytes getObject()
        Specified by:
        getObject in interface org.apache.wicket.model.IModel<org.apache.wicket.util.lang.Bytes>