Class SetActiveViewMapsSizeSessionListener

  • All Implemented Interfaces:
    EventListener, javax.servlet.http.HttpSessionListener

    @WebListener("Sets the ACTIVE_VIEW_MAPS_SIZE session param based on the activeViewMapsSize init param.")
    public class SetActiveViewMapsSizeSessionListener
    extends Object
    implements javax.servlet.http.HttpSessionListener
    HTTP session listener that set the com.sun.faces.application.view.activeViewMapsSize on the session. Normally this should be done automatically by the context parameter com.sun.faces.numberOfLogicalViews, but this does not work in some earlier versions of Mojarra.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • SetActiveViewMapsSizeSessionListener

        public SetActiveViewMapsSizeSessionListener()
    • Method Detail

      • sessionCreated

        public void sessionCreated​(javax.servlet.http.HttpSessionEvent event)
        Specified by:
        sessionCreated in interface javax.servlet.http.HttpSessionListener