public class DirectoryListingContext extends Object
Constructor and Description |
---|
DirectoryListingContext() |
DirectoryListingContext(HtmlGeneratorContext generatorContext,
BucketContext bucketContext,
String about,
IndexContext indexContext) |
Modifier and Type | Method and Description |
---|---|
String |
getAbout() |
BucketContext |
getBucketContext() |
HtmlGeneratorContext |
getGeneratorContext() |
IndexContext |
getIndexContext() |
void |
setAbout(String about) |
void |
setBucketContext(BucketContext bucketContext) |
void |
setGeneratorContext(HtmlGeneratorContext generatorContext) |
void |
setIndexContext(IndexContext indexContext) |
public DirectoryListingContext()
public DirectoryListingContext(HtmlGeneratorContext generatorContext, BucketContext bucketContext, String about, IndexContext indexContext)
public HtmlGeneratorContext getGeneratorContext()
public void setGeneratorContext(HtmlGeneratorContext generatorContext)
public BucketContext getBucketContext()
public void setBucketContext(BucketContext bucketContext)
public IndexContext getIndexContext()
public void setIndexContext(IndexContext indexContext)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.