Package lumis.service.banner
Class BannerLogger
- java.lang.Object
-
- lumis.util.log.NavigationLogger
-
- lumis.service.banner.BannerLogger
-
- All Implemented Interfaces:
INavigationLogger
public class BannerLogger extends NavigationLogger
Logs banner events in the W3C Extended format.- Since:
- 4.0.0
- Version:
- $Revision: 7370 $ $Date: 2007-06-12 13:50:49 -0300 (Tue, 12 Jun 2007) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
BANNER_ID_ATTRIBUTE_NAME
The attribute name used to read the banner identifier from the request.-
Fields inherited from class lumis.util.log.NavigationLogger
navigationLogger
-
-
Constructor Summary
Constructors Constructor Description BannerLogger(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
generateLogURI(HttpServletRequest request, StringBuilder logOutput, SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
-
Methods inherited from class lumis.util.log.NavigationLogger
encodeToW3cLog, logAccess
-
-
-
-
Field Detail
-
BANNER_ID_ATTRIBUTE_NAME
public static final String BANNER_ID_ATTRIBUTE_NAME
The attribute name used to read the banner identifier from the request.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BannerLogger
public BannerLogger(String type)
-
-
Method Detail
-
generateLogURI
protected void generateLogURI(HttpServletRequest request, StringBuilder logOutput, SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
- Overrides:
generateLogURI
in classNavigationLogger
-
-