
public class VersieInfo extends Object implements Servlet
ConfigUtil om de datasources op te halen. Voeg deze servlet toe aan
de web.xml van jouw brmo webapp met een startup parameter hoger dan de
ConfigUtil servlet. Voorbeeld:
<servlet>
<servlet-name>VersieInfo</servlet-name>
<description>versie info controle</description>
<servlet-class>nl.b3p.brmo.service.util.VersieInfo</servlet-class>
<load-on-startup>4</load-on-startup>
</servlet>
| Constructor and Description |
|---|
VersieInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
ServletConfig |
getServletConfig() |
String |
getServletInfo() |
void |
init(ServletConfig config) |
void |
service(ServletRequest req,
ServletResponse res) |
public void init(ServletConfig config) throws ServletException
init in interface ServletServletExceptionpublic ServletConfig getServletConfig()
getServletConfig in interface Servletpublic void service(ServletRequest req, ServletResponse res) throws ServletException, IOException
service in interface ServletServletExceptionIOExceptionpublic String getServletInfo()
getServletInfo in interface ServletCopyright © 2014–2019 B3Partners B.V.. All rights reserved.