com.groiss.gui
Class ActionPage

java.lang.Object
  extended by com.groiss.gui.HTMLPage
      extended by 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 '&'
 
Fields inherited from class com.groiss.gui.HTMLPage
contentType, page
 
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)
           
 
Method Summary
 
Methods inherited from class com.groiss.gui.HTMLPage
getContentType, setContentType, setMask, setPage, show, substEncoded, substitute, substitute, substitute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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-libraries
action -


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.