All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eap7.eap6.tests.data.UseFaceletContext Maven / Gradle / Ivy

The newest version!
package jsf;

import javax.faces.context.FacesContext;
import javax.faces.view.facelets.FaceletContext;

public class UseFaceletContext {
    public static final String property = "org.jboss.security.ignoreHttpsHost";
    
    public static void main(String[] args) {
        System.out.println(FacesContext.getCurrentInstance().getAttributes().get(FaceletContext.FACELET_CONTEXT_KEY));
        
        System.setProperty(property, "true");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy