nextapp.echo2.webcontainer
Class DefaultServerDelayMessage

java.lang.Object
  extended by nextapp.echo2.webrender.ServerDelayMessage
      extended by nextapp.echo2.webcontainer.DefaultServerDelayMessage
All Implemented Interfaces:
java.io.Serializable

public class DefaultServerDelayMessage
extends ServerDelayMessage

The default Web Container ServerDelayMessage.

See Also:
Serialized Form

Field Summary
static ServerDelayMessage INSTANCE
          Singleton instance.
 
Fields inherited from class nextapp.echo2.webrender.ServerDelayMessage
ELEMENT_ID_LONG_MESSAGE, ELEMENT_ID_MESSAGE
 
Constructor Summary
DefaultServerDelayMessage(java.lang.String messageText)
          Creates the DefaultServerDelayMessage
 
Method Summary
 org.w3c.dom.Element getMessage()
          Returns the message content as an HTML element
 
Methods inherited from class nextapp.echo2.webrender.ServerDelayMessage
createFromResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ServerDelayMessage INSTANCE
Singleton instance.

Constructor Detail

DefaultServerDelayMessage

public DefaultServerDelayMessage(java.lang.String messageText)
Creates the DefaultServerDelayMessage

Method Detail

getMessage

public org.w3c.dom.Element getMessage()
Description copied from class: ServerDelayMessage
Returns the message content as an HTML element

Specified by:
getMessage in class ServerDelayMessage
Returns:
the HTML element
See Also:
ServerDelayMessage.getMessage()