public class PluginContext extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
PluginContext.Environment
DOCUMENT ME!
|
class |
PluginContext.I18n
Internationalization Support.
|
class |
PluginContext.Metadata
DOCUMENT ME!
|
class |
PluginContext.Resource
DOCUMENT ME!
|
class |
PluginContext.Search
Dynmaic Search.
|
class |
PluginContext.UserInterface
DOCUMENT ME!
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CATALOGUE_TREE |
static String |
SEARCHRESULTS_TREE |
| Constructor and Description |
|---|
PluginContext(PluginDescriptor pluginDescriptor,
HashMap paramTable,
HashMap mappingTable)
Creates a new instance of Context whitout progress observer and basic internationalization support.
|
PluginContext(PluginDescriptor pluginDescriptor,
PluginProgressObserver progressObserver,
HashMap paramTable,
HashMap mappingTable,
HashMap pluginLocales,
String defaultLocale)
Creates a new instance of Context.
|
| Modifier and Type | Method and Description |
|---|---|
PluginContext.Environment |
getEnvironment()
Getter for property environment.
|
PluginContext.I18n |
getI18n()
Getter for property i18n.
|
org.apache.log4j.Logger |
getLogger()
Hell.
|
PluginContext.Metadata |
getMetadata()
Getter for property metadata.
|
PluginContext.Resource |
getResource()
Getter for property resource.
|
PluginContext.Search |
getSearch()
Getter for property search.
|
NavigatorToolkit |
getToolkit()
DOCUMENT ME!
|
PluginContext.UserInterface |
getUserInterface()
Getter for property userInterface.
|
protected void |
setEnvironment(PluginContext.Environment environment)
Setter for property environment.
|
void |
setI18n(PluginContext.I18n i18n)
Setter for property i18n.
|
protected void |
setMetadata(PluginContext.Metadata metadata)
Setter for property metadata.
|
protected void |
setResource(PluginContext.Resource resource)
Setter for property resource.
|
void |
setSearch(PluginContext.Search search)
Setter for property search.
|
protected void |
setUserInterface(PluginContext.UserInterface userInterface)
Setter for property userInterface.
|
public static final String CATALOGUE_TREE
public static final String SEARCHRESULTS_TREE
public PluginContext(PluginDescriptor pluginDescriptor, HashMap paramTable, HashMap mappingTable)
pluginDescriptor - DOCUMENT ME!paramTable - DOCUMENT ME!mappingTable - DOCUMENT ME!public PluginContext(PluginDescriptor pluginDescriptor, PluginProgressObserver progressObserver, HashMap paramTable, HashMap mappingTable, HashMap pluginLocales, String defaultLocale)
pluginDescriptor - DOCUMENT ME!progressObserver - DOCUMENT ME!paramTable - DOCUMENT ME!mappingTable - DOCUMENT ME!pluginLocales - DOCUMENT ME!defaultLocale - DOCUMENT ME!public PluginContext.Environment getEnvironment()
public org.apache.log4j.Logger getLogger()
protected void setEnvironment(PluginContext.Environment environment)
environment - New value of property environment.public PluginContext.Metadata getMetadata()
protected void setMetadata(PluginContext.Metadata metadata)
metadata - New value of property metadata.public PluginContext.Resource getResource()
protected void setResource(PluginContext.Resource resource)
resource - New value of property resource.public PluginContext.UserInterface getUserInterface()
protected void setUserInterface(PluginContext.UserInterface userInterface)
userInterface - New value of property userInterface.public PluginContext.Search getSearch()
public void setSearch(PluginContext.Search search)
search - New value of property search.public PluginContext.I18n getI18n()
public void setI18n(PluginContext.I18n i18n)
i18n - New value of property i18n.public NavigatorToolkit getToolkit()
Copyright © 2012–2026 cismet GmbH. All rights reserved.