Uses of Interface
org.wso2.carbon.sequences.ui.client.EditorUIClient
-
Packages that use EditorUIClient Package Description org.wso2.carbon.sequences.ui.client org.wso2.carbon.sequences.ui.factory org.wso2.carbon.sequences.ui.factory.impl org.wso2.carbon.sequences.ui.util -
-
Uses of EditorUIClient in org.wso2.carbon.sequences.ui.client
Classes in org.wso2.carbon.sequences.ui.client that implement EditorUIClient Modifier and Type Class Description class
SequenceAdminClient
Client class which is being called by the sequence-editor component user interface JSPs. -
Uses of EditorUIClient in org.wso2.carbon.sequences.ui.factory
Methods in org.wso2.carbon.sequences.ui.factory that return EditorUIClient Modifier and Type Method Description abstract EditorUIClient
EditorUIClientFactory. createClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session)
-
Uses of EditorUIClient in org.wso2.carbon.sequences.ui.factory.impl
Methods in org.wso2.carbon.sequences.ui.factory.impl that return EditorUIClient Modifier and Type Method Description EditorUIClient
SequenceEditorClientFactory. createClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session)
-
Uses of EditorUIClient in org.wso2.carbon.sequences.ui.util
Methods in org.wso2.carbon.sequences.ui.util that return EditorUIClient Modifier and Type Method Description static EditorUIClient
SequenceEditorHelper. getClientForEditor(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session)
-