org.wildfly.clustering.faces.mojarra.context.ContextImmutability Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-faces-mojarra Show documentation
Show all versions of wildfly-clustering-faces-mojarra Show documentation
Marshalling optimizations for Mojarra.
The newest version!
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.wildfly.clustering.faces.mojarra.context;
import java.util.Enumeration;
import java.util.List;
import java.util.concurrent.atomic.AtomicReference;
import jakarta.servlet.ServletContext;
import jakarta.servlet.http.HttpSession;
import com.sun.faces.context.SessionMap;
import org.kohsuke.MetaInfServices;
import org.wildfly.clustering.server.immutable.Immutability;
/**
* @author Paul Ferraro
*/
@MetaInfServices(Immutability.class)
public class ContextImmutability implements Immutability {
static Object createMutex() {
// Capture private Mutex object/class via public method
AtomicReference
© 2015 - 2025 Weber Informatics LLC | Privacy Policy