A B C D E F G I J L M N O P R S T U V W 
All Classes All Packages

A

attributeAdded(HttpSessionBindingEvent) - Method in class org.apache.sling.launchpad.base.webapp.SlingHttpSessionListenerDelegate
Deprecated.
 
attributeAdded(HttpSessionBindingEvent) - Method in class org.apache.sling.launchpad.webapp.SlingSessionListener
Deprecated.
 
attributeRemoved(HttpSessionBindingEvent) - Method in class org.apache.sling.launchpad.base.webapp.SlingHttpSessionListenerDelegate
Deprecated.
 
attributeRemoved(HttpSessionBindingEvent) - Method in class org.apache.sling.launchpad.webapp.SlingSessionListener
Deprecated.
 
attributeReplaced(HttpSessionBindingEvent) - Method in class org.apache.sling.launchpad.base.webapp.SlingHttpSessionListenerDelegate
Deprecated.
 
attributeReplaced(HttpSessionBindingEvent) - Method in class org.apache.sling.launchpad.webapp.SlingSessionListener
Deprecated.
 

B

BootstrapCommandFile - Class in org.apache.sling.launchpad.base.impl.bootstrapcommands
 
BootstrapCommandFile(Logger, File) - Constructor for class org.apache.sling.launchpad.base.impl.bootstrapcommands.BootstrapCommandFile
Will load our commands from specified file, if found
BUNDLE_FILE_FILTER - Static variable in class org.apache.sling.launchpad.base.impl.DirectoryUtil
Simple bundle file filter
bundleChanged(BundleEvent) - Method in class org.apache.sling.launchpad.base.impl.DefaultStartupHandler
 

C

ClassLoaderResourceProvider - Class in org.apache.sling.launchpad.base.impl
The ClassLoaderResourceProvider
ClassLoaderResourceProvider(ClassLoader) - Constructor for class org.apache.sling.launchpad.base.impl.ClassLoaderResourceProvider
 
cleanupVM() - Method in class org.apache.sling.launchpad.base.shared.Loader
Tries to remove as many traces of class loaded by the framework from the Java VM as possible.
COMMENT_PREFIX - Static variable in class org.apache.sling.launchpad.base.impl.bootstrapcommands.BootstrapCommandFile
Prefix for comments in command files
CONFIG_PROPERTIES - Static variable in class org.apache.sling.launchpad.base.impl.Sling
The name of the default launcher properties file to setup the environment for the Felix framework (value is "sling.properties").
connect() - Method in class org.apache.sling.launchpad.base.impl.ContextConnection
Accesses the the resource from the underlaying resource provider at the URL's path.
ContextConnection - Class in org.apache.sling.launchpad.base.impl
The ContextConnection extends the java.net.URLConnection to provide access to a resource which is available from LaunchpadContentProvider provided to Sling.
contextDestroyed(ServletContextEvent) - Method in class org.apache.sling.launchpad.base.webapp.SlingHttpSessionListenerDelegate
Deprecated.
 
contextDestroyed(ServletContextEvent) - Method in class org.apache.sling.launchpad.webapp.SlingSessionListener
Deprecated.
 
contextInitialized(ServletContextEvent) - Method in class org.apache.sling.launchpad.base.webapp.SlingHttpSessionListenerDelegate
Deprecated.
 
contextInitialized(ServletContextEvent) - Method in class org.apache.sling.launchpad.webapp.SlingSessionListener
Deprecated.
 
ContextProtocolHandler - Class in org.apache.sling.launchpad.base.impl
The ContextProtocolHandler is a simple extension of the OSGi provided AbstractURLStreamHandlerService which simply returns an instance of the ContextConnection when trying to open the connection of the URL.
ContextProtocolHandler(LaunchpadContentProvider) - Constructor for class org.apache.sling.launchpad.base.impl.ContextProtocolHandler
Creates an instance of this protocol handler setting the servlet context which is queried to access content.
ControlAction - Enum in org.apache.sling.launchpad.app
The ControlAction defines values to used as the action for the Sling control with the Main.doControlAction() method.

D

