org.apache.sling.installer.core.impl.console
Class OsgiInstallerWebConsolePlugin

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by org.apache.sling.installer.core.impl.console.OsgiInstallerWebConsolePlugin
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class OsgiInstallerWebConsolePlugin
extends javax.servlet.GenericServlet

See Also:
Serialized Form

Method Summary
 void printConfiguration(PrintWriter pw, String mode)
          Method for the configuration printer.
static org.osgi.framework.ServiceRegistration register(org.osgi.framework.BundleContext bundleContext, OsgiInstallerImpl installer)
           
 void service(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
           
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public static org.osgi.framework.ServiceRegistration register(org.osgi.framework.BundleContext bundleContext,
                                                              OsgiInstallerImpl installer)

service

public void service(javax.servlet.ServletRequest req,
                    javax.servlet.ServletResponse res)
             throws IOException
Specified by:
service in interface javax.servlet.Servlet
Specified by:
service in class javax.servlet.GenericServlet
Throws:
IOException

printConfiguration

public void printConfiguration(PrintWriter pw,
                               String mode)
Method for the configuration printer.



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.