Class DesignerInitMsg


  • public class DesignerInitMsg
    extends java.lang.Object
    Message sent by the DesignerStore.ts in response to session-init. Sends the information needed to create a new DesignerSession, which is the designer's end of an editing view.
    • Constructor Summary

      Constructors 
      Constructor Description
      DesignerInitMsg()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROTOCOL

        public static final java.lang.String PROTOCOL
        protocol used when the designer is launching a new view resource and needs to initialize a viewgroup on the gw
        See Also:
        Constant Field Values
      • defaultTagProvider

        public java.lang.String defaultTagProvider
      • defaultDatabase

        public java.lang.String defaultDatabase
    • Constructor Detail

      • DesignerInitMsg

        public DesignerInitMsg()