public class HstServices extends Object
ComponentManager
managed by the HST container.Modifier and Type | Method and Description |
---|---|
static ComponentManager |
getComponentManager() |
static String |
getImplementationVersion() |
static HstRequestProcessor |
getRequestProcessor()
Deprecated.
since CMS 10.0 (hst 2.30). If needed, use
componentManager.getComponent(HstRequestProcessor.class.getName() |
static boolean |
isAvailable() |
static void |
setComponentManager(ComponentManager compManager)
Sets the component manager of the HST container.
|
public static void setComponentManager(ComponentManager compManager)
compManager
- the component manger of the HST containerpublic static ComponentManager getComponentManager()
public static boolean isAvailable()
@Deprecated public static HstRequestProcessor getRequestProcessor()
componentManager.getComponent(HstRequestProcessor.class.getName()
HstRequestProcessor
component to serve requests.public static String getImplementationVersion()
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.