de.deepamehta.core.impl
Class WebPublishingService.BundleHTTPContext

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.core.impl.WebPublishingService.BundleHTTPContext
All Implemented Interfaces:
HttpContext
Enclosing class:
WebPublishingService

private class WebPublishingService.BundleHTTPContext
extends Object
implements HttpContext


Field Summary
private  Bundle bundle
           
 
Fields inherited from interface org.osgi.service.http.HttpContext
AUTHENTICATION_TYPE, AUTHORIZATION, REMOTE_USER
 
Constructor Summary
private WebPublishingService.BundleHTTPContext(Bundle bundle)
           
 
Method Summary
 String getMimeType(String name)
           
 URL getResource(String name)
           
 boolean handleSecurity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundle

private Bundle bundle
Constructor Detail

WebPublishingService.BundleHTTPContext

private WebPublishingService.BundleHTTPContext(Bundle bundle)
Method Detail

getResource

public URL getResource(String name)
Specified by:
getResource in interface HttpContext

getMimeType

public String getMimeType(String name)
Specified by:
getMimeType in interface HttpContext

handleSecurity

public boolean handleSecurity(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws IOException
Specified by:
handleSecurity in interface HttpContext
Throws:
IOException


Copyright © 2014. All Rights Reserved.