DATA_FILENAME - Static variable in class org.apache.sling.launchpad.base.impl.bootstrapcommands.BootstrapCommandFile
Name of file used to store our execution timestamp
DEFAULT_SLING_LAUNCHER_JAR - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The absolute path to the launcher JAR file in the archive to copy to the sling.home directory.
DEFAULT_SLING_LISTENER - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The fully qualified name of the implementation of the Servlet API ServletContextListener, HttpSessionListener, and HttpSessionAttributeListener interfaces to which the respective events are forwarded.
DEFAULT_SLING_MAIN - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The fully qualified name of the class used by the Standalone Java Application main class to control the framework.
DEFAULT_SLING_SERVLET - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The fully qualified name of the class used by the Sling Web Applicaiton servlet to control the framework.
DefaultStartupHandler - Class in org.apache.sling.launchpad.base.impl
The installation listener is listening for - framework events - events from other services It notifies listeners about the finish of the startup and about an approximate progress.
DefaultStartupHandler(BundleContext, Logger, StartupManager, long) - Constructor for class org.apache.sling.launchpad.base.impl.DefaultStartupHandler
Constructor.
destroy() - Method in class org.apache.sling.launchpad.base.impl.Sling
Destroys this servlet by shutting down the OSGi framework and hence the delegatee servlet if one is set at all.
destroy() - Method in class org.apache.sling.launchpad.base.webapp.SlingServletDelegate
Destroys this servlet by shutting down the OSGi framework and hence the delegatee servlet if one is set at all.
destroy() - Method in class org.apache.sling.launchpad.webapp.SlingServlet
Stop the Sling framework when the web application is being stopped
DIRECTORY_FILTER - Static variable in class org.apache.sling.launchpad.base.impl.DirectoryUtil
Simple directory filter
DirectoryUtil - Class in org.apache.sling.launchpad.base.impl
 
DirectoryUtil() - Constructor for class org.apache.sling.launchpad.base.impl.DirectoryUtil
 
DISABLE_PACKAGE_BUNDLE_LOADING - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
True or false value which controls whether sling will load bundles which are contained in the resources/# path locations in the sling jar or war.
doControlAction() - Method in class org.apache.sling.launchpad.app.Main
After instantiating this class, this method may be called to help with the communication with a running Sling instance.
doStart() - Method in class org.apache.sling.launchpad.app.Main
Starts the application with the configuration supplied with the configuration properties when this instance has been created.
doStart(URL) - Method in class org.apache.sling.launchpad.app.Main
 
doStop() - Method in class org.apache.sling.launchpad.app.Main
Maybe called by the application to cause the Sling Application to properly terminate by stopping the OSGi Framework.

E

error(String, Throwable) - Static method in class org.apache.sling.launchpad.app.Main
 
execute(BundleContext) - Method in class org.apache.sling.launchpad.base.impl.bootstrapcommands.BootstrapCommandFile
Execute commands if needed, and store execution timestamp

F

FORCE_PACKAGE_BUNDLE_LOADING - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
True or false value which controls whether sling will load bundles which are contained in the resources/# path locations in the sling jar or war regardless of the modification time of the Launchpad JAR.
frameworkEvent(FrameworkEvent) - Method in class org.apache.sling.launchpad.base.impl.DefaultStartupHandler
 

G

getBundle(Class<?>) - Method in class org.apache.sling.launchpad.base.impl.SlingFelix
Returns the bundle from which the given class has been loaded or null if the class has not been loaded through any of the bundles in this framework.
getBundleContext() - Method in class org.apache.sling.launchpad.base.impl.Sling
Returns the BundleContext of the system bundle of the OSGi framework launched by this servlet.
getChildren(String) - Method in class org.apache.sling.launchpad.base.impl.ClassLoaderResourceProvider
 
getConfigDir(Map<String, String>) - Static method in class org.apache.sling.launchpad.base.impl.DirectoryUtil
Return the config dir.
getContentLength() - Method in class org.apache.sling.launchpad.base.impl.ContextConnection
Returns the length in bytes of the resource or -1 if this connection has not been connected yet.
getContentType() - Method in class org.apache.sling.launchpad.base.impl.ContextConnection
Returns a guess at the content type of the resource or null if this connection has not been connected yet.
getHomeDir(Map<String, String>) - Static method in class org.apache.sling.launchpad.base.impl.DirectoryUtil
 
