| |
|
| java.lang.Object nextapp.echo2.webrender.ServerDelayMessage
All known Subclasses: nextapp.echo2.testapp.interactive.CoolDelayMessage, nextapp.echo2.webcontainer.DefaultServerDelayMessage,
ServerDelayMessage | abstract public class ServerDelayMessage implements Serializable(Code) | | 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 | |
final public 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. | final public 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. |
ELEMENT_ID_LONG_MESSAGE | final public static String ELEMENT_ID_LONG_MESSAGE(Code) | | 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.
|
ELEMENT_ID_MESSAGE | final public static String ELEMENT_ID_MESSAGE(Code) | | The element id of the "main delay message" element which will be made
visible when the any client/server interaction occurs.
|
createFromResource | public static ServerDelayMessage createFromResource(String resourceName) throws IOException(Code) | | Creates a new concrete ServerDelayMessage implementation
based on the HTML fragment contained in the specified
CLASSPATH resource
Parameters: resourceName - the CLASSPATH resource containing theHTML fragment the created ServerDelayMessage throws: IOException - if the resource cannot be found or parsed |
getMessage | abstract public Element getMessage()(Code) | | Returns the message content as an HTML element
the HTML element |
|
|
|