Package com.hybris.cockpitng.util.impl
Class CockpitHttpSessionListener
- java.lang.Object
-
- org.zkoss.zk.ui.http.HttpSessionListener23
-
- org.zkoss.zk.ui.http.HttpSessionListener
-
- com.hybris.cockpitng.util.impl.CockpitHttpSessionListener
-
- All Implemented Interfaces:
java.util.EventListener,javax.servlet.http.HttpSessionAttributeListener,javax.servlet.http.HttpSessionListener,javax.servlet.ServletContextAttributeListener,javax.servlet.ServletContextListener,javax.servlet.ServletRequestAttributeListener
public class CockpitHttpSessionListener extends org.zkoss.zk.ui.http.HttpSessionListenerSets the zk library propertyorg.zkoss.zk.ui.sys.XMLResourcesLocator.classtoFilteringClassLocator. This is needed to avoid conflicts when having different versions of zk in a system. For the purpose ofFilteringClassLocator, it configures the zk library regexp filer, that may be configured as cockpit property :cockpitng.zk.resourcelocator.urlfilter.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOCKPITNG_ZK_RESOURCELOCATOR_URLFILTER
-
Constructor Summary
Constructors Constructor Description CockpitHttpSessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextInitialized(javax.servlet.ServletContextEvent event)-
Methods inherited from class org.zkoss.zk.ui.http.HttpSessionListener
attributeAdded, attributeRemoved, attributeReplaced
-
-
-
-
Field Detail
-
COCKPITNG_ZK_RESOURCELOCATOR_URLFILTER
public static final java.lang.String COCKPITNG_ZK_RESOURCELOCATOR_URLFILTER
- See Also:
- Constant Field Values
-
-