|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.context.ApplicationContext
public class ApplicationContext
Context for an application.
Constructor Summary | |
---|---|
protected |
ApplicationContext()
Default constructor. |
Method Summary | |
---|---|
ApplicationConfiguration |
getConfiguration()
Gets the configuration associated with this application. |
Harvester |
getHarvestingEngine()
Gets harvesting engine. |
static ApplicationContext |
getInstance()
Gets the single ApplicationContext instance for this application. |
protected void |
loadConfiguration()
Loads the configuration for the application. |
protected void |
setConfiguration(ApplicationConfiguration configuration)
Sets the configuration associated with this application. |
void |
setHarvestingEngine(Harvester harvestingEngine)
Sets harvesting engine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ApplicationContext()
Method Detail |
---|
public ApplicationConfiguration getConfiguration()
protected void setConfiguration(ApplicationConfiguration configuration)
configuration
- the configurationpublic static ApplicationContext getInstance()
protected void loadConfiguration()
public Harvester getHarvestingEngine()
public void setHarvestingEngine(Harvester harvestingEngine)
harvestingEngine
- harvesting engine
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |