Class CatalogMimeRootDirectoryHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get​(CatalogModel model)
      Holds logic behind getter for dynamic attribute.
      void set​(CatalogModel model, java.lang.String s)
      Holds logic behind setter for dynamic attribute.
      • Methods inherited from class java.lang.Object

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

      • CatalogMimeRootDirectoryHandler

        public CatalogMimeRootDirectoryHandler()
    • Method Detail

      • set

        public void set​(CatalogModel model,
                        java.lang.String s)
        Description copied from interface: DynamicAttributeHandler
        Holds logic behind setter for dynamic attribute.
        Specified by:
        set in interface DynamicAttributeHandler<java.lang.String,​CatalogModel>
        Parameters:
        model - model for which dynamic attribute is declared.
        s - the value which will be used by setter logic.