
public abstract class AbstractBaseServlet extends HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
USER_ID
sleutel voor user id.
|
static String |
USER_PASSWORD
sleutel voor password.
|
| Constructor and Description |
|---|
AbstractBaseServlet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassID()
Gets the pass id.
|
String |
getProxyHost()
Gets the proxy host.
|
int |
getProxyPort()
Gets the proxy port.
|
String |
getUserID()
Gets the user id.
|
void |
init(ServletConfig config)
Leest de config opties uit de web.xml in; het gaat om
USER_ID en
USER_PASSWORD. |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic static final String USER_ID
public static final String USER_PASSWORD
public String getProxyHost()
public int getProxyPort()
public String getUserID()
public String getPassID()
public void init(ServletConfig config) throws ServletException
USER_ID en
USER_PASSWORD. Daarnaast wordt expliciet de init van de super
klasse aangeroepen.init in interface Servletinit in class GenericServletconfig - the ServletConfig object that contains
configutation information for this servletServletException - if an exception occurs that interrupts the servlet's normal
operationGenericServlet.init(javax.servlet.ServletConfig)Copyright © 2012–2014 Ministerie EZ. All rights reserved.