A D G H I O P R S T

A

Activator - class org.ungoverned.osgi.bundle.httpadmin.Activator.
The bundle activator object is responsibe for starting and stoppig an OSGi bundle.
Activator() - Constructor for class org.ungoverned.osgi.bundle.httpadmin.Activator
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class org.ungoverned.osgi.bundle.httpadmin.HttpAdmin
 

G

getMimeType(String) - Method in class org.ungoverned.osgi.bundle.httpadmin.util.SimpleContext
Returns null which is considered to be default mime type
getResource(String) - Method in class org.ungoverned.osgi.bundle.httpadmin.util.SimpleContext
Reads a resource as URL.

H

HttpAdmin - class org.ungoverned.osgi.bundle.httpadmin.HttpAdmin.
This is the servlet which will serve users requiest.
HttpAdmin(BundleContext) - Constructor for class org.ungoverned.osgi.bundle.httpadmin.HttpAdmin
 
handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ungoverned.osgi.bundle.httpadmin.util.SimpleContext
This method is resposible for security - e.g http sessions and logins.
hexString(byte) - Static method in class org.ungoverned.osgi.bundle.httpadmin.util.Text
Creates hex string from byte value.
hexString(int) - Static method in class org.ungoverned.osgi.bundle.httpadmin.util.Text
Creates hex string from int value.
hexString(int, int) - Static method in class org.ungoverned.osgi.bundle.httpadmin.util.Text
Hex string with the given mininum length.

I

isEmptyString(String) - Static method in class org.ungoverned.osgi.bundle.httpadmin.util.Text
Checks if string is empty - either null or ""

O

org.ungoverned.osgi.bundle.httpadmin - package org.ungoverned.osgi.bundle.httpadmin
 
org.ungoverned.osgi.bundle.httpadmin.util - package org.ungoverned.osgi.bundle.httpadmin.util
 

P

printErrorPage(String, PrintWriter) - Method in class org.ungoverned.osgi.bundle.httpadmin.util.Servlet
 
printInfoPage(String, String, PrintWriter) - Method in class org.ungoverned.osgi.bundle.httpadmin.util.Servlet
 
printWarningPage(String, PrintWriter) - Method in class org.ungoverned.osgi.bundle.httpadmin.util.Servlet
 

R

readResource(Object, String) - Static method in class org.ungoverned.osgi.bundle.httpadmin.util.Text
Simple file reader with non-blocking io.
readTextResource(Object, String) - Static method in class org.ungoverned.osgi.bundle.httpadmin.util.Text
Simple file reader with non-blocking io.
replaceString(String, String, String) - Static method in class org.ungoverned.osgi.bundle.httpadmin.util.Text
This static method is simple search and replace engine.

S

Servlet - class org.ungoverned.osgi.bundle.httpadmin.util.Servlet.
A simple utility class - helper for servlets
Servlet() - Constructor for class org.ungoverned.osgi.bundle.httpadmin.util.Servlet
 
SimpleContext - class org.ungoverned.osgi.bundle.httpadmin.util.SimpleContext.
This is just a helper - default HttpContext implementation for an OSGi HTTP Service.
SimpleContext(Object) - Constructor for class org.ungoverned.osgi.bundle.httpadmin.util.SimpleContext
Constructs a new simple http context to use with OSGi HTTP Service.
serviceChanged(ServiceEvent) - Method in class org.ungoverned.osgi.bundle.httpadmin.Activator
 
start(BundleContext) - Method in class org.ungoverned.osgi.bundle.httpadmin.Activator
 
stop(BundleContext) - Method in class org.ungoverned.osgi.bundle.httpadmin.Activator
 

T

Text - class org.ungoverned.osgi.bundle.httpadmin.util.Text.
A simple utility class - helper for strings
Text() - Constructor for class org.ungoverned.osgi.bundle.httpadmin.util.Text
 

A D G H I O P R S T