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 Summary
Fields Modifier and Type Field Description static StringCUSTOM_UI_DEFENITIONS
-
Constructor Summary
Constructors Constructor Description CustomUIDefenitions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCustomAddUI(String mediaType, String uiPath)voidaddCustomViewUI(String mediaType, String uiPath)StringgetCustomAddUI(String mediaType)StringgetCustomViewUI(String mediaType)
-
-
-
Field Detail
-
CUSTOM_UI_DEFENITIONS
public static final String CUSTOM_UI_DEFENITIONS
- See Also:
- Constant Field Values
-
-