A B C G L O S T

A

Activator - Class in org.apache.sling.bundleresource.impl
 
Activator() - Constructor for class org.apache.sling.bundleresource.impl.Activator
 
adaptTo(Class<Type>) - Method in class org.apache.sling.bundleresource.impl.BundleResource
 

B

BUNDLE_RESOURCE_ROOTS - Static variable in class org.apache.sling.bundleresource.impl.Activator
The name of the bundle manifest header listing the resource provider root paths provided by the bundle (value is "Sling-Bundle-Resources").
bundleChanged(BundleEvent) - Method in class org.apache.sling.bundleresource.impl.Activator
Loads and unloads any components provided by the bundle whose state changed.
BundleResource - Class in org.apache.sling.bundleresource.impl
A Resource that wraps a Bundle entry
BundleResource(ResourceResolver, BundleResourceCache, MappedPath, String) - Constructor for class org.apache.sling.bundleresource.impl.BundleResource
 
BundleResourceProvider - Class in org.apache.sling.bundleresource.impl
 
BundleResourceProvider(Bundle, String) - Constructor for class org.apache.sling.bundleresource.impl.BundleResourceProvider
Creates Bundle resource provider accessing entries in the given Bundle an supporting resources below root paths given by the rootList which is a comma (and whitespace) separated list of absolute paths.
BundleResourceURLConnection - Class in org.apache.sling.bundleresource.impl
A Bundle based UIRLConnection which uses the bundle's last modification time as the last modification time of the URL in contrast to the (Apache Felix) URLConnection used for the bundle entry, which always returns zero.
BundleResourceURLConnection(Bundle, String, URL) - Constructor for class org.apache.sling.bundleresource.impl.BundleResourceURLConnection
 

C

connect() - Method in class org.apache.sling.bundleresource.impl.BundleResourceURLConnection
Connects this URLConnection to access the data and metadata such as the content length, last modification time and content type.

G

getContentLength() - Method in class org.apache.sling.bundleresource.impl.BundleResourceURLConnection
Returns the content length of the Bundle provided URLConnection
getContentType() - Method in class org.apache.sling.bundleresource.impl.BundleResourceURLConnection
Returns the content type of the Bundle provided URLConnection
getInputStream() - Method in class org.apache.sling.bundleresource.impl.BundleResourceURLConnection
Returns the input stream of the Bundle provided URLConnection
getLastModified() - Method in class org.apache.sling.bundleresource.impl.BundleResourceURLConnection
Returns the last modification time of the underlying bundle, which is the last time the bundle was installed or updated
getPath() - Method in class org.apache.sling.bundleresource.impl.BundleResource
 
getResource(ResourceResolver, BundleResourceCache, MappedPath, String) - Static method in class org.apache.sling.bundleresource.impl.BundleResource
 
getResource(ResourceResolver, HttpServletRequest, String) - Method in class org.apache.sling.bundleresource.impl.BundleResourceProvider
 
getResource(ResourceResolver, String) - Method in class org.apache.sling.bundleresource.impl.BundleResourceProvider
Returns a BundleResource for the path if such an entry exists in the bundle of this provider.
getResourceMetadata() - Method in class org.apache.sling.bundleresource.impl.BundleResource
 
getResourceResolver() - Method in class org.apache.sling.bundleresource.impl.BundleResource
 
getResourceSuperType() - Method in class org.apache.sling.bundleresource.impl.BundleResource
Returns null, bundle resources have no super type
getResourceType() - Method in class org.apache.sling.bundleresource.impl.BundleResource
 

L

listChildren() - Method in class org.apache.sling.bundleresource.impl.BundleResource
 
listChildren(Resource) - Method in class org.apache.sling.bundleresource.impl.BundleResourceProvider
 

O

org.apache.sling.bundleresource.impl - package org.apache.sling.bundleresource.impl
 

S

start(BundleContext) - Method in class org.apache.sling.bundleresource.impl.Activator
 
stop(BundleContext) - Method in class org.apache.sling.bundleresource.impl.Activator
 

T

toString() - Method in class org.apache.sling.bundleresource.impl.BundleResource
 

A B C G L O S T

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