Class CustomUIDefenitions


  • public class CustomUIDefenitions
    extends Object
    Stores the custom UI defintions in the form of media type -> UI (jsp) path. Object of this class filled with currently available custom UI will be available in the servlet context.
    • Constructor Detail

      • CustomUIDefenitions

        public CustomUIDefenitions()
    • Method Detail

      • getCustomViewUI

        public String getCustomViewUI​(String mediaType)
      • addCustomViewUI

        public void addCustomViewUI​(String mediaType,
                                    String uiPath)
      • getCustomAddUI

        public String getCustomAddUI​(String mediaType)
      • addCustomAddUI

        public void addCustomAddUI​(String mediaType,
                                   String uiPath)