|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.site.HstServices
public class HstServices
A static accessor to the ComponentManager
managed by the HST container.
Method Summary | |
---|---|
static ComponentManager |
getComponentManager()
Returns the component manager of the HST container. |
static String |
getImplementationVersion()
|
static Logger |
getLogger(String loggerName)
Returns the centralized Logger component managed by the HST container. |
static Logger |
getLogger(String loggerName,
String fqcn)
Returns the centralized Logger component managed by the HST container with wrapper logger fqcn used to find logging location |
static HstRequestProcessor |
getRequestProcessor()
Returns the RequestProcessor component to serve requests. |
static boolean |
isAvailable()
Returns the flag if the HST container is available or not to serve requests. |
static void |
setComponentManager(ComponentManager compManager)
Sets the component manager of the HST container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setComponentManager(ComponentManager compManager)
compManager
- public static ComponentManager getComponentManager()
public static boolean isAvailable()
public static HstRequestProcessor getRequestProcessor()
RequestProcessor
component to serve requests.
public static Logger getLogger(String loggerName)
Logger
component managed by the HST container.
loggerName
-
public static Logger getLogger(String loggerName, String fqcn)
Logger
component managed by the HST container with wrapper logger fqcn used to find logging location
loggerName
- fqcn
-
public static String getImplementationVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |