Class AbstractListDisplay<D,T extends Serializable>

java.lang.Object
name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay<T>
name.matthewgreet.strutscommons.view.AbstractListDisplay<D,T>
Type Parameters:
D -
T -

public abstract class AbstractListDisplay<D,T extends Serializable> extends AbstractListCacheBasedDisplay<T>
Unused.
  • Constructor Details

    • AbstractListDisplay

      public AbstractListDisplay(ListCache<?,?,T> listCache)
  • Method Details

    • formatEnd

      protected void formatEnd()
    • formatRecord

      protected abstract D formatRecord(T record, int index)
    • formatStart

      protected void formatStart()
    • init

      public void init() throws Exception
      Overrides:
      init in class AbstractListCacheBasedDisplay<T extends Serializable>
      Throws:
      Exception
    • getFormattedList

      public List<D> getFormattedList()
    • getPage

      public List<T> getPage()