Uses of Class
org.kuali.common.aws.cloudfront.IndexContext

Packages that use IndexContext
org.kuali.common.aws.cloudfront   
 

Uses of IndexContext in org.kuali.common.aws.cloudfront
 

Methods in org.kuali.common.aws.cloudfront that return IndexContext
 IndexContext DirectoryListingContext.getIndexContext()
           
 

Methods in org.kuali.common.aws.cloudfront that return types with arguments of type IndexContext
 List<IndexContext> DefaultCloudFrontService.getIndexContexts(List<com.amazonaws.services.s3.model.ObjectListing> listings)
           
 List<IndexContext> CloudFrontService.getIndexContexts(List<com.amazonaws.services.s3.model.ObjectListing> listings)
           
 

Methods in org.kuali.common.aws.cloudfront with parameters of type IndexContext
 void DirectoryListingContext.setIndexContext(IndexContext indexContext)
           
 

Method parameters in org.kuali.common.aws.cloudfront with type arguments of type IndexContext
 void DefaultCloudFrontService.fillInIndexData(BucketContext bc, ListingConverterContext lcc, List<IndexContext> contexts)
           
 void CloudFrontService.fillInIndexData(BucketContext bc, ListingConverterContext lcc, List<IndexContext> contexts)
           
 void DefaultCloudFrontService.fillInWelcomeFileKeys(List<String> welcomeFiles, List<IndexContext> contexts)
           
 void CloudFrontService.fillInWelcomeFileKeys(List<String> welcomeFiles, List<IndexContext> contexts)
           
 

Constructors in org.kuali.common.aws.cloudfront with parameters of type IndexContext
DirectoryListingContext(HtmlGeneratorContext generatorContext, BucketContext bucketContext, String about, IndexContext indexContext)
           
 



Copyright © 2004–2014 The Kuali Foundation. All rights reserved.