Summary: Ensure no line is greater than 80 characters in length.
<< ADD DESCRIPTION HERE >>
SECTION: Modified Files
----------------------------
M doc/web-facesconfig_1_2.xsd
SECTION: Diffs
----------------------------
Index: doc/web-facesconfig_1_2.xsd
===================================================================
RCS file: /cvs/javaserverfaces-sources/jsf-api/doc/web-facesconfig_1_2.xsd,v
retrieving revision 1.8
diff -u -r1.8 web-facesconfig_1_2.xsd
--- doc/web-facesconfig_1_2.xsd 15 Aug 2005 23:36:50 -0000 1.8
+++ doc/web-facesconfig_1_2.xsd 19 Aug 2005 11:50:05 -0000
@@ -17,12 +17,13 @@
<xsd:annotation>
<xsd:documentation>
- Copyright 2005 Sun Microsystems, Inc., 901 San Antonio
- Road, Palo Alto, California 94303, U.S.A. All rights
- reserved.
+ Copyright 2005 Sun Microsystems, Inc.,
+ 901 San Antonio Road,
+ Palo Alto, California 94303, U.S.A.
+ All rights reserved.
- Sun Microsystems, Inc. has intellectual property rights
- relating to technology described in this document. In
+ Sun Microsystems, Inc. has intellectual property
+ rights relating to technology described in this document. In
particular, and without limitation, these intellectual
property rights may include one or more of the U.S. patents
listed at
http://www.sun.com/patents and one or more
@@ -227,9 +228,9 @@
The "application" element provides a mechanism to define the
various per-application-singleton implementation artifacts for
- a particular web application that is utilizing JavaServer Faces.
- For nested elements that are not specified, the JSF
- implementation must provide a suitable default.
+ a particular web application that is utilizing
+ JavaServer Faces. For nested elements that are not specified,
+ the JSF implementation must provide a suitable default.
</xsd:documentation>
</xsd:annotation>
@@ -241,10 +242,10 @@
<xsd:documentation>
The "action-listener" element contains the fully
- qualified class name of the concrete ActionListener
- implementation class that will be called during the
- Invoke Application phase of the request processing
- lifecycle.
+ qualified class name of the concrete
+ ActionListener implementation class that will be
+ called during the Invoke Application phase of the
+ request processing lifecycle.
</xsd:documentation>
</xsd:annotation>
@@ -266,10 +267,11 @@
<xsd:annotation>
<xsd:documentation>
- The base name of a resource bundle representing the
- message resources for this application. See the
- JavaDocs for the "java.util.ResourceBundle" class for
- more information on the syntax of resource bundle names.
+ The base name of a resource bundle representing
+ the message resources for this application. See
+ the JavaDocs for the "java.util.ResourceBundle"
+ class for more information on the syntax of
+ resource bundle names.
</xsd:documentation>
</xsd:annotation>
@@ -279,12 +281,13 @@
<xsd:annotation>
<xsd:documentation>
- The "navigation-handler" element contains the fully
- qualified class name of the concrete NavigationHandler
- implementation class that will be called during the
- Invoke Application phase of the request processing
- lifecycle, if the default ActionListener (provided
- by the JSF implementation) is used.
+ The "navigation-handler" element contains the
+ fully qualified class name of the concrete
+ NavigationHandler implementation class that will
+ be called during the Invoke Application phase
+ of the request processing lifecycle, if the
+ default ActionListener (provided by the JSF
+ implementation) is used.
</xsd:documentation>
</xsd:annotation>
@@ -296,10 +299,11 @@
The "view-handler" element contains the fully
qualified class name of the concrete ViewHandler
- implementation class that will be called during the
- Restore View and Render Response phases of the request
- processing lifecycle. The faces implementation must
- provide a default implementation of this class
+ implementation class that will be called during
+ the Restore View and Render Response phases of the
+ request processing lifecycle. The faces
+ implementation must provide a default
+ implementation of this class.
</xsd:documentation>
</xsd:annotation>
@@ -311,11 +315,11 @@
The "state-manager" element contains the fully
qualified class name of the concrete StateManager
- implementation class that will be called during the
- Restore View and Render Response phases of the
+ implementation class that will be called during
+ the Restore View and Render Response phases of the
request processing lifecycle. The faces
- implementation must provide a default implementation
- of this class
+ implementation must provide a default
+ implementation of this class.
</xsd:documentation>
</xsd:annotation>
@@ -340,9 +344,10 @@
<xsd:documentation>
The "property-resolver" element contains the fully
- qualified class name of the concrete PropertyResolver
- implementation class that will be used during the
- processing of value binding expressions.
+ qualified class name of the concrete
+ PropertyResolver implementation class that will
+ be used during the processing of value binding
+ expressions.
</xsd:documentation>
</xsd:annotation>
@@ -353,17 +358,20 @@
<xsd:documentation>
The "variable-resolver" element contains the fully
- qualified class name of the concrete VariableResolver
- implementation class that will be used during the
- processing of value binding expressions.
+ qualified class name of the concrete
+ VariableResolver implementation class that will
+ be used during the processing of value binding
+ expressions.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name="locale-config"
- type="javaee:faces-config-locale-configType"/>
- <xsd:element name="resource-bundle"
- type="javaee:faces-config-application-resource-bundleType"/>
+ <xsd:element
+ name="locale-config"
+ type="javaee:faces-config-locale-configType"/>
+ <xsd:element
+ name="resource-bundle"
+ type="javaee:faces-config-application-resource-bundleType"/>
<xsd:element name="application-extension"
type="javaee:faces-config-application-extensionType"
minOccurs="0"
@@ -444,10 +452,11 @@
<xsd:annotation>
<xsd:documentation>
- The "factory" element provides a mechanism to define the various
- Factories that comprise parts of the implementation of JavaServer
- Faces. For nested elements that are not specified, the JSF
- implementation must provide a suitable default.
+ The "factory" element provides a mechanism to define the
+ various Factories that comprise parts of the implementation
+ of JavaServer Faces. For nested elements that are not
+ specified, the JSF implementation must provide a suitable
+ default.
</xsd:documentation>
</xsd:annotation>
@@ -458,9 +467,10 @@
<xsd:annotation>
<xsd:documentation>
- The "application-factory" element contains the fully
- qualified class name of the concrete ApplicationFactory
- implementation class that will be called when
+ The "application-factory" element contains the
+ fully qualified class name of the concrete
+ ApplicationFactory implementation class that will
+ be called when
FactoryFinder.getFactory(APPLICATION_FACTORY) is
called.
@@ -475,7 +485,9 @@
The "faces-context-factory" element contains the
fully qualified class name of the concrete
FacesContextFactory implementation class that will
- be called when FactoryFinder.getFactory(FACES_CONTEXT_FACTORY) is called.
+ be called when
+ FactoryFinder.getFactory(FACES_CONTEXT_FACTORY)
+ is called.
</xsd:documentation>
</xsd:annotation>
@@ -501,7 +513,8 @@
The "render-kit-factory" element contains the fully
qualified class name of the concrete RenderKitFactory
implementation class that will be called when
- FactoryFinder.getFactory(RENDER_KIT_FACTORY) is called.
+ FactoryFinder.getFactory(RENDER_KIT_FACTORY) is
+ called.
</xsd:documentation>
</xsd:annotation>
@@ -561,7 +574,8 @@
The "attribute-name" element represents the name under
which the corresponding value will be stored, in the
- generic attributes of the UIComponent we are related to.
+ generic attributes of the UIComponent we are related
+ to.
</xsd:documentation>
</xsd:annotation>
@@ -597,8 +611,8 @@
<xsd:annotation>
<xsd:documentation>
- Extension element for attribute. It may contain implementation
- specific content.
+ Extension element for attribute. It may contain
+ implementation specific content.
</xsd:documentation>
</xsd:annotation>
@@ -620,14 +634,15 @@
The "component" element represents a concrete UIComponent
implementation class that should be registered under the
- specified type identifier, along with its associated properties
- and attributes. Component types must be unique within the
- entire web application.
-
- Nested "attribute" elements identify generic attributes that are
- recognized by the implementation logic of this component.
- Nested "property" elements identify JavaBeans properties of the
- component class that may be exposed for manipulation via tools.
+ specified type identifier, along with its associated
+ properties and attributes. Component types must be unique
+ within the entire web application.
+
+ Nested "attribute" elements identify generic attributes that
+ are recognized by the implementation logic of this component.
+ Nested "property" elements identify JavaBeans properties of
+ the component class that may be exposed for manipulation
+ via tools.
</xsd:documentation>
</xsd:annotation>
@@ -683,8 +698,8 @@
<xsd:complexType name="faces-config-component-extensionType">
<xsd:annotation>
<xsd:documentation>
- Extension element for component. It may contain implementation
- specific content.
+ Extension element for component. It may contain
+ implementation specific content.
</xsd:documentation>
</xsd:annotation>
@@ -703,8 +718,8 @@
<xsd:annotation>
<xsd:documentation>
- The "default-locale" element declares the default locale for this
- application instance.
+ The "default-locale" element declares the default locale
+ for this application instance.
It must be specified as :language:[_:country:[_:variant:]]
without the colons, for example "ja_JP_SJIS". The
@@ -775,9 +790,9 @@
<xsd:annotation>
<xsd:documentation>
- The "facet-name" element represents the facet name under
- which a UIComponent will be added to its parent. It must
- be of type "Identifier".
+ The "facet-name" element represents the facet name
+ under which a UIComponent will be added to its parent.
+ It must be of type "Identifier".
</xsd:documentation>
</xsd:annotation>
@@ -817,20 +832,22 @@
<xsd:annotation>
<xsd:documentation>
- The value of from-view-id must contain one of the following values:
+ The value of from-view-id must contain one of the following
+ values:
- The exact match for a view identifier that is recognized
by the the ViewHandler implementation being used (such as
"/index.jsp" if you are using the default ViewHandler).
- - A proper prefix of a view identifier, plus a trailing "*"
- character. This pattern indicates that all view identifiers
- that match the portion of the pattern up to the asterisk
- will match the surrounding rule. When more than one match
- exists, the match with the longest pattern is selected.
+ - A proper prefix of a view identifier, plus a trailing
+ "*" character. This pattern indicates that all view
+ identifiers that match the portion of the pattern up to
+ the asterisk will match the surrounding rule. When more
+ than one match exists, the match with the longest pattern
+ is selected.
- - An "*" character, which means that this pattern applies to
- all view identifiers.
+ - An "*" character, which means that this pattern applies
+ to all view identifiers.
</xsd:documentation>
</xsd:annotation>
@@ -845,12 +862,12 @@
<xsd:annotation>
<xsd:documentation>
- The "from-action" element contains an action reference expression
- that must have been executed (by the default ActionListener for
- handling application level events) in order to select this
- navigation rule. If not specified, this rule will be relevant
- no matter which action reference was executed (or if no action
- reference was executed).
+ The "from-action" element contains an action reference
+ expression that must have been executed (by the default
+ ActionListener for handling application level events)
+ in order to select the navigation rule. If not specified,
+ this rule will be relevant no matter which action reference
+ was executed (or if no action reference was executed).
</xsd:documentation>
</xsd:annotation>
@@ -869,12 +886,12 @@
The "converter" element represents a concrete Converter
implementation class that should be registered under the
- specified converter identifier. Converter identifiers must be
- unique within the entire web application.
+ specified converter identifier. Converter identifiers must
+ be unique within the entire web application.
Nested "attribute" elements identify generic attributes that
- may be configured on the corresponding UIComponent in order to
- affect the operation of the Converter. Nested "property"
+ may be configured on the corresponding UIComponent in order
+ to affect the operation of the Converter. Nested "property"
elements identify JavaBeans properties of the Converter
implementation class that may be configured to affect the
operation of the Converter. "attribute" and "property"
@@ -893,9 +910,9 @@
<xsd:annotation>
<xsd:documentation>
- The "converter-id" element represents the identifier
- under which the corresponding Converter class should
- be registered.
+ The "converter-id" element represents the
+ identifier under which the corresponding
+ Converter class should be registered.
</xsd:documentation>
</xsd:annotation>
@@ -1014,9 +1031,10 @@
<xsd:annotation>
<xsd:documentation>
- The "phase-listener" element contains the fully qualified
- class name of the concrete PhaseListener implementation
- class that will be registered on the Lifecycle.
+ The "phase-listener" element contains the fully
+ qualified class name of the concrete PhaseListener
+ implementation class that will be registered on
+ the Lifecycle.
</xsd:documentation>
</xsd:annotation>
@@ -1076,8 +1094,8 @@
<xsd:annotation>
<xsd:documentation>
- The "locale-config" element allows the app developer to declare
- theĀ supported locales for this application.
+ The "locale-config" element allows the app developer to
+ declare theĀ supported locales for this application.
</xsd:documentation>
</xsd:annotation>
@@ -1102,15 +1120,16 @@
<xsd:annotation>
<xsd:documentation>
- The "managed-bean" element represents a JavaBean, of a particular
- class, that will be dynamically instantiated at runtime (by the
- default VariableResolver implementation) if it is referenced as
- the first element of a value binding expression, and no
- corresponding bean can be identified in any scope. In addition
- to the creation of the managed bean, and the optional storing of
- it into the specified scope, the nested managed-property
- elements can be used to initialize the contents of settable
- JavaBeans properties of the created instance.
+ The "managed-bean" element represents a JavaBean, of a
+ particular class, that will be dynamically instantiated
+ at runtime (by the default VariableResolver implementation)
+ if it is referenced as the first element of a value binding
+ expression, and no corresponding bean can be identified in
+ any scope. In addition to the creation of the managed bean,
+ and the optional storing of it into the specified scope,
+ the nested managed-property elements can be used to
+ initialize the contents of settable JavaBeans properties of
+ the created instance.
</xsd:documentation>
</xsd:annotation>
@@ -1122,10 +1141,10 @@
<xsd:annotation>
<xsd:documentation>
- The "managed-bean-name" element represents the attribute
- name under which a managed bean will be searched for, as
- well as stored (unless the "managed-bean-scope" value
- is "none").
+ The "managed-bean-name" element represents the
+ attribute name under which a managed bean will
+ be searched for, as well as stored (unless the
+ "managed-bean-scope" value is "none").
</xsd:documentation>
</xsd:annotation>
@@ -1136,9 +1155,9 @@
<xsd:documentation>
The "managed-bean-class" element represents the fully
- qualified class name of the Java class that will be used
- to instantiate a new instance if creation of the specified
- managed bean is requested.
+ qualified class name of the Java class that will be
+ used`to instantiate a new instance if creation of the
+ specified`managed bean is requested.
The specified class must conform to standard JavaBeans
conventions. In particular, it must have a public
@@ -1148,14 +1167,16 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name="managed-bean-scope"
- type="javaee:faces-config-managed-bean-scopeOrNoneType">
+ <xsd:element
+ name="managed-bean-scope"
+ type="javaee:faces-config-managed-bean-scopeOrNoneType">
<xsd:annotation>
<xsd:documentation>
- The "managed-bean-scope" element represents the scope into
- which a newly created instance of the specified managed
- bean will be stored (unless the value is "none").
+ The "managed-bean-scope" element represents the scope
+ into which a newly created instance of the specified
+ managed bean will be stored (unless the value is
+ "none").
</xsd:documentation>
</xsd:annotation>
@@ -1233,10 +1254,10 @@
<xsd:annotation>
<xsd:documentation>
- The "managed-property" element represents an individual property
- of a managed bean that will be configured to the specified value
- (or value set) if the corresponding managed bean is
- automatically created.
+ The "managed-property" element represents an individual
+ property of a managed bean that will be configured to the
+ specified value (or value set) if the corresponding
+ managed bean is automatically created.
</xsd:documentation>
</xsd:annotation>
@@ -1248,8 +1269,8 @@
<xsd:documentation>
The "property-name" element represents the JavaBeans
- property name under which the corresponding value may be
- stored.
+ property name under which the corresponding value may
+ be stored.
</xsd:documentation>
</xsd:annotation>
@@ -1260,12 +1281,12 @@
<xsd:annotation>
<xsd:documentation>
- The "property-class" element represents the Java type of
- the value associated with this property name. If not
- specified, it can be inferred from existing classes;
- however, this element should be specified if the
- configuration file is going to be the source for
- generating the corresponding classes.
+ The "property-class" element represents the Java type
+ of the value associated with this property name.
+ If not specified, it can be inferred from existing
+ classes; however, this element should be specified
+ if the configuration file is going to be the source
+ for generating the corresponding classes.
</xsd:documentation>
</xsd:annotation>
@@ -1291,9 +1312,9 @@
<xsd:annotation>
<xsd:documentation>
- The "map-entry" element reprsents a single key-entry pair that
- will be added to the computed value of a managed property of type
- java.util.Map.
+ The "map-entry" element reprsents a single key-entry pair
+ that will be added to the computed value of a managed
+ property of type java.util.Map.
</xsd:documentation>
</xsd:annotation>
@@ -1303,9 +1324,9 @@
<xsd:annotation>
<xsd:documentation>
- The "key" element is the String representation of a map
- key that will be stored in a managed property of type
- java.util.Map.
+ The "key" element is the String representation of a
+ map key that will be stored in a managed property of
+ type java.util.Map.
</xsd:documentation>
</xsd:annotation>
@@ -1326,10 +1347,10 @@
<xsd:annotation>
<xsd:documentation>
- The "map-entries' element represents a set of key-entry pairs that
- will be added to the computed value of a managed property of type
- java.util.Map. In addition, the Java class types of the key and
- entry values may be optionally declared.
+ The "map-entries' element represents a set of key-entry pairs
+ that will be added to the computed value of a managed property
+ of type java.util.Map. In addition, the Java class types
+ of the key and entry values may be optionally declared.
</xsd:documentation>
</xsd:annotation>
@@ -1342,8 +1363,8 @@
<xsd:documentation>
The "key-class" element defines the Java type to which
- each "key" element in a set of "map-entry" elements will
- be converted to. If omitted, "java.lang.String"
+ each "key" element in a set of "map-entry" elements
+ will be converted to. If omitted, "java.lang.String"
is assumed.
</xsd:documentation>
@@ -1366,9 +1387,10 @@
<xsd:annotation>
<xsd:documentation>
- The "navigation-case" element describes a particular combination
- of conditions that must match for this case to be executed, and
- the view id of the component tree that should be selected next.
+ The "navigation-case" element describes a particular
+ combination of conditions that must match for this case to
+ be executed, and the view id of the component tree that
+ should be selected next.
</xsd:documentation>
</xsd:annotation>
@@ -1387,10 +1409,10 @@
string returned by the execution of an application
action method selected via an "actionRef" property
(or a literal value specified by an "action" property)
- of a UICommand component. If specified, this rule will
- be relevant only if the outcome value matches this
- element's value. If not specified, this rule will be
- relevant no matter what the outcome value was.
+ of a UICommand component. If specified, this rule
+ will be relevant only if the outcome value matches
+ this element's value. If not specified, this rule
+ will be relevant no matter what the outcome value was.
</xsd:documentation>
</xsd:annotation>
@@ -1400,15 +1422,16 @@
<xsd:annotation>
<xsd:documentation>
- The "to-view-id" element contains the view identifier of
- the next view that should be displayed if this
+ The "to-view-id" element contains the view identifier
+ of the next view that should be displayed if this
navigation rule is matched.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name="redirect"
- type="javaee:faces-config-redirectType" minOccurs="0"/>
+ <xsd:element
+ name="redirect"
+ type="javaee:faces-config-redirectType" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
@@ -1419,10 +1442,11 @@
<xsd:annotation>
<xsd:documentation>
- The "navigation-rule" element represents an individual decision
- rule that will be utilized by the default NavigationHandler
- implementation to make decisions on what view should be displayed
- next, based on the view id being processed.
+ The "navigation-rule" element represents an individual
+ decision rule that will be utilized by the default
+ NavigationHandler implementation to make decisions on
+ what view should be displayed next, based on the
+ view id being processed.
</xsd:documentation>
</xsd:annotation>
@@ -1435,10 +1459,11 @@
type="javaee:faces-config-navigation-caseType"
minOccurs="0"
maxOccurs="unbounded"/>
- <xsd:element name="navigation-rule-extension"
- type="javaee:faces-config-navigation-rule-extensionType"
- minOccurs="0"
- maxOccurs="unbounded"/>
+ <xsd:element
+ name="navigation-rule-extension"
+ type="javaee:faces-config-navigation-rule-extensionType"
+ minOccurs="0"
+ maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
@@ -1496,10 +1521,11 @@
The "property" element represents a JavaBean property of the
Java class represented by our parent element.
- Property names must be unique within the scope of the Java class
- that is represented by the parent element, and must correspond to
- property names that will be recognized when performing
- introspection against that class via java.beans.Introspector.
+ Property names must be unique within the scope of the Java
+ class that is represented by the parent element, and must
+ correspond to property names that will be recognized when
+ performing introspection against that class via
+ java.beans.Introspector.
</xsd:documentation>
</xsd:annotation>
@@ -1510,8 +1536,9 @@
<xsd:annotation>
<xsd:documentation>
- The "property-name" element represents the JavaBeans property name
- under which the corresponding value may be stored.
+ The "property-name" element represents the JavaBeans
+ property name under which the corresponding value
+ may be stored.
</xsd:documentation>
</xsd:annotation>
@@ -1521,8 +1548,8 @@
<xsd:annotation>
<xsd:documentation>
- The "property-class" element represents the Java type of
- the value associated with this property name.
+ The "property-class" element represents the Java type
+ of the value associated with this property name.
If not specified, it can be inferred from existing
classes; however, this element should be specified if
the configuration file is going to be the source for
@@ -1552,8 +1579,8 @@
<xsd:annotation>
<xsd:documentation>
- Extension element for property. It may contain implementation
- specific content.
+ Extension element for property. It may contain
+ implementation specific content.
</xsd:documentation>
</xsd:annotation>
@@ -1574,8 +1601,9 @@
<xsd:documentation>
The "redirect" element indicates that navigation to the
- specified "to-view-id" should be accomplished by performing
- an HTTP redirect rather than the usual ViewHandler mechanisms.
+ specified "to-view-id" should be accomplished by
+ performing an HTTP redirect rather than the usual
+ ViewHandler mechanisms.
</xsd:documentation>
</xsd:annotation>
@@ -1592,8 +1620,8 @@
promise that a Java object of the specified type will exist at
runtime in some scope, under the specified key. This can be
used by design time tools to construct user interface dialogs
- based on the properties of the specified class. The presence or
- absence of a referenced bean element has no impact on the
+ based on the properties of the specified class. The presence
+ or absence of a referenced bean element has no impact on the
JavaServer Faces runtime environment inside a web application.
</xsd:documentation>
@@ -1606,9 +1634,9 @@
<xsd:documentation>
The "referenced-bean-name" element represents the
- attribute name under which the corresponding referenced
- bean may be assumed to be stored, in one of 'request',
- 'session', or 'application' scopes.
+ attribute name under which the corresponding
+ referenced bean may be assumed to be stored, in one
+ of 'request', 'session', or 'application' scopes.
</xsd:documentation>
</xsd:annotation>
@@ -1618,10 +1646,10 @@
<xsd:annotation>
<xsd:documentation>
- The "referenced-bean-class" element represents the fully
- qualified class name of the Java class (either abstract
- or concrete) or Java interface implemented by the
- corresponding referenced bean.
+ The "referenced-bean-class" element represents the
+ fully qualified class name of the Java class
+ (either abstract or concrete) or Java interface
+ implemented by the corresponding referenced bean.
</xsd:documentation>
</xsd:annotation>
@@ -1638,9 +1666,9 @@
The "render-kit" element represents a concrete RenderKit
implementation that should be registered under the specified
- render-kit-id. If no render-kit-id is specified, the identifier
- of the default RenderKit (RenderKitFactory.DEFAULT_RENDER_KIT)
- is assumed.
+ render-kit-id. If no render-kit-id is specified, the
+ identifier of the default RenderKit
+ (RenderKitFactory.DEFAULT_RENDER_KIT) is assumed.
</xsd:documentation>
</xsd:annotation>
@@ -1653,9 +1681,9 @@
<xsd:annotation>
<xsd:documentation>
- The "render-kit-id" element represents an identifier for
- the RenderKit represented by the parent "render-kit"
- element.
+ The "render-kit-id" element represents an identifier
+ for the RenderKit represented by the parent
+ "render-kit" element.
</xsd:documentation>
</xsd:annotation>
@@ -1693,11 +1721,11 @@
The "renderer" element represents a concrete Renderer
implementation class that should be registered under the
- specified component family and renderer type identifiers, in the
- RenderKit associated with the parent "render-kit" element.
- Combinations of component family and renderer type must be unique
- within the RenderKit associated with the parent "render-kit"
- element.
+ specified component family and renderer type identifiers,
+ in the RenderKit associated with the parent "render-kit"
+ element. Combinations of component family and
+ renderer type must be unique within the RenderKit
+ associated with the parent "render-kit" element.
Nested "attribute" elements identify generic component
attributes that are recognized by this renderer.
@@ -1712,9 +1740,9 @@
<xsd:annotation>
<xsd:documentation>
- The "component-family" element represents the component
- family for which the Renderer represented by the parent
- "renderer" element will be used.
+ The "component-family" element represents the
+ component family for which the Renderer represented
+ by the parent "renderer" element will be used.
</xsd:documentation>
</xsd:annotation>
@@ -1809,8 +1837,9 @@
<xsd:documentation>
The "suggested-value" contains the value for the property or
- attribute in which this element resides. This value is advisory
- only and is intended for tools to use when populating pallettes.
+ attribute in which this element resides. This value is
+ advisory only and is intended for tools to use when
+ populating pallettes.
</xsd:documentation>
</xsd:annotation>
@@ -1849,12 +1878,12 @@
The "validator" element represents a concrete Validator
implementation class that should be registered under the
- specified validator identifier. Validator identifiers must be
- unique within the entire web application.
+ specified validator identifier. Validator identifiers must
+ be unique within the entire web application.
- Nested "attribute" elements identify generic attributes that may
- be configured on the corresponding UIComponent in order to
- affect the operation of the Validator. Nested "property"
+ Nested "attribute" elements identify generic attributes that
+ may be configured on the corresponding UIComponent in order
+ to affect the operation of the Validator. Nested "property"
elements identify JavaBeans properties of the Validator
implementation class that may be configured to affect the
operation of the Validator. "attribute" and "property"
@@ -1872,8 +1901,8 @@
<xsd:documentation>
The "validator-id" element represents the identifier
- under which the corresponding Validator class should be
- registered.
+ under which the corresponding Validator class should
+ be registered.
</xsd:documentation>
</xsd:annotation>
@@ -1969,7 +1998,8 @@
</xsd:documentation>
</xsd:annotation>
- <xsd:union memberTypes="javaee:faces-config-el-expressionType xsd:string"/>
+ <xsd:union
+ memberTypes="javaee:faces-config-el-expressionType xsd:string"/>
</xsd:simpleType>
<!-- **************************************************** -->
@@ -1979,10 +2009,10 @@
<xsd:documentation>
The "value-class" element defines the Java type to which each
- "value" element's value will be converted to, prior to adding it
- to the "list-entries" list for a managed property that is a
- java.util.List, or a "map-entries" map for a managed property
- that is a java.util.Map.
+ "value" element's value will be converted to, prior to adding
+ it to the "list-entries" list for a managed property that is
+ a java.util.List, or a "map-entries" map for a managed
+ property that is a java.util.Map.
</xsd:documentation>
</xsd:annotation>
@@ -1999,9 +2029,9 @@
The "list-entries" element represents a set of initialization
elements for a managed property that is a java.util.List or an
- array. In the former case, the "value-class" element can optionally
- be used to declare the Java type to which each value should be
- converted before adding it to the Collection.
+ array. In the former case, the "value-class" element can
+ optionally be used to declare the Java type to which each
+ value should be converted before adding it to the Collection.
</xsd:documentation>
</xsd:annotation>