public class Jobs extends CServlet
CONFIG_PLUGIN, DATABASE_SIG, plugin, REQUIRES_LOGIN, SSO_AUTHENTICATOR, SSO_ERROR, UNIQUE_ID
Constructor and Description |
---|
Jobs() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkLogin(WebClient client)
Does this servlet require us to check that the user login details are correct ?
Servlets like the log in and out servlets should not check.
|
protected HTMLPage |
commandPage(HttpClient client,
java.lang.String message)
create the command page.
|
protected HTMLPage |
extProcess(java.lang.String type,
WebClient client)
Main processing of this servlet
|
protected HTMLPage |
monitorPage(WebClient client)
create the monitor page.
|
protected HTMLPage |
resultPage(WebClient client,
java.lang.String title)
create the monitor page.
|
protected HTMLPage |
securityPage(HttpClient client)
make sure that the user is logged in
|
checkLayer, checkNTLM, doCommand, doDelete, doError, doGet, doPost, doProcess, doProcess, doPut, extProcess, init, redirect, requiresLogin, showSecurityError, showServerDown, showTruncatedRequestError, sslHostURL, validatePageAllowed
protected boolean checkLogin(WebClient client)
checkLogin
in class CServlet
client
- the client to check.@CheckReturnValue @Nonnull protected HTMLPage extProcess(@Nonnull java.lang.String type, @Nonnull WebClient client) throws java.lang.Exception
extProcess
in class CServlet
type
- The request typeclient
- the clientjava.lang.Exception
- A serious problemprotected HTMLPage securityPage(HttpClient client)
client
- the web clientprotected HTMLPage monitorPage(WebClient client) throws java.lang.Exception
client
- The web clientjava.lang.Exception
- A serious problemprotected HTMLPage resultPage(WebClient client, java.lang.String title) throws java.lang.Exception
title
- the titleclient
- The web clientjava.lang.Exception
- A serious problem.protected HTMLPage commandPage(HttpClient client, java.lang.String message) throws java.lang.Exception
client
- The web clientmessage
- the message to show.java.lang.Exception
- A serious problem.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.