Class CustomUIDefenitions
java.lang.Object
org.wso2.carbon.ui.deployment.beans.CustomUIDefenitions
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomAddUI(String mediaType, String uiPath) voidaddCustomViewUI(String mediaType, String uiPath) getCustomAddUI(String mediaType) getCustomViewUI(String mediaType)
-
Field Details
-
CUSTOM_UI_DEFENITIONS
- See Also:
-
-
Constructor Details
-
CustomUIDefenitions
public CustomUIDefenitions()
-
-
Method Details
-
getCustomViewUI
-
addCustomViewUI
-
getCustomAddUI
-
addCustomAddUI
-