|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HstManager | |
---|---|
org.hippoecm.hst.cmsrest.configuration.model | |
org.hippoecm.hst.configuration.hosting | The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting |
org.hippoecm.hst.configuration.model | |
org.hippoecm.hst.container | The org.hippoecm.hst.container package defines the API for the HST Container |
org.hippoecm.hst.core.container | The org.hippoecm.hst.core.container package defines the API for the HST Core Container |
org.hippoecm.hst.pagecomposer.configuration.model |
Uses of HstManager in org.hippoecm.hst.cmsrest.configuration.model |
---|
Methods in org.hippoecm.hst.cmsrest.configuration.model with parameters of type HstManager | |
---|---|
void |
CmsRestMountAndVirtualHostAugmenter.augment(HstManager manager)
|
Uses of HstManager in org.hippoecm.hst.configuration.hosting |
---|
Methods in org.hippoecm.hst.configuration.hosting that return HstManager | |
---|---|
HstManager |
VirtualHostsService.getHstManager()
|
HstManager |
VirtualHosts.getHstManager()
|
Uses of HstManager in org.hippoecm.hst.configuration.model |
---|
Classes in org.hippoecm.hst.configuration.model that implement HstManager | |
---|---|
class |
HstManagerImpl
This class handles the loading of HstNodeImpl 's. |
Fields in org.hippoecm.hst.configuration.model declared as HstManager | |
---|---|
protected HstManager |
HstConfigurationEventListener.hstManager
|
Methods in org.hippoecm.hst.configuration.model with parameters of type HstManager | |
---|---|
void |
HstConfigurationAugmenter.augment(HstManager manager)
Implementations that are |
void |
HstConfigurationEventListener.setHstManager(HstManager hstManager)
|
Uses of HstManager in org.hippoecm.hst.container |
---|
Methods in org.hippoecm.hst.container with parameters of type HstManager | |
---|---|
protected void |
HstFilter.processResolvedSiteMapItem(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
HstManager hstSitesManager,
HstSiteMapItemHandlerFactory siteMapItemHandlerFactory,
HstMutableRequestContext requestContext,
boolean processHandlers,
Logger logger)
|
Uses of HstManager in org.hippoecm.hst.core.container |
---|
Fields in org.hippoecm.hst.core.container declared as HstManager | |
---|---|
protected HstManager |
AbstractValve.hstManager
|
Methods in org.hippoecm.hst.core.container that return HstManager | |
---|---|
HstManager |
AbstractValve.getHstManager()
|
Methods in org.hippoecm.hst.core.container with parameters of type HstManager | |
---|---|
void |
AbstractValve.setHstManager(HstManager hstManager)
|
Uses of HstManager in org.hippoecm.hst.pagecomposer.configuration.model |
---|
Methods in org.hippoecm.hst.pagecomposer.configuration.model with parameters of type HstManager | |
---|---|
void |
ComposerMountAndVirtualHostAugmenter.augment(HstManager manager)
Every virtual hostgroup that has a hst:cmslocation property defined we try to add the correct composerMount for. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |