Package org.wso2.carbon.ui.util
Class UIAnnouncementDeployer
- java.lang.Object
-
- org.wso2.carbon.ui.util.UIAnnouncementDeployer
-
public class UIAnnouncementDeployer extends Object
-
-
Constructor Summary
Constructors Constructor Description UIAnnouncementDeployer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddeployNotificationSources()static StringgetAnnouncementHtml(javax.servlet.http.HttpSession session, javax.servlet.ServletConfig config)static voidundeployNotificationSources()
-
-
-
Method Detail
-
getAnnouncementHtml
public static String getAnnouncementHtml(javax.servlet.http.HttpSession session, javax.servlet.ServletConfig config)
-
deployNotificationSources
public static void deployNotificationSources()
-
undeployNotificationSources
public static void undeployNotificationSources()
-
-