Package com.groiss.gui
Class ActionPage
java.lang.Object
com.groiss.gui.HTMLPage
com.groiss.gui.ActionPage
- All Implemented Interfaces:
Page
,Serializable
A Page
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String[]
static final String
static final String
Holds the page for a xhtml compatible redirect to an url which parameters are separated by '&'Fields inherited from class com.groiss.gui.HTMLPage
contentType, page
-
Constructor Summary
ConstructorDescriptionActionPage
(String action) ActionPage
(String[] scripts, String action) ActionPage
(String page, String arg) -
Method Summary
Methods inherited from class com.groiss.gui.HTMLPage
addHeader, addHeader, addHeader, getContentType, getHeaders, setContentType, setMask, setPage, show, substEncoded, substitute, substitute, substitute
-
Field Details
-
CLOSE
- See Also:
-
EP_SCRIPTS
-
REPLACE_URL
- See Also:
-
XHTML_REDIRECT
Holds the page for a xhtml compatible redirect to an url which parameters are separated by '&'- See Also:
-
-
Constructor Details
-
ActionPage
-
ActionPage
-
ActionPage
- Parameters:
scripts
- String-Array containing src of different js-librariesaction
-
-
-
Method Details
-
redirect
-