|
NextApp Echo2 v2.1.0.rc2 |
||||||||
| 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 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 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(String resourceName)
Creates a new concrete ServerDelayMessage implementation
based on the HTML fragment contained in the specified
CLASSPATH resource |
abstract 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 String ELEMENT_ID_MESSAGE
public static final String ELEMENT_ID_LONG_MESSAGE
| Constructor Detail |
|---|
public ServerDelayMessage()
| Method Detail |
|---|
public static ServerDelayMessage createFromResource(String resourceName)
throws IOException
ServerDelayMessage implementation
based on the HTML fragment contained in the specified
CLASSPATH resource
resourceName - the CLASSPATH resource containing the
HTML fragment
ServerDelayMessage
IOException - if the resource cannot be found or parsedpublic abstract Element getMessage()
|
NextApp Echo2 v2.1.0.rc2 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||