blob: 50a4369aef01ce0c6fdaa830c319ded1621e8827 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<document>
<section name="Navigation Top">
<a href="using_netbeans.html">&lt;&lt;Back to the Netbeans Users Guide</a>
or
<a href="exampleconfig.html">On to the Appendix: Example Configuration&gt;&gt;</a>
</section>
<section name="Appendix: Configuration Entries">
<subsection name="General Information">
<p>
This page is a general quick overview over the possible configuration parameters, if you need further
details please visit the<a href="installation.html">setup guide</a>.
</p>
</subsection>
<table>
<thead>
<tr>
<td>Param</td>
<td>Required</td>
<td>Possible values</td>
<td>Short Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>org.apache.myfaces.FACES_INIT_PLUGINS</td>
<td>YES</td>
<td>org.apache.myfaces.scripting.servlet.StartupServletContextPluginChainLoader</td>
<td>MyFaces Extension Point Setup</td>
</tr>
<tr>
<td>scriptingFilter</td>
<td>YES</td>
<td></td>
<td>The scripting filter for further information look below</td>
</tr>
<tr>
<td>org.apache.myfaces.scripting.groovy.LOADER_PATHS</td>
<td>NO</td>
<td>comma separate list of paths</td>
<td>Additional comma separated loader paths to allow direct editing of groovy files on the sources
directory instead of editing in the deployment dir /WEB-INF/groovy
</td>
</tr>
<tr>
<td>org.apache.myfaces.scripting.java.LOADER_PATHS</td>
<td>NO</td>
<td>comma separate list of paths</td>
<td>Additional comma separated loader paths to allow direct editing of java files on the sources
directory instead of editing in the deployment dir /WEB-INF/java
</td>
</tr>
<tr>
<td>org.apache.myfaces.scripting.resource.LOADER_PATHS</td>
<td>NO</td>
<td>comma separate list of paths</td>
<td>Additional comma separated loader paths to allow direct editing of resources on the sources
directory instead of editing in the deployment directory
</td>
</tr>
<tr>
<td>facelets.RESOURCE_RESOLVER</td>
<td>NO</td>
<td>org.apache.myfaces.scripting.facelet.ReroutingResourceResolver</td>
<td>Enables the loading of xhtml facelet pages from your sourcedir if
org.apache.myfaces.scripting.resource.LOADER_PATHS is set properly
</td>
</tr>
<tr>
<td>org.apache.myfaces. scripting.PGK_WHITELIST</td>
<td>NO</td>
<td>a comma separate list of whitelisted packages</td>
<td>Enables package whitelisting, a mechanism which allows to compile and reload only from
whitelisted packages
</td>
</tr>
<tr>
<td>org.apache.myfaces.scripting.PGK_ADDITIONAL_CLASSPATH</td>
<td>NO</td>
<td>a comma separate list of additional classpaths</td>
<td>enables additional classpaths for the compile time</td>
</tr>
</tbody>
</table>
<section name="Navigation Bottom">
<a href="using_netbeans.html">&lt;&lt;Back to the Netbeans Users Guide</a>
or
<a href="exampleconfig.html">On to the Appendix: Example Configuration&gt;&gt;</a>
</section>
</section>
</document>