Package | Description |
---|---|
org.hippoecm.hst.container |
The org.hippoecm.hst.container package defines the API for the HST Container
|
org.hippoecm.hst.core.jcr |
The org.hippoecm.hst.core.jcr package defines the API for the HST Core JCR
|
org.hippoecm.hst.logging |
The org.hippoecm.hst.logging package defines the API for the HST Logging
|
org.hippoecm.hst.site | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
Modifier and Type | Method and Description |
---|---|
protected void |
HstFilter.processResolvedSiteMapItem(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.FilterChain filterChain,
HstManager hstSitesManager,
HstSiteMapItemHandlerFactory siteMapItemHandlerFactory,
HstMutableRequestContext requestContext,
boolean processHandlers,
Logger logger) |
Modifier and Type | Method and Description |
---|---|
protected Logger |
EventListenersContainerImpl.getLogger() |
Modifier and Type | Method and Description |
---|---|
Logger |
LoggerFactory.getLogger(String name)
Deprecated.
Returns HST Logger with the category name
|
Logger |
LoggerFactory.getLogger(String name,
String fqcn)
Deprecated.
Returns HST Logger with the category name and wrapper logger fqcn used to find logging location
|
Modifier and Type | Method and Description |
---|---|
static Logger |
HstServices.getLogger(String loggerName)
Deprecated.
since 2.26.05. It will be removed from 2.28.00 and onwards. Just use org.slf4j.LoggerFactory.getLogger(MyClass.class);
instead
|
static Logger |
HstServices.getLogger(String loggerName,
String fqcn)
Deprecated.
since 2.26.05. It will be removed from 2.28.00 and onwards. Just use org.slf4j.LoggerFactory.getLogger(MyClass.class);
instead
|
Modifier and Type | Class and Description |
---|---|
class |
NOOPLogger
A
Logger implementation with no operation. |
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.