Class TextMessage

    • Constructor Summary

      Constructors 
      Constructor Description
      TextMessage​(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, java.lang.CharSequence text)  
    • Constructor Detail

      • TextMessage

        public TextMessage​(org.apache.wicket.Application application,
                           java.lang.String sessionId,
                           IKey key,
                           java.lang.CharSequence text)
        Parameters:
        application - the Wicket application
        sessionId - the id of the http session
        key - the page id or resource name
        text - the message sent from the client
    • Method Detail

      • getText

        public final java.lang.String getText()