public class UniqueWebContainerContextWrapper extends Object implements org.ops4j.pax.web.service.WebContainerContext
| Constructor and Description |
|---|
UniqueWebContainerContextWrapper(org.ops4j.pax.web.service.WebContainerContext delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
finishSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.osgi.framework.Bundle |
getBundle() |
String |
getContextId() |
org.ops4j.pax.web.service.WebContainerContext |
getDelegate() |
String |
getMimeType(String name) |
String |
getRealPath(String path) |
URL |
getResource(String name) |
Set<String> |
getResourcePaths(String path) |
boolean |
handleSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
int |
hashCode() |
boolean |
isShared() |
String |
toString() |
public UniqueWebContainerContextWrapper(org.ops4j.pax.web.service.WebContainerContext delegate)
public Set<String> getResourcePaths(String path)
getResourcePaths in interface org.ops4j.pax.web.service.WebContainerContextpublic String getRealPath(String path)
getRealPath in interface org.ops4j.pax.web.service.WebContainerContextpublic void finishSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
finishSecurity in interface org.ops4j.pax.web.service.WebContainerContextpublic String getContextId()
getContextId in interface org.ops4j.pax.web.service.WebContainerContextpublic boolean isShared()
isShared in interface org.ops4j.pax.web.service.WebContainerContextpublic org.osgi.framework.Bundle getBundle()
getBundle in interface org.ops4j.pax.web.service.WebContainerContextpublic boolean handleSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
handleSecurity in interface org.osgi.service.http.HttpContextIOExceptionpublic URL getResource(String name)
getResource in interface org.osgi.service.http.HttpContextpublic String getMimeType(String name)
getMimeType in interface org.osgi.service.http.HttpContextpublic org.ops4j.pax.web.service.WebContainerContext getDelegate()
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.