Class SlingBridge
java.lang.Object
org.apache.sling.launchpad.base.webapp.SlingBridge
The
SlingBridge
returns an extended Sling
class
to override any sling properties with context init parameters from
the web application.
In addition, the bundle context is set as a servlet context attribute-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Sling
getSlingBridge
(Notifiable notifiable, org.apache.felix.framework.Logger logger, org.apache.sling.launchpad.api.LaunchpadContentProvider resourceProvider, Map<String, String> propOverwrite, jakarta.servlet.ServletContext servletContext)
-
Constructor Details
-
SlingBridge
public SlingBridge()
-
-
Method Details