|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SiteContext | |
|---|---|
| no.sesat.search.datamodel | |
| no.sesat.search.datamodel.site | |
| no.sesat.search.http.servlet | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| no.sesat.search.http.urlrewrite | |
| no.sesat.search.mode | Provides the entry to appropriate Search Commands classes through the SearchCommandFactory. |
| no.sesat.search.mode.command.querybuilder | |
| no.sesat.search.query.analyser | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| no.sesat.search.query.token | |
| no.sesat.search.query.transform | |
| no.sesat.search.result.handler | |
| no.sesat.search.run.handler | Run Handlers |
| no.sesat.search.run.transform | |
| no.sesat.search.site | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| no.sesat.search.site.config | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| no.sesat.search.view | |
| no.sesat.search.view.navigation | |
| no.sesat.search.view.output | |
| no.sesat.search.view.velocity | Provides for velocity specific stuff such as custom directives. |
| Uses of SiteContext in no.sesat.search.datamodel |
|---|
| Subinterfaces of SiteContext in no.sesat.search.datamodel | |
|---|---|
static interface |
DataModelFactory.Context
The context any DataModelFactory must work within. |
| Uses of SiteContext in no.sesat.search.datamodel.site |
|---|
| Subinterfaces of SiteContext in no.sesat.search.datamodel.site | |
|---|---|
interface |
SiteDataObject
The SiteDataObject is the datamodel's container for Site related classes. |
| Uses of SiteContext in no.sesat.search.http.servlet |
|---|
| Methods in no.sesat.search.http.servlet with parameters of type SiteContext | |
|---|---|
static void |
FactoryReloads.performReloads(SiteContext genericCxt,
FactoryReloads.ReloadArg reload)
Remove factory instances for a given Site and its locale derivatives. |
| Uses of SiteContext in no.sesat.search.http.urlrewrite |
|---|
| Subinterfaces of SiteContext in no.sesat.search.http.urlrewrite | |
|---|---|
static interface |
UrlRewriterContainerFactory.Context
The context any SearchTabFactory must work against. |
| Uses of SiteContext in no.sesat.search.mode |
|---|
| Subinterfaces of SiteContext in no.sesat.search.mode | |
|---|---|
static interface |
SearchCommandFactory.Context
|
static interface |
SearchModeFactory.Context
The context any SearchModeFactory must work against. |
| Uses of SiteContext in no.sesat.search.mode.command.querybuilder |
|---|
| Subinterfaces of SiteContext in no.sesat.search.mode.command.querybuilder | |
|---|---|
static interface |
QueryBuilder.Context
|
| Uses of SiteContext in no.sesat.search.query.analyser |
|---|
| Subinterfaces of SiteContext in no.sesat.search.query.analyser | |
|---|---|
static interface |
AnalysisRuleFactory.Context
The context the AnalysisRuleFactory must work against. |
| Uses of SiteContext in no.sesat.search.query.token |
|---|
| Subinterfaces of SiteContext in no.sesat.search.query.token | |
|---|---|
static interface |
AbstractEvaluatorFactory.Context
The context the RegExpEvaluatorFactory must work against. |
static interface |
TokenEvaluationEngine.Context
|
| Uses of SiteContext in no.sesat.search.query.transform |
|---|
| Subinterfaces of SiteContext in no.sesat.search.query.transform | |
|---|---|
static interface |
QueryTransformer.Context
The context any QueryTransformer must work through. |
static interface |
QueryTransformerFactory.Context
|
| Uses of SiteContext in no.sesat.search.result.handler |
|---|
| Subinterfaces of SiteContext in no.sesat.search.result.handler | |
|---|---|
static interface |
ResultHandler.Context
Contextual demands from a ResultHandler. |
| Uses of SiteContext in no.sesat.search.run.handler |
|---|
| Subinterfaces of SiteContext in no.sesat.search.run.handler | |
|---|---|
static interface |
RunHandler.Context
|
| Uses of SiteContext in no.sesat.search.run.transform |
|---|
| Subinterfaces of SiteContext in no.sesat.search.run.transform | |
|---|---|
static interface |
RunTransformer.Context
|
| Uses of SiteContext in no.sesat.search.site |
|---|
| Methods in no.sesat.search.site that return SiteContext | |
|---|---|
SiteContext |
Site.getSiteContext()
Get a SiteContext for this site. |
| Methods in no.sesat.search.site with parameters of type SiteContext | |
|---|---|
String |
Site.Context.getParentSiteName(SiteContext siteContext)
Get the name of the parent site. |
| Uses of SiteContext in no.sesat.search.site.config |
|---|
| Subinterfaces of SiteContext in no.sesat.search.site.config | |
|---|---|
static interface |
AbstractConfigFactory.Context
|
static interface |
ResourceClassLoader.Context
Context needed by this class. |
static interface |
SiteClassLoaderFactory.Context
The context needed. |
static interface |
SiteConfiguration.Context
|
static interface |
SpiClassLoader.Context
The context this class needs. |
static interface |
TextMessages.Context
|
| Methods in no.sesat.search.site.config that return SiteContext | |
|---|---|
protected SiteContext |
AbstractResourceLoader.getContext()
Get the SiteContext. |
| Methods in no.sesat.search.site.config with parameters of type SiteContext | |
|---|---|
BytecodeLoader |
BytecodeContext.newBytecodeLoader(SiteContext siteContext,
String className,
String jarFileName)
Returns a loader for the site and class. |
static BytecodeLoader |
UrlResourceLoader.newBytecodeLoader(SiteContext siteCxt,
String resource,
String jar)
Creates new BytecodeLoader for the given site and resource. |
DocumentLoader |
DocumentContext.newDocumentLoader(SiteContext siteCxt,
String resource,
DocumentBuilder builder)
Create a new DocumentLoader for the given resource name/path and load it with the given DocumentBuilder. |
static DocumentLoader |
UrlResourceLoader.newDocumentLoader(SiteContext siteCxt,
String resource,
DocumentBuilder builder)
Create a new DocumentLoader for the given resource name/path and load it with the given DocumentBuilder. |
static PropertiesLoader |
UrlResourceLoader.newPropertiesLoader(SiteContext siteCxt,
String resource,
Properties properties)
Create a new PropertiesLoader for the given resource name/path and load it into the given properties. |
PropertiesLoader |
PropertiesContext.newPropertiesLoader(SiteContext siteCxt,
String resource,
Properties properties)
Create a new PropertiesLoader for the given resource name/path and load it into the given properties. |
| Constructors in no.sesat.search.site.config with parameters of type SiteContext | |
|---|---|
AbstractResourceLoader(SiteContext cxt)
Creates a new instance of AbstractResourceLoader. |
|
UrlResourceLoader(SiteContext cxt)
|
|
| Uses of SiteContext in no.sesat.search.view |
|---|
| Subinterfaces of SiteContext in no.sesat.search.view | |
|---|---|
static interface |
NavigationControllerSpiFactory.Context
|
static interface |
SearchTabFactory.Context
The context any SearchTabFactory must work against. |
| Uses of SiteContext in no.sesat.search.view.navigation |
|---|
| Subinterfaces of SiteContext in no.sesat.search.view.navigation | |
|---|---|
static interface |
NavigationController.Context
|
| Uses of SiteContext in no.sesat.search.view.output |
|---|
| Subinterfaces of SiteContext in no.sesat.search.view.output | |
|---|---|
static interface |
SyndicationGenerator.Context
The context this class needs to do its job. |
| Uses of SiteContext in no.sesat.search.view.velocity |
|---|
| Subinterfaces of SiteContext in no.sesat.search.view.velocity | |
|---|---|
static interface |
VelocityEngineFactory.Context
The context the AnalysisRules must work against. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||