getInputStream() - Method in class org.apache.sling.launchpad.base.impl.ContextConnection
Returns a InputStream on the resource.
getLastModified() - Method in class org.apache.sling.launchpad.base.impl.ContextConnection
Returns the last modification timestamp of the resource or -1 if this connection has not been connected yet.
getMode() - Method in class org.apache.sling.launchpad.base.impl.DefaultStartupHandler
 
getMode() - Method in class org.apache.sling.launchpad.base.impl.StartupManager
Return the startup mode
getResource(String) - Method in class org.apache.sling.launchpad.base.impl.ClassLoaderResourceProvider
 
getResource(String) - Method in class org.apache.sling.launchpad.base.shared.LauncherClassLoader
Return an URL to the requested resource.
getResourceAsStream(String) - Method in class org.apache.sling.launchpad.base.impl.ClassLoaderResourceProvider
 
getServletInfo() - Method in class org.apache.sling.launchpad.webapp.SlingServlet
 
getSlingBridge(Notifiable, Logger, LaunchpadContentProvider, Map<String, String>, ServletContext) - Static method in class org.apache.sling.launchpad.base.webapp.SlingBridge
 
getSlingHome() - Method in class org.apache.sling.launchpad.app.Main
Return the absolute path to sling home
getStartupDir(Map<String, String>) - Static method in class org.apache.sling.launchpad.base.impl.DirectoryUtil
Return the startup dir.
getTargetStartLevel() - Method in class org.apache.sling.launchpad.base.impl.StartupManager
Return the target start level.

I

info(String) - Method in class org.apache.sling.launchpad.base.shared.Loader
Meant to be overridden to display or log info
info(String, Throwable) - Static method in class org.apache.sling.launchpad.app.Main
 
inform(StartupMode, boolean) - Method in class org.apache.sling.launchpad.base.impl.MBeanStartupListener
 
init() - Method in class org.apache.sling.launchpad.base.webapp.SlingServletDelegate
Initializes this servlet by loading the framework configuration properties, starting the OSGi framework (Apache Felix) and exposing the system bundle context and the Felix instance as servlet context attributes.
init() - Method in class org.apache.sling.launchpad.webapp.SlingServlet
Launches the SLing framework if the sling.home setting can be derived from the configuration or the SerlvetContext.
installLauncherJar(URL) - Method in class org.apache.sling.launchpad.base.shared.Loader
Copies the contents of the launcher JAR as indicated by the URL to the sling home directory.
isBundle(String) - Static method in class org.apache.sling.launchpad.base.impl.DirectoryUtil
Determine if a path could be a bundle based on its extension.
isFinished() - Method in class org.apache.sling.launchpad.base.impl.DefaultStartupHandler
 
isIncrementalStartupEnabled() - Method in class org.apache.sling.launchpad.base.impl.StartupManager
Is the incremental startup enabled?

J

JCR_REPO_CONFIG_FILE_URL - Static variable in class org.apache.sling.launchpad.base.impl.Sling
The name of the configuration property defining the URL of an existing repository config file (repository.xml).
JCR_REPO_HOME - Static variable in class org.apache.sling.launchpad.base.impl.Sling
The name of the configuration property defining the JCR home directory (value is "sling.repository.home").

L

Launcher - Interface in org.apache.sling.launchpad.base.shared
The Launcher interface is implemented by the delegate classes inside the Launcher JAR and are used by the actual Main class or servlet to configure and start the framework.
LAUNCHER_JAR_REL_PATH - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The name of the file providing the Launcher JAR.
LauncherClassLoader - Class in org.apache.sling.launchpad.base.shared
The LauncherClassLoader extends the standard Java VM URLClassLoader such, that classes and resources which are contained in the launcher JAR File are never looked up in the parent class loader.
loadClass(String, boolean) - Method in class org.apache.sling.launchpad.base.shared.LauncherClassLoader
Load the name class and optionally resolve it, if found.
Loader - Class in org.apache.sling.launchpad.base.shared
The Loader class provides utility methods for the actual launchers to help launching the framework.
Loader(File) - Constructor for class org.apache.sling.launchpad.base.shared.Loader
Creates a loader instance to load from the given launchpad home folder.
loadLauncher(String) - Method in class org.apache.sling.launchpad.base.shared.Loader
Creates an URLClassLoader from a _launcher JAR_ file in the given launchpadHome directory and loads and returns the launcher class identified by the launcherClassName.
loadPropertiesOverride(Map<String, String>) - Method in class org.apache.sling.launchpad.base.impl.Sling
Loads additional properties into the properties object.
logger - Variable in class org.apache.sling.launchpad.base.impl.Sling
The simple logger to log messages during startup and shutdown to

