Author: mmcallis
Date: 2008-06-19 01:45:12 -0400 (Thu, 19 Jun 2008)
New Revision: 11091
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml
Log:
8.3. Configuration using XML Descriptors
- changing tables so they are in order
with the examples following after
- minor fixes that I messed up
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml 2008-06-19
04:56:19 UTC (rev 11090)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml 2008-06-19
05:45:12 UTC (rev 11091)
@@ -17,7 +17,7 @@
<itemizedlist>
<listitem>
<para>
- <emphasis>Access denied</emphasis>: the user does not have the
security permissions to access the resource.
+ <emphasis>Access denied</emphasis>: the user does not have the
required permissions to access the resource.
</para>
</listitem>
<listitem>
@@ -50,7 +50,7 @@
<sect2>
<title>Policy Delegation and Cascading</title>
<para>
- When a control policy is invoked, the response sent by the control flow can be
changed. If the control policy ignores the error, the error is handled by the next policy.
If the control policy provides a new response, the next policy is not invoked, since the
new response will not be an error.
+ When a control policy is invoked, the response sent by the control flow can be
changed. If the control policy ignores the error, the error is handled by the next policy.
If the control policy provides a new response, the next policy is not invoked, since the
new response is not an error.
</para>
<para>
If a portlet in a page produces an exception, the following reactions are possible:
@@ -135,7 +135,7 @@
</listitem>
<listitem>
<para>
- replace the markup of the window using a redirection to a JSP page.
+ replace the markup of the window using a redirect to a JSP page.
</para>
</listitem>
</itemizedlist>
@@ -176,25 +176,25 @@
<entry align="center">when a resource is
unavailable</entry>
<entry
align="center"><computeroutput>ignore</computeroutput> and
<computeroutput>jsp</computeroutput></entry>
</row>
- <row>
- <entry
align="center"><computeroutput>control.portal.error</computeroutput></entry>
- <entry align="center">when an expected error
occurs</entry>
- <entry
align="center"><computeroutput>ignore</computeroutput> and
<computeroutput>jsp</computeroutput></entry>
+ <row>
+ <entry
align="center"><computeroutput>control.portal.not_found</computeroutput></entry>
+ <entry align="center">when a resource is not found</entry>
+ <entry
align="center"><computeroutput>ignore</computeroutput> and
<computeroutput>jsp</computeroutput></entry>
</row>
- <row>
+ <row>
<entry
align="center"><computeroutput>control.portal.internal_error</computeroutput></entry>
- <entry align="center">when an unexpected error
occurs</entry>
- <entry
align="center"><computeroutput>ignore</computeroutput> and
<computeroutput>jsp</computeroutput></entry>
+ <entry align="center">when an unexpected error
occurs</entry>
+ <entry
align="center"><computeroutput>ignore</computeroutput> and
<computeroutput>jsp</computeroutput></entry>
</row>
<row>
- <entry
align="center"><computeroutput>control.portal.not_found</computeroutput></entry>
- <entry align="center">when a resource is not
found</entry>
- <entry
align="center"><computeroutput>ignore</computeroutput> and
<computeroutput>jsp</computeroutput></entry>
+ <entry
align="center"><computeroutput>control.portal.error</computeroutput></entry>
+ <entry align="center">when an expected error
occurs</entry>
+ <entry
align="center"><computeroutput>ignore</computeroutput> and
<computeroutput>jsp</computeroutput></entry>
</row>
<row>
<entry
align="center"><computeroutput>control.portal.resource_uri</computeroutput></entry>
- <entry align="center">the path of the JSP used
for redirections</entry>
- <entry align="center">a valid path to a JSP
located in the <filename>portal-core.war/</filename> directory</entry>
+ <entry align="center">the path of the JSP
used for redirections</entry>
+ <entry align="center">a valid path to a JSP
located in the <filename>portal-core.war/</filename> directory</entry>
</row>
</tbody>
</tgroup>
@@ -243,7 +243,7 @@
<sect2>
<title>Page Policy Properties</title>
<para>
- A set of properties configure the the behavior of the page policy. These properties
are only taken into account for objects that use the
<emphasis>portal</emphasis> type. The following table represents possible
page-policy properties:
+ A set of properties configure the behavior of the page policy. These properties are
only taken into account for objects that use the <emphasis>portal</emphasis>
type. The following table represents possible page-policy properties:
</para>
<para>
<table frame="all">
@@ -269,22 +269,22 @@
<entry align="center">when a resource is
unavailable</entry>
<entry
align="center"><computeroutput>ignore</computeroutput>,
<computeroutput>jsp</computeroutput> and
<computeroutput>hide</computeroutput></entry>
</row>
- <row>
- <entry
align="center"><computeroutput>control.page.error</computeroutput></entry>
- <entry align="center">when an expected error
occurs</entry>
- <entry
align="center"><computeroutput>ignore</computeroutput>,
<computeroutput>jsp</computeroutput> and
<computeroutput>hide</computeroutput></entry>
+ <row>
+ <entry
align="center"><computeroutput>control.page.not_found</computeroutput></entry>
+ <entry align="center">when a resource is not found</entry>
+ <entry
align="center"><computeroutput>ignore</computeroutput>,
<computeroutput>jsp</computeroutput> and
<computeroutput>hide</computeroutput></entry>
</row>
- <row>
+ <row>
<entry
align="center"><computeroutput>control.page.internal_error</computeroutput></entry>
- <entry align="center">when an unexpected error
occurs</entry>
- <entry
align="center"><computeroutput>ignore</computeroutput>,
<computeroutput>jsp</computeroutput> and
<computeroutput>hide</computeroutput></entry>
+ <entry align="center">when an unexpected error
occurs</entry>
+ <entry
align="center"><computeroutput>ignore</computeroutput>,
<computeroutput>jsp</computeroutput> and
<computeroutput>hide</computeroutput></entry>
</row>
<row>
- <entry
align="center"><computeroutput>control.page.not_found</computeroutput></entry>
- <entry align="center">when a resource is not
found</entry>
- <entry
align="center"><computeroutput>ignore</computeroutput>,
<computeroutput>jsp</computeroutput> and
<computeroutput>hide</computeroutput></entry>
+ <entry
align="center"><computeroutput>control.page.error</computeroutput></entry>
+ <entry align="center">when an expected error
occurs</entry>
+ <entry
align="center"><computeroutput>ignore</computeroutput>,
<computeroutput>jsp</computeroutput> and
<computeroutput>hide</computeroutput></entry>
</row>
- <row>
+ <row>
<entry
align="center"><computeroutput>control.page.resource_uri</computeroutput></entry>
<entry align="center">the path of the JSP used for
redirections</entry>
<entry
align="center"><computeroutput>ignore</computeroutput>,
<computeroutput>jsp</computeroutput> and
<computeroutput>hide</computeroutput></entry>
Show replies by date