psdi.webclient.system.beans

Class WebClientBean

  • java.lang.Object
    • psdi.webclient.system.beans.WebClientBean
  • Direct Known Subclasses:
    ControlBean, DataBean


    public abstract class WebClientBean
    extends java.lang.Object
    • Field Detail

      • id

        protected java.lang.String id
      • sessionContext

        protected SessionContext sessionContext
        Deprecated. FIREFOX - use clientSession instead
        Ensures compatibility with existing MXES code

        TODO: Replace with clientSession: there are new methods with the same name and similar signature that will need replacement too

    • Constructor Detail

      • WebClientBean

        public WebClientBean()
    • Method Detail

      • setupBean

        public abstract void setupBean(WebClientSession wcs)
        abstract method, to be implemented in subclasses to get desired functionality.
      • setupBean

        public abstract void setupBean(SessionContext sessionContext)
        Deprecated. FIREFOX
        TODO: Replace with setupBean (WebClientSession)
      • setId

        public void setId(java.lang.String string)
        Sets the id of the bean.
      • getId

        public java.lang.String getId()
        Returns the id of the bean.
        Returns:
      • getCreator

        public ControlInstance getCreator()
        Returns a refrence to the ControlHandler that created the bean
        Returns:
      • setCreator

        public void setCreator(ControlInstance handler)
        The set ControlHandler that created the bean
      • cleanup

        protected void cleanup()