|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.webrender.ServerDelayMessage
public abstract class ServerDelayMessage
Representation of a client/server-interaction delay message. Client/server-interaction delay messages are presented to the user while the client is communicating synchronously with the server.
| Field Summary | |
|---|---|
static java.lang.String |
ELEMENT_ID_LONG_MESSAGE
The element id of the "long delay message" element which will be made visible when the delay pane has been displayed for a set amount of time. |
static java.lang.String |
ELEMENT_ID_MESSAGE
The element id of the "main delay message" element which will be made visible when the any client/server interaction occurs. |
| Constructor Summary | |
|---|---|
ServerDelayMessage()
|
|
| Method Summary | |
|---|---|
static ServerDelayMessage |
createFromResource(java.lang.String resourceName)
Creates a new concrete ServerDelayMessage implementation
based on the HTML fragment contained in the specified
CLASSPATH resource |
abstract org.w3c.dom.Element |
getMessage()
Returns the message content as an HTML element |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELEMENT_ID_MESSAGE
public static final java.lang.String ELEMENT_ID_LONG_MESSAGE
| Constructor Detail |
|---|
public ServerDelayMessage()
| Method Detail |
|---|
public static ServerDelayMessage createFromResource(java.lang.String resourceName)
throws java.io.IOException
ServerDelayMessage implementation
based on the HTML fragment contained in the specified
CLASSPATH resource
resourceName - the CLASSPATH resource containing the
HTML fragment
ServerDelayMessage
java.io.IOException - if the resource cannot be found or parsedpublic abstract org.w3c.dom.Element getMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||