ADF Debug Parameters
ADF Debug Parameters:
web.xml:
<context-param>
<description>Set to true to disable compression of CSS class names for skinning keys and have more human readable class names</description>
<param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<description>Set to true to disable obfuscation and compaction of ADF javascript that also removes comments and whitespace.</description>
<param-name>org.apache.myfaces.trinidad.DEBUG_JAVASCRIPT</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<description>Set the level of client side javascipt logging. Default is OFF, other allowed values are SEVERE,WARNING,INFO,CONFIG, FINE,FINER,FINEST, and ALL</description>
<param-name>oracle.adf.view.rich.LOGGER_LEVEL</param-name>
<param-value>FINER</param-value>
</context-param>
<context-param>
<description>Set to true to enable assertions in client side javascript. This is frequently used to assert valid argument types to JS methods</description>
<param-name>oracle.adf.view.rich.ASSERT_ENABLED</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.trinidad.resource.DEBUG</param-name>
<param-value>true</param-value>
</context-param>
Comments
Post a Comment
Please add your comment