M

main(String[]) - Static method in class org.apache.sling.launchpad.app.Main
The main entry point to the Sling Launcher Standalone Java Application.
Main - Class in org.apache.sling.launchpad.app
The Main is the externally visible Standalone Java Application launcher for Sling.
Main(Map<String, String>) - Constructor for class org.apache.sling.launchpad.app.Main
Creates an instance of this main loader class.
MainDelegate - Class in org.apache.sling.launchpad.base.app
The Main class is a simple Java Application which interprests the command line and creates the Sling launcher class and thus starts the OSGi framework.
MainDelegate() - Constructor for class org.apache.sling.launchpad.base.app.MainDelegate
 
markInstalled() - Method in class org.apache.sling.launchpad.base.impl.StartupManager
Set the finished installation marker.
MBeanStartupListener - Class in org.apache.sling.launchpad.base.impl
The startup listener is listening for startup events.
MBeanStartupListener() - Constructor for class org.apache.sling.launchpad.base.impl.MBeanStartupListener
Create a new MBean helper.

N

Notifiable - Interface in org.apache.sling.launchpad.base.shared
The Notifiable interface is implemented by the real main class and Sling Servlet for them to be notified from the launcher JAR when the framework has been stopped or updated.

O

openConnection(URL) - Method in class org.apache.sling.launchpad.base.impl.ContextProtocolHandler
Returns an instance of the ContextConnection class to access the content of the url.
org.apache.sling.launchpad.app - package org.apache.sling.launchpad.app
 
org.apache.sling.launchpad.base.app - package org.apache.sling.launchpad.base.app
 
org.apache.sling.launchpad.base.impl - package org.apache.sling.launchpad.base.impl
 
org.apache.sling.launchpad.base.impl.bootstrapcommands - package org.apache.sling.launchpad.base.impl.bootstrapcommands
 
org.apache.sling.launchpad.base.shared - package org.apache.sling.launchpad.base.shared
 
org.apache.sling.launchpad.base.webapp - package org.apache.sling.launchpad.base.webapp
 
org.apache.sling.launchpad.webapp - package org.apache.sling.launchpad.webapp
 
OSGI_FRAMEWORK_BUNDLES - Static variable in class org.apache.sling.launchpad.base.impl.Sling
The name of the configuration property defining a properties file defining a list of bundles, which are installed into the framework when it has been launched (value is "org.apache.osgi.bundles").

P

PATH_CONF - Static variable in class org.apache.sling.launchpad.base.impl.DirectoryUtil
The path of startup bundles in the sling home
PATH_STARTUP - Static variable in class org.apache.sling.launchpad.base.impl.DirectoryUtil
The path of startup bundles in the sling home
PROP_CONTROL_ACTION - Static variable in class org.apache.sling.launchpad.app.Main
The name of the configuration property indicating the ControlAction to be taken in the Main.doControlAction() method.
PROP_CONTROL_SOCKET - Static variable in class org.apache.sling.launchpad.app.Main
The name of the configuration property indicating the socket to use for the control connection.
PROP_EXTRA_CAPS - Static variable in class org.apache.sling.launchpad.base.impl.Sling
 
PROP_SYSTEM_PACKAGES - Static variable in class org.apache.sling.launchpad.base.impl.Sling
 

R

restart() - Method in class org.apache.sling.launchpad.base.impl.SlingFelix
 
run() - Method in class org.apache.sling.launchpad.base.impl.DefaultStartupHandler
 

S

service(ServletRequest, ServletResponse) - Method in class org.apache.sling.launchpad.base.webapp.SlingServletDelegate
Services the request by delegating to the delegatee servlet.
service(ServletRequest, ServletResponse) - Method in class org.apache.sling.launchpad.webapp.SlingServlet
If Sling has already been started, the request is forwarded to the started Sling framework.
sessionCreated(HttpSessionEvent) - Method in class org.apache.sling.launchpad.base.webapp.SlingHttpSessionListenerDelegate
Deprecated.
 
