|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.services.framework.spi.FrameworkBase
nl.gx.webmanager.services.framework.spi.SpringFrameworkBase
public abstract class SpringFrameworkBase
This class provides the base implementation of the Framework in a Spring webapplication context. It implements ResourceLoaderAware to gain access to the environment and configure the framework.
| Field Summary |
|---|
| Fields inherited from interface nl.gx.webmanager.services.framework.spi.Framework |
|---|
CLUSTERING_NODEID_PROP, CLUSTERING_READONLY_PROP |
| Constructor Summary | |
|---|---|
SpringFrameworkBase()
|
|
| Method Summary | |
|---|---|
java.io.File |
getDefaultBundleDirectory()
Returns the default bundle directory which resides in the WEB-INF directory. |
boolean |
isUseDefaultBundleDirectory()
Returns whether the framework is configured to use the default bundle directory. |
void |
setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
|
| Methods inherited from class nl.gx.webmanager.services.framework.spi.FrameworkBase |
|---|
getBaseDirectory, getBundleDirectory, getBundleLocation, getCacheDirectory, getClusterNodeId, getEditionDirectory, getInitialFrameworkStartLevel, getInstallMap, getProperties, getRepositoryDirectory, getService, getService, getWebrootDirectory, initialize, isAvailable, isClusterMasterNode, isForceInitialize, isStarting, restart, setBaseDirectory, setBundleDirectory, setCacheDirectory, setEditionDirectory, setForceInitialize, setInitialFrameworkStartLevel, setInstallMap, setProperties, setRepositoryDirectory, setServletContext, setWebrootDirectory, shutdown, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.gx.webmanager.services.framework.spi.Framework |
|---|
getServices, getServices, setFrameworkStartLevel |
| Constructor Detail |
|---|
public SpringFrameworkBase()
| Method Detail |
|---|
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
setResourceLoader in interface org.springframework.context.ResourceLoaderAwarepublic java.io.File getDefaultBundleDirectory()
public boolean isUseDefaultBundleDirectory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||