Class TemplateEditorClientFactory
- java.lang.Object
-
- org.wso2.carbon.sequences.ui.factory.EditorUIClientFactory
-
- org.wso2.carbon.mediation.templates.ui.factory.TemplateEditorClientFactory
-
public class TemplateEditorClientFactory extends org.wso2.carbon.sequences.ui.factory.EditorUIClientFactory
-
-
Constructor Summary
Constructors Constructor Description TemplateEditorClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wso2.carbon.sequences.ui.client.EditorUIClient
createClient(javax.servlet.ServletConfig servletConfig, javax.servlet.http.HttpSession httpSession)
org.wso2.carbon.mediator.service.ui.Mediator
createEditingMediator()
Map<String,String>
getUIMetaInfo()
-
-
-
Method Detail
-
createClient
public org.wso2.carbon.sequences.ui.client.EditorUIClient createClient(javax.servlet.ServletConfig servletConfig, javax.servlet.http.HttpSession httpSession)
- Specified by:
createClient
in classorg.wso2.carbon.sequences.ui.factory.EditorUIClientFactory
-
createEditingMediator
public org.wso2.carbon.mediator.service.ui.Mediator createEditingMediator()
- Specified by:
createEditingMediator
in classorg.wso2.carbon.sequences.ui.factory.EditorUIClientFactory
-
-