Class UIElementMapper
- java.lang.Object
-
- org.wso2.am.integration.ui.pages.util.UIElementMapper
-
public class UIElementMapper extends Object
Read mapper.properties file and load it's uiElements into Properties object.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertiesuiProperties
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElement(String key)static UIElementMappergetInstance()static PropertiessetStream()
-
-
-
Field Detail
-
uiProperties
public static final Properties uiProperties
-
-
Method Detail
-
getInstance
public static UIElementMapper getInstance() throws IOException
- Throws:
IOException
-
setStream
public static Properties setStream() throws IOException
- Throws:
IOException
-
-