Class ScriptUrlAccessServlet
HttpServlet
net.datenwerke.security.server.SecuredHttpServlet
net.datenwerke.rs.scripting.server.scripting.ScriptUrlAccessServlet
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScriptUrlAccessServlet(<any> securityServiceProvider, <any> fileServerServiceProvider, <any> scriptingServiceProvider, <any> authenticatorServiceProvider, <any> errorHelperProvider, <any> exceptionServicesProvider) -
Method Summary
-
Field Details
-
HTTP_REQUEST
- See Also:
-
HTTP_RESPONSE
- See Also:
-
-
Constructor Details
-
ScriptUrlAccessServlet
public ScriptUrlAccessServlet(<any> securityServiceProvider, <any> fileServerServiceProvider, <any> scriptingServiceProvider, <any> authenticatorServiceProvider, <any> errorHelperProvider, <any> exceptionServicesProvider)
-
-
Method Details
-
doPost
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doPostin classSecuredHttpServlet- Throws:
ServletExceptionIOException
-
doGet
- Overrides:
doGetin classSecuredHttpServlet- Throws:
IOException
-