public class DonePanel extends WizardPanelBase
| Modifier and Type | Field and Description |
|---|---|
static java.math.BigInteger |
BIG_ZERO |
static java.lang.Long |
MINUS_ONE |
static java.lang.String |
PKI_SECURITY_DOMAIN |
static java.lang.String |
RESTART_SERVER_AFTER_CONFIGURATION |
AUTH_FAILURE, CONF_CA_CERT, CONF_CA_CERTNICKNAME, CONF_CA_CERTREQ, FAILURE, PCERT_PREFIX, PRE_CA_TYPE, PRE_CONF_ADMIN_NAME, PRE_CONF_AGENT_GROUP, PRE_CONF_CA_TOKEN, PRE_OTHER_CA, PRE_ROOT_CA, SUCCESS| Constructor and Description |
|---|
DonePanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Cleans up this panel so that isPanelDone() will return false.
|
void |
display(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context context)
Display the panel.
|
void |
displayError(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context context)
If validiate() returns false, this method will be called.
|
PropertySet |
getUsage() |
boolean |
hasSubPanel()
has subPanels?
|
void |
init(javax.servlet.ServletConfig config,
int panelno)
Initializes this panel.
|
void |
init(WizardServlet servlet,
javax.servlet.ServletConfig config,
int panelno,
java.lang.String id) |
void |
update(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context context)
Commit parameter changes
|
void |
validate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context context)
Checks if the given parameters are valid.
|
authenticate, getId, getLocale, getName, getPanelNo, isLoopbackPanel, isPanelDone, isSubPanel, pingCS, reloginSecurityDomain, setId, setName, setPanelNo, shouldSkip, showApplyButtonpublic static final java.math.BigInteger BIG_ZERO
public static final java.lang.Long MINUS_ONE
public static final java.lang.String RESTART_SERVER_AFTER_CONFIGURATION
public static final java.lang.String PKI_SECURITY_DOMAIN
public void init(javax.servlet.ServletConfig config,
int panelno)
throws javax.servlet.ServletException
init in interface IWizardPanelinit in class WizardPanelBasejavax.servlet.ServletExceptionpublic void init(WizardServlet servlet, javax.servlet.ServletConfig config, int panelno, java.lang.String id) throws javax.servlet.ServletException
init in interface IWizardPanelinit in class WizardPanelBasejavax.servlet.ServletExceptionpublic boolean hasSubPanel()
WizardPanelBasehasSubPanel in interface IWizardPanelhasSubPanel in class WizardPanelBasepublic void cleanUp()
throws java.io.IOException
WizardPanelBasecleanUp in interface IWizardPanelcleanUp in class WizardPanelBasejava.io.IOExceptionpublic PropertySet getUsage()
getUsage in interface IWizardPanelgetUsage in class WizardPanelBasepublic void display(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context context)
display in interface IWizardPaneldisplay in class WizardPanelBasepublic void validate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context context)
throws java.io.IOException
validate in interface IWizardPanelvalidate in class WizardPanelBasejava.io.IOExceptionpublic void update(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context context)
throws java.io.IOException
update in interface IWizardPanelupdate in class WizardPanelBasejava.io.IOExceptionpublic void displayError(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context context)
displayError in interface IWizardPaneldisplayError in class WizardPanelBase