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.

public class ScriptUrlAccessServlet extends SecuredHttpServlet
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ScriptUrlAccessServlet(<any> securityServiceProvider, <any> fileServerServiceProvider, <any> scriptingServiceProvider, <any> authenticatorServiceProvider, <any> errorHelperProvider, <any> exceptionServicesProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doGet(HttpServletRequest request, HttpServletResponse response)
     
    void
    doPost(HttpServletRequest request, HttpServletResponse response)
     
  • Field Details

  • Constructor Details

    • ScriptUrlAccessServlet

      public ScriptUrlAccessServlet(<any> securityServiceProvider, <any> fileServerServiceProvider, <any> scriptingServiceProvider, <any> authenticatorServiceProvider, <any> errorHelperProvider, <any> exceptionServicesProvider)
  • Method Details