@Deprecated public class UIUtils extends Object
Constructor and Description |
---|
UIUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.event.client.broker.BrokerClient |
getBrokerClient(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletRequest request)
Deprecated.
Gets the broker client for EventBrokerService
Suppressing warning of unused declaration as it used by the UI (JSP pages)
|
static ArrayList<org.wso2.carbon.event.stub.internal.xsd.TopicRolePermission> |
getFilteredRoleList(ArrayList<org.wso2.carbon.event.stub.internal.xsd.TopicRolePermission> fullList,
int startingIndex,
int maxRolesCount)
Deprecated.
Filter the full user-roles list to suit the range.
|
static String |
getSubscriptionMode(String serverMode)
Deprecated.
Gets subscription mode description.
|
public static org.wso2.carbon.event.client.broker.BrokerClient getBrokerClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request)
config
- the servlet configurationsession
- the http sessionrequest
- the http servlet requestpublic static String getSubscriptionMode(String serverMode)
serverMode
- subscription modepublic static ArrayList<org.wso2.carbon.event.stub.internal.xsd.TopicRolePermission> getFilteredRoleList(ArrayList<org.wso2.carbon.event.stub.internal.xsd.TopicRolePermission> fullList, int startingIndex, int maxRolesCount)
fullList
- full list of rolesstartingIndex
- starting index to filtermaxRolesCount
- maximum number of roles that the filtered list can containCopyright © 2024 WSO2. All rights reserved.