public class MyFacesHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_MAP_KEY |
Constructor and Description |
---|
MyFacesHttpSessionListener() |
Modifier and Type | Method and Description |
---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event) |
void |
setFacesFlowProvider(FacesFlowProvider facesFlowProvider) |
void |
setViewScopeProvider(ViewScopeProvider viewScopeProvider) |
public static final String APPLICATION_MAP_KEY
public void setViewScopeProvider(ViewScopeProvider viewScopeProvider)
public void setFacesFlowProvider(FacesFlowProvider facesFlowProvider)
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
Copyright © 2021 The Apache Software Foundation. All rights reserved.