com.groiss.gui
Class ActionPage
java.lang.Object
com.groiss.gui.HTMLPage
com.groiss.gui.ActionPage
- All Implemented Interfaces:
- Page, java.io.Serializable
public class ActionPage
- extends HTMLPage
A Page
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CLOSE
|
static java.lang.String[] |
EP_SCRIPTS
|
static java.lang.String |
REPLACE_URL
|
static java.lang.String |
XHTML_REDIRECT
Holds the page for a xhtml compatible redirect to an url which parameters are separated by '&' |
Constructor Summary |
ActionPage(java.lang.String action)
|
ActionPage(java.lang.String[] scripts,
java.lang.String action)
|
ActionPage(java.lang.String page,
java.lang.String arg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLOSE
public static final java.lang.String CLOSE
- See Also:
- Constant Field Values
EP_SCRIPTS
public static final java.lang.String[] EP_SCRIPTS
REPLACE_URL
public static final java.lang.String REPLACE_URL
- See Also:
- Constant Field Values
XHTML_REDIRECT
public static final java.lang.String XHTML_REDIRECT
- Holds the page for a xhtml compatible redirect to an url which parameters are separated by '&'
- See Also:
- Constant Field Values
ActionPage
public ActionPage(java.lang.String page,
java.lang.String arg)
ActionPage
public ActionPage(java.lang.String action)
ActionPage
public ActionPage(java.lang.String[] scripts,
java.lang.String action)
- Parameters:
scripts
- String-Array containing src of different js-librariesaction
-
@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.