Uses of Interface
fnug.resource.Bundle

Packages that use Bundle
fnug.resource   
fnug.servlet   
 

Uses of Bundle in fnug.resource
 

Classes in fnug.resource that implement Bundle
 class DefaultBundle
          Default implementation of Bundle.
 

Methods in fnug.resource that return Bundle
 Bundle HasBundle.getBundle()
          Returns the associated bundle.
 Bundle DefaultResourceCollection.getBundle()
          Returns the associated bundle.
 Bundle DefaultCompressedResource.getBundle()
          Returns the associated bundle.
 Bundle DefaultBundleResource.getBundle()
          Returns the associated bundle.
 Bundle AbstractCompiledResource.getBundle()
          Returns the associated bundle.
 Bundle ResourceResolver.getBundle(String name)
          Returns the bundle for the given bundle name.
 

Methods in fnug.resource that return types with arguments of type Bundle
 List<Bundle> ResourceResolver.getBundles()
          Returns a list of all configured bundles.
 

Methods in fnug.resource with parameters of type Bundle
 void AbstractCompiledResource.setBundle(Bundle bundle)
          (Optionally) sets the bundle.
 

Constructors in fnug.resource with parameters of type Bundle
AbstractAggregatedResource(Bundle owner, String path)
          Constructs setting necessary fields.
DefaultBundleResource(Bundle bundle, String path)
          Constructs setting the necessary bundle and path.
DefaultCompressedResource(Bundle bundle, String basePath, String path, byte[] bytes, long lastModified, Compressor compressor)
          Constructs setting all necessary fields.
DefaultResourceCollection(Bundle owner, Bundle bundle, Resource[] aggregates, Resource[] dependencies)
          Constructs setting all necessary bits.
 

Uses of Bundle in fnug.servlet
 

Constructors in fnug.servlet with parameters of type Bundle
Bootstrap(org.codehaus.jackson.map.ObjectMapper mapper, String baseUrl, Bundle bundle, boolean add)
           
JsonBundle(Bundle bundle)
           
ToServeBundle(org.codehaus.jackson.map.ObjectMapper mapper, Bundle bundle, String jsonp)
           
 

Constructor parameters in fnug.servlet with type arguments of type Bundle
JsonBundleNames(List<Bundle> bs)
           
 



Copyright © 2012. All Rights Reserved.