|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.web.Application
public class Application
Title: Application
Copyright: Copyright (c) 2002
Company: Plumtree
| Constructor Summary | |
|---|---|
|
Application(java.lang.String xmlVarPackFile,
java.lang.String libraryPath)
Creates a new Application object. |
protected |
Application(VarPackManager varPackManager)
Internal constructor for creating sub applications. |
| Method Summary | |
|---|---|
boolean |
ContainsSubApplication(java.lang.String key)
Check if a subapplication is already in the subapplication table (i.e. |
CachingManager |
GetCachingManager()
Get the caching manager for this application |
IApplication |
GetSubApplication(java.lang.String key)
Get a sub application. |
VarPackManager |
GetVarPackManager()
Get the variable package manager |
boolean |
IsInitialized()
Determine if this application has been initialized correctly. |
void |
RemoveSubApplication(java.lang.String subApplicationName)
Remove a subspace from this application. |
protected void |
VarPackInit(VarPackManager varPackManager,
java.lang.String xmlVarPackFile,
java.lang.String libraryPath)
Initialize the var packs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Application(java.lang.String xmlVarPackFile,
java.lang.String libraryPath)
xmlVarPackFile - libraryPath - -- This is not used in Javaprotected Application(VarPackManager varPackManager)
varPackManager - Variable package manager.| Method Detail |
|---|
public boolean ContainsSubApplication(java.lang.String key)
ContainsSubApplication in interface IApplicationkey - The key which the subapplication is under.
public CachingManager GetCachingManager()
GetCachingManager in interface IApplicationpublic IApplication GetSubApplication(java.lang.String key)
GetSubApplication in interface IApplicationkey - The key which the sub-application is under.
public VarPackManager GetVarPackManager()
GetVarPackManager in interface IApplicationpublic boolean IsInitialized()
public void RemoveSubApplication(java.lang.String subApplicationName)
RemoveSubApplication in interface IApplicationsubApplicationName -
protected void VarPackInit(VarPackManager varPackManager,
java.lang.String xmlVarPackFile,
java.lang.String libraryPath)
varPackManager - Variable package manager.xmlVarPackFile - libraryPath - -- This is not used in Java
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||