META-INF.facelet-dev-debug.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-jsf-api_2.3_spec Show documentation
Show all versions of jboss-jsf-api_2.3_spec Show documentation
JSR-000372: JavaServer(TM) Faces 2.3 API
<!-- Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU General Public License, version 2 with the GNU Classpath Exception, which is available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Debug - @@message@@</title> <style type="text/css"> body, div, span, td, th, caption { font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; font-size: small; } ul, li, pre { padding: 0; margin: 0; } h1 { color: #090; } h2, h2 span { font-size: large; color: #339; } h2 a { text-decoration: none; color: #339; } .grayBox { padding: 8px; margin: 10px 0; border: 1px solid #CCC; background-color: #f9f9f9; } #view { color: #090; font-weight: bold; font-size: medium; } #tree, #vars, #state { display: none; } code { font-size: medium; } #tree dl { color: #006; } #tree dd { margin-top: 2px; margin-bottom: 2px; } #tree dt { border: 1px solid #DDD; padding: 4px; border-left: 2px solid #666; font-family: "Courier New", Courier, mono; font-size: small; } .uicText { color: #999; } table { border: 1px solid #CCC; border-collapse: collapse; border-spacing: 0px; width: 100%; text-align: left; } td { border: 1px solid #CCC; } thead tr th { padding: 2px; color: #030; background-color: #F9F9F9; } tbody tr td { padding: 10px 6px; } table caption { text-align: left; padding: 10px 0; font-size: large; } </style> <style type="text/css" media="print"> #trace, #tree, #vars, #state { display: block; } </style> <script language="javascript" type="text/javascript"> function faceletstoggle(id) { var style = document.getElementById(id).style; if ("block" == style.display) { style.display = "none"; document.getElementById(id+"Off").style.display = "inline"; document.getElementById(id+"On").style.display = "none"; } else { style.display = "block"; document.getElementById(id+"Off").style.display = "none"; document.getElementById(id+"On").style.display = "inline"; } } </script> </head> <body> <h1>Debug Output</h1> <div id="error" class="grayBox" style="border: 1px solid #090;">@@message@@</div> <h2><a href="#" onclick="faceletstoggle('tree'); return false;"><span id="treeOff">+</span><span id="treeOn" style="display: none;">-</span> Component Tree</a></h2> <div id="tree" class="grayBox"><code>@@tree@@</code></div> <h2><a href="#" onclick="faceletstoggle('vars'); return false;"><span id="varsOff">+</span><span id="varsOn" style="display: none;">-</span> Scoped Variables</a></h2> <div id="vars">@@vars@@</div> <h2><a href="#" onclick="faceletstoggle('state'); return false;"><span id="stateOff">+</span><span id="stateOn" style="display: none;">-</span> View State</a></h2> <div id="state">^^state^^</div> <div class="grayBox" style="text-align: right; color: #666;">@@now@@ - Generated by Mojara/Facelets</div> </body> </html>