Class ViewsDisplayFactory


  • public class ViewsDisplayFactory
    extends Object

    ViewsDisplayFactory class.

    Version:
    $Id: $
    Author:
    ranger
    • Field Detail

      • m_viewsDisplayFile

        protected File m_viewsDisplayFile
        File path of groups.xml.
      • initialized

        protected boolean initialized
        Boolean indicating if the init() method has been called.
      • m_lastModified

        protected long m_lastModified
        Timestamp of the viewDisplay file, used to know when to reload from disk.
      • m_viewsMap

        protected Map<String,​View> m_viewsMap
        Map of view objects by name.