Class AbstractLs

    • Field Detail

      • longWidth

        protected int longWidth
        long width
    • Constructor Detail

      • AbstractLs

        public AbstractLs()
    • Method Detail

      • printFooter

        protected void printFooter​(org.apache.commons.chain.Context ctx,
                                   Iterator iter)
        Print the footer
        Parameters:
        ctx - the Context
        iter - the Iterator
      • getDefaultMaxItems

        public int getDefaultMaxItems()
        Returns:
        the default max number of Items s to show
      • setDefaultMaxItems

        public void setDefaultMaxItems​(int maxItems)
        Parameters:
        maxItems - the default max number of Items s to set
      • isPath

        public boolean isPath()
        Returns:
        the path
      • setPath

        public void setPath​(boolean path)
        Parameters:
        path - the path to set
      • getMaxItemsKey

        public String getMaxItemsKey()
        Returns:
        the max number of items key
      • setMaxItemsKey

        public void setMaxItemsKey​(String maxItemsKey)
        Parameters:
        maxItemsKey - the max number of items key to set
      • getMaxItems

        protected int getMaxItems​(org.apache.commons.chain.Context ctx)
        Parameters:
        ctx - the Context
        Returns:
        the max number of Item s to show