public class BundledScriptServlet
extends javax.servlet.GenericServlet
| Constructor and Description |
|---|
BundledScriptServlet(@NotNull Set<org.apache.sling.scripting.spi.bundle.TypeProvider> wiredTypeProviders,
@NotNull org.apache.sling.scripting.spi.bundle.BundledRenderUnit executable) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull org.apache.sling.scripting.spi.bundle.BundledRenderUnit |
getBundledRenderUnit() |
InputStream |
getInputStream() |
String |
getServletInfo() |
void |
service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res) |
String |
toString() |
public BundledScriptServlet(@NotNull
@NotNull Set<org.apache.sling.scripting.spi.bundle.TypeProvider> wiredTypeProviders,
@NotNull
@NotNull org.apache.sling.scripting.spi.bundle.BundledRenderUnit executable)
public String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletpublic void service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws javax.servlet.ServletException,
IOException
service in interface javax.servlet.Servletservice in class javax.servlet.GenericServletjavax.servlet.ServletExceptionIOException@NotNull public @NotNull org.apache.sling.scripting.spi.bundle.BundledRenderUnit getBundledRenderUnit()
public InputStream getInputStream()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.