Class QueryResultModel

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<javax.jcr.query.QueryResult>, org.apache.wicket.util.io.IClusterable

    public class QueryResultModel
    extends org.apache.wicket.model.LoadableDetachableModel<javax.jcr.query.QueryResult>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int LIMIT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.jcr.query.QueryResult load()  
      • Methods inherited from class org.apache.wicket.model.LoadableDetachableModel

        detach, getObject, isAttached, of, onAttach, onDetach, setObject, toString
      • Methods inherited from interface org.apache.wicket.model.IModel

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

      • QueryResultModel

        public QueryResultModel​(String query,
                                int limit)
    • Method Detail

      • load

        protected javax.jcr.query.QueryResult load()
        Specified by:
        load in class org.apache.wicket.model.LoadableDetachableModel<javax.jcr.query.QueryResult>