Package org.wso2.carbon.ui
Class SecuredComponentEntryHttpContext
java.lang.Object
org.osgi.service.http.context.ServletContextHelper
org.wso2.carbon.ui.BundleEntryHttpContext
org.wso2.carbon.ui.SecuredComponentEntryHttpContext
- All Implemented Interfaces:
org.osgi.service.http.HttpContext
- Direct Known Subclasses:
CarbonSecuredHttpContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.commons.logging.Logprotected org.wso2.carbon.registry.core.Registryprotected UIResourceRegistryFields inherited from class org.osgi.service.http.context.ServletContextHelper
AUTHENTICATION_TYPE, AUTHORIZATION, REMOTE_USERFields inherited from interface org.osgi.service.http.HttpContext
AUTHENTICATION_TYPE, AUTHORIZATION, REMOTE_USER -
Constructor Summary
ConstructorsConstructorDescriptionSecuredComponentEntryHttpContext(org.osgi.framework.Bundle bundle) SecuredComponentEntryHttpContext(org.osgi.framework.Bundle bundle, String s, org.wso2.carbon.registry.core.Registry registry) SecuredComponentEntryHttpContext(org.osgi.framework.Bundle bundle, String bundlePath, UIResourceRegistry uiResourceRegistry) -
Method Summary
Methods inherited from class org.wso2.carbon.ui.BundleEntryHttpContext
getMimeType, getResourcePaths, handleSecurityMethods inherited from class org.osgi.service.http.context.ServletContextHelper
finishSecurity, getRealPath
-
Field Details
-
registry
protected org.wso2.carbon.registry.core.Registry registry -
uiResourceRegistry
-
log
protected org.apache.commons.logging.Log log
-
-
Constructor Details
-
SecuredComponentEntryHttpContext
public SecuredComponentEntryHttpContext(org.osgi.framework.Bundle bundle) -
SecuredComponentEntryHttpContext
public SecuredComponentEntryHttpContext(org.osgi.framework.Bundle bundle, String bundlePath, UIResourceRegistry uiResourceRegistry) -
SecuredComponentEntryHttpContext
public SecuredComponentEntryHttpContext(org.osgi.framework.Bundle bundle, String s, org.wso2.carbon.registry.core.Registry registry)
-
-
Method Details
-
getResource
- Specified by:
getResourcein interfaceorg.osgi.service.http.HttpContext- Overrides:
getResourcein classBundleEntryHttpContext
-