Class CustomUIDefenitions

java.lang.Object
org.wso2.carbon.ui.deployment.beans.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.
  • Field Details

  • Constructor Details

    • CustomUIDefenitions

      public CustomUIDefenitions()
  • Method Details

    • 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)