psdi.common.context

Class UIContext

  • java.lang.Object
    • psdi.common.context.UIContext


  • public class UIContext
    extends java.lang.Object
    • Method Detail

      • getHeader

        public java.util.Enumeration getHeader(java.lang.String headerName)
      • getCookies

        public javax.servlet.http.Cookie[] getCookies()
      • getCurrentContext

        public static UIContext getCurrentContext()
      • setFromListTab

        public void setFromListTab()
      • setFromAppLink

        public void setFromAppLink()
      • isFromAppLink

        public boolean isFromAppLink()
      • setWebClientSession

        public void setWebClientSession(java.lang.Object wcs)
      • getWebClientSession

        public java.lang.Object getWebClientSession()
      • setCurrentApp

        public void setCurrentApp(java.lang.String app)
      • getCurrentApp

        public java.lang.String getCurrentApp()
      • reSetFromListTab

        public void reSetFromListTab()
      • isFromListTab

        public boolean isFromListTab()
      • createCurrentContext

        public static UIContext createCurrentContext(javax.servlet.http.HttpServletRequest req)
        Creates UI Context if its not there and returns it if no IntegrationContext is assocoated with the current thread. If current thread has an associated IntegrationContext then it will return that context irrespective of the value of create.
        Returns:
        the current IntegrationContext for this thread
      • destroyCurrentContext

        public static void destroyCurrentContext()
      • addUIMboCount

        public void addUIMboCount()