Class AbstractViewHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the name of the view handler as declared in the controller configuration file.
      void setName​(java.lang.String name)
      Sets the name of the view handler as declared in the controller configuration file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
    • Constructor Detail

      • AbstractViewHandler

        public AbstractViewHandler()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: ViewHandler
        Gets the name of the view handler as declared in the controller configuration file.
        Specified by:
        getName in interface ViewHandler
        Returns:
        name String The name of the view handler as declared in the controller configuration file.
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: ViewHandler
        Sets the name of the view handler as declared in the controller configuration file.
        Specified by:
        setName in interface ViewHandler
        Parameters:
        name - String The name of the view handler as declared in the controller configuration file.