|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcreamtec.webcream.rendering.html.StandardPagesRenderer
public class StandardPagesRenderer
Renders standard pages such as exit page and error page. Uses the theme specified for the application.
| Method Summary | |
|---|---|
static java.lang.String |
renderErrorPage(ClientAgent agent,
java.lang.Throwable x)
Renders the error page displaying the exception. |
static java.lang.String |
renderExitPage(ClientAgent agent)
Renders exit page, displayed when the user closes the application of the application calls System.exit() |
static void |
renderFileOpenDialog(HTMLPage page,
java.awt.Window window)
Renders an HTML window that corresponds to JFileChooser |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String renderExitPage(ClientAgent agent)
agent - ClientAgent
public static java.lang.String renderErrorPage(ClientAgent agent,
java.lang.Throwable x)
agent - ClientAgentx - Throwable
public static void renderFileOpenDialog(HTMLPage page,
java.awt.Window window)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||