When this extension is present and disabled is set:
Important: It will be necessary for any adopter using this mechanism to handle all faces-config creation/modification and web.xml updates for the JSF facet using a facet install listener.
<!ELEMENT extension (jsfFacetConfiguration)?>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT jsfFacetConfiguration EMPTY>
<!ATTLIST jsfFacetConfiguration
disabled (true | false)
>/******************************************************************************* * Copyright (c) 2009 Oracle. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0, which accompanies this distribution * and is available at http://www.eclipse.org/legal/epl-2.0/. * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Oracle - initial API and implementation ******************************************************************************/