sessionCreated(HttpSessionEvent) - Method in class org.apache.sling.launchpad.webapp.SlingSessionListener
Deprecated.
 
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.sling.launchpad.base.webapp.SlingHttpSessionListenerDelegate
Deprecated.
 
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.sling.launchpad.webapp.SlingSessionListener
Deprecated.
 
setCommandLine(Map<String, String>) - Method in class org.apache.sling.launchpad.base.app.MainDelegate
 
setCommandLine(Map<String, String>) - Method in interface org.apache.sling.launchpad.base.shared.Launcher
The commandline provided from the standalone launch case.
setCommandLine(Map<String, String>) - Method in class org.apache.sling.launchpad.base.webapp.SlingServletDelegate
 
setNotifiable(Notifiable) - Method in class org.apache.sling.launchpad.base.app.MainDelegate
 
setNotifiable(Notifiable) - Method in interface org.apache.sling.launchpad.base.shared.Launcher
The Notifiable to notify on framework stop or update
setNotifiable(Notifiable) - Method in class org.apache.sling.launchpad.base.webapp.SlingServletDelegate
 
setSlingHome(String) - Method in class org.apache.sling.launchpad.base.app.MainDelegate
 
setSlingHome(String) - Method in interface org.apache.sling.launchpad.base.shared.Launcher
Sets the sling.home to be used for starting the framework.
setSlingHome(String) - Method in class org.apache.sling.launchpad.base.webapp.SlingServletDelegate
 
SharedConstants - Interface in org.apache.sling.launchpad.base.shared
 
Sling - Class in org.apache.sling.launchpad.base.impl
The Sling serves as the starting point for Sling.
Sling(Notifiable, Logger, LaunchpadContentProvider, Map<String, String>) - Constructor for class org.apache.sling.launchpad.base.impl.Sling
Initializes this servlet by loading the framework configuration properties, starting the OSGi framework (Apache Felix) and exposing the system bundle context and the Felix instance as servlet context attributes.
SLING_HOME - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The name of the configuration property defining the Sling home directory (value is "sling.home").
SLING_HOME_DEFAULT - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
Default sling.home value if no other value can be resolvled (value is "sling").
SLING_HOME_URL - Static variable in class org.apache.sling.launchpad.base.impl.Sling
The name of the configuration property defining the Sling home directory as an URL (value is "sling.home.url").
SLING_IGNORE_SYSTEM_PROPERTIES - Static variable in class org.apache.sling.launchpad.base.impl.Sling
The property to be set to ignore the system properties when building the Felix framework properties (value is "sling.ignoreSystemProperties").
SLING_INSTALL_INCREMENTAL_START - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The name of the configuration property defining if the startup level is increased incrementally for installs and startups.
SLING_INSTALL_STARTLEVEL - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The name of the configuration property defining the startlevel for installs and updates.
SLING_INSTALL_TARGETSTARTLEVEL - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The name of the configuration property defining the target startlevel The framework starts with the startlevel of "sling.framework.install.startlevel" and the stops when it reaches this level Default value is the value of the osgi initial framework start level
SLING_LAUNCHPAD - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The name of the configuration property defining the location for the Sling launchpad JAR file and the startup folder containing bundles to be installed by the Bootstrap Installer (value is "sling.launchpad").
SLING_PROPERTIES - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The name of the configuration property defining the Sling properties file (value is "sling.properties").
SLING_PROPERTIES_URL - Static variable in interface org.apache.sling.launchpad.base.shared.SharedConstants
The name of the configuration property defining the Sling properties url (value is "sling.properties.url").
SlingBridge - Class in org.apache.sling.launchpad.base.webapp
The SlingBridge returns an extended Sling class to override any sling properties with context init parameters from the web application.
SlingBridge() - Constructor for class org.apache.sling.launchpad.base.webapp.SlingBridge
 
SlingFelix - Class in org.apache.sling.launchpad.base.impl
 
SlingFelix(Notifiable, Map) - Constructor for class org.apache.sling.launchpad.base.impl.SlingFelix
 
SlingHttpSessionListenerDelegate - Class in org.apache.sling.launchpad.base.webapp
Deprecated.
SlingHttpSessionListenerDelegate() - Constructor for class org.apache.sling.launchpad.base.webapp.SlingHttpSessionListenerDelegate
Deprecated.
 
SlingServlet - Class in org.apache.sling.launchpad.webapp
The SlingServlet is the externally visible Web Application launcher for Sling.
SlingServlet() - Constructor for class org.apache.sling.launchpad.webapp.SlingServlet
 
SlingServletDelegate - Class in org.apache.sling.launchpad.base.webapp
The SlingServletDelegate serves as a basic servlet for Project Sling.
SlingServletDelegate() - Constructor for class org.apache.sling.launchpad.base.webapp.SlingServletDelegate
 
SlingSessionListener - Class in org.apache.sling.launchpad.webapp
Deprecated.
SlingSessionListener() - Constructor for class org.apache.sling.launchpad.webapp.SlingSessionListener
Deprecated.
 
spool(InputStream, File) - Static method in class org.apache.sling.launchpad.base.shared.Loader
Spools the contents of the input stream to the given file replacing the contents of the file with the contents of the input stream.
start() - Method in class org.apache.sling.launchpad.base.app.MainDelegate
 
start() - Method in interface org.apache.sling.launchpad.base.shared.Launcher
Starts the framework and returns true if successfull.
start() - Method in class org.apache.sling.launchpad.base.webapp.SlingServletDelegate
 
START - org.apache.sling.launchpad.app.ControlAction
Indicates the Sling application should be started and a listener should be installed to accept control commands.
startupFinished(StartupMode) - Method in class org.apache.sling.launchpad.base.impl.MBeanStartupListener
 
StartupManager - Class in org.apache.sling.launchpad.base.impl
The StartupManager tries to detect the startup mode: It distinguishes between an initial startup (INSTALL), an update (UPDATE) and a restart without a change (RESTART).
startupProgress(float) - Method in class org.apache.sling.launchpad.base.impl.MBeanStartupListener
 
STATUS - org.apache.sling.launchpad.app.ControlAction
Indicates to connect to a running Sling application having installed a listener and ask that application about its state.
stop() - Method in class org.apache.sling.launchpad.base.app.MainDelegate
 
stop() - Method in class org.apache.sling.launchpad.base.impl.SlingFelix
 
stop() - Method in interface org.apache.sling.launchpad.base.shared.Launcher
Stops the framework.
stop() - Method in class org.apache.sling.launchpad.base.webapp.SlingServletDelegate
 
stop(int) - Method in class org.apache.sling.launchpad.base.impl.SlingFelix
 
STOP - org.apache.sling.launchpad.app.ControlAction
Indicates to connect to a running Sling application having installed a listener and send that application the command to shutdown.
stopped() - Method in interface org.apache.sling.launchpad.base.shared.Notifiable
Called when the OSGi framework has been stopped because the Bundle.stop method has been called on the system bundle.
stopped() - Method in class org.apache.sling.launchpad.webapp.SlingServlet
The framework has been stopped by calling the Bundle.stop() on the system bundle.
substVars(String, String, Map<String, String>, Map<String, String>) - Static method in class org.apache.sling.launchpad.base.shared.Util
This method performs property variable substitution on the specified value.

T

THREADS - org.apache.sling.launchpad.app.ControlAction
Indicates to connect to a running Sling application having installed a listener and ask for a thread dump.

U

update() - Method in class org.apache.sling.launchpad.base.impl.SlingFelix
 
update(InputStream) - Method in class org.apache.sling.launchpad.base.impl.SlingFelix
 
updated(File) - Method in interface org.apache.sling.launchpad.base.shared.Notifiable
Called when the OSGi framework has been stopped because any of the Bundle.update methods has been called on the system bundle.
updated(File) - Method in class org.apache.sling.launchpad.webapp.SlingServlet
The framework has been stopped with the intent to be restarted by calling either of the Bundle.update methods on the system bundle.
Util - Class in org.apache.sling.launchpad.base.shared
The Util class provides general shared utilities.

V

valueOf(String) - Static method in enum org.apache.sling.launchpad.app.ControlAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.launchpad.app.ControlAction
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitWithStartup(boolean) - Method in class org.apache.sling.launchpad.base.impl.DefaultStartupHandler
 
A B C D E F G I J L M N O P R S T U V W 
All Classes All Packages