📄 web-facesconfig_1_0.dtd
字号:
<!ELEMENT attribute-name (#PCDATA)>
<!--
The "component-class" element represents the fully qualified class name
of a concrete UIComponent implementation class. It must be of
type "ClassName".
-->
<!ELEMENT component-class (#PCDATA)>
<!--
The "component-type" element represents the name under which the
corresponding UIComponent class should be registered.
-->
<!ELEMENT component-type (#PCDATA)>
<!--
The "converter-class" element represents the fully qualified class name
of a concrete Converter implementation class. It must be of
type "ClassName".
-->
<!ELEMENT converter-class (#PCDATA)>
<!--
The "converter-id" element represents the identifier under which the
corresponding Converter class should be registered.
-->
<!ELEMENT converter-id (#PCDATA)>
<!--
The "description" element contains a textual description of the element
it is nested in, optionally flagged with a language code using the
"xml:lang" attribute.
-->
<!ELEMENT description (#PCDATA)>
<!ATTLIST description xml:lang %Language; #IMPLIED>
<!--
The "detail" element contains the detail error message text
for the parent "message" element, optionally flagged with a language
code using the "xml:lang" attribute.
-->
<!ELEMENT detail (#PCDATA)>
<!ATTLIST detail xml:lang %Language; #IMPLIED>
<!--
The "display-name" element is a short descriptive name describing the
entity associated with the element it is nested in, intended to be
displayed by tools, and optionally flagged with a language code using
the "xml:lang" attribute.
-->
<!ELEMENT display-name (#PCDATA)>
<!ATTLIST display-name xml:lang %Language; #IMPLIED>
<!--
The "from-action-ref" 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).
This value must be of type "ActionRef".
-->
<!ELEMENT from-action-ref (#PCDATA)>
<!--
The "from-outcome" element contains a logical outcome string returned
by the execution of an applications Action component 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.
-->
<!ELEMENT from-outcome (#PCDATA)>
<!--
The "from-tree-id" element contains the component tree identifier of
the tree for which the containing navigation rule is relevant. If
no "from-tree" element is specified, this rule applies to navigation
decisions on all component trees. If this element is not specified,
a value of "*" is assumed, meaning that this navigation rule applies
to all component trees.
This value must be of type "TreeIdPattern".
-->
<!ELEMENT from-tree-id (#PCDATA)>
<!--
The "key" element is the String representation of a map key that
will be stored in a managed property of type java.util.Map. It must
be of type "ClassName".
-->
<!ELEMENT key (#PCDATA)>
<!--
The "key-class" element defines the Java type to which each "key"
element in a set of "map-entry" elements will be converted to. It
must be of type "ClassName". If ommitted, "java.lang.String"
is assumed.
-->
<!ELEMENT key-class (#PCDATA)>
<!--
The "large-icon" element contains the resource path to a large (32x32)
icon image. The image may be in either GIF or JPG format.
-->
<!ELEMENT large-icon (#PCDATA)>
<!--
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. It must be of
type "ClassName".
The specified class must conform to standard JavaBeans conventions.
In particular, it must have a public zero-arguments constructor, and
zero or more public property setters.
-->
<!ELEMENT managed-bean-class (#PCDATA)>
<!--
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"). It must be of type
"Identifier".
-->
<!ELEMENT managed-bean-name (#PCDATA)>
<!--
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"). It must be of type "ScopeOrNone".
-->
<!ELEMENT managed-bean-scope (#PCDATA)>
<!--
The "message-class" element represents the fully qualified class name
of a concrete Message implementation class. It must be of
type "ClassName".
-->
<!ELEMENT message-class (#PCDATA)>
<!--
The "message-id" element represents the identifier under which the
corresponding "message" should be registered.
-->
<!ELEMENT message-id (#PCDATA)>
<!--
The "message-resources-class" element represents the fully qualified class
name of a concrete MessageResources implementation class. It must be of
type "ClassName".
-->
<!ELEMENT message-resources-class (#PCDATA)>
<!--
The "message-resources-id" element represents the identifier under which
the corresponding MessageResources class should be registered.
-->
<!ELEMENT message-resources-id (#PCDATA)>
<!--
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.
It must be of type "ClassName".
-->
<!ELEMENT navigation-handler (#PCDATA)>
<!--
The "null-value" element indicates that the managed property in which we
are nested will be explicitly set to null if our managed bean is
automatically created. This is different from omitting the managed
property element entirely, which will cause no property setter to be
called for this property.
The "null-value" element can only be used when the associated
"property-class" identifies a Java class, not a Java primitive.
-->
<!ELEMENT null-value EMPTY>
<!--
The "property-class" element represents the Java type of the value
associated with this property name. It must be of type "JavaType".
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.
-->
<!ELEMENT property-class (#PCDATA)>
<!--
The "property-name" element represents the JavaBeans property name
under which the corresponding value may be stored.
-->
<!ELEMENT property-name (#PCDATA)>
<!--
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 reference expressions.
It must be of type "ClassName".
-->
<!ELEMENT property-resolver (#PCDATA)>
<!--
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. It must be of type
"ClassName".
-->
<!ELEMENT referenced-bean-class (#PCDATA)>
<!--
The "referenced-bean-name" element represents the attribute name under
which the corresponding referenced bean may be assumed to be stored,
in one of the scopes defined by the "Scope" type. It must be of type
"Identifier".
-->
<!ELEMENT referenced-bean-name (#PCDATA)>
<!--
The "render-kit-id" element represents an identifier for the
RenderKit represented by the parent "render-kit" element.
-->
<!ELEMENT render-kit-id (#PCDATA)>
<!--
The "render-kit-class" element represents the fully qualified class name
of a concrete RenderKit implementation class. It must be of
type "ClassName".
-->
<!ELEMENT render-kit-class (#PCDATA)>
<!--
The "renderer-class" element represents the fully qualified class name
of a concrete Renderer implementation class. It must be of
type "ClassName".
-->
<!ELEMENT renderer-class (#PCDATA)>
<!--
The "renderer-type" element represents an identifier for the
Renderer represented by the parent "renderer" element.
-->
<!ELEMENT renderer-type (#PCDATA)>
<!--
The "severity" element contains the severity level of the parent
"message" element. It must be of type "Severity".
-->
<!ELEMENT severity (#PCDATA)>
<!--
The "small-icon" element contains the resource path to a large (16x16)
icon image. The image may be in either GIF or JPG format.
-->
<!ELEMENT small-icon (#PCDATA)>
<!--
The "summary" element contains the summary error message text
for the parent "message" element, optionally flagged with a language
code using the "xml:lang" attribute.
-->
<!ELEMENT summary (#PCDATA)>
<!ATTLIST summary xml:lang %Language; #IMPLIED>
<!--
The "to-tree" element contains the component tree identifier of
the next component tree that should be displayed if this navigation
rule is matched. It must be of type "TreeId".
-->
<!ELEMENT to-tree-id (#PCDATA)>
<!--
The "validator-class" element represents the fully qualified class name
of a concrete Validator implementation class. It must be of
type "ClassName".
-->
<!ELEMENT validator-class (#PCDATA)>
<!--
The "validator-id" element represents the identifier under which the
corresponding Validator class should be registered.
-->
<!ELEMENT validator-id (#PCDATA)>
<!--
The "value" element is the String representation of a literal
value to which a scalar managed property will be set. It will be
converted as specified for the actual property type.
-->
<!ELEMENT value (#PCDATA)>
<!--
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 "values" list for a managed property that is a Collection.
It must be of type "ClassName". If ommitted, "java.lang.String"
is assumed.
-->
<!ELEMENT value-class (#PCDATA)>
<!--
The "value-ref" element is a value reference expression that must be
evaluated (in the same context as the expression that caused the creation
of the managed bean we are nsted in) to acquire the value used to
configure this managed property. It must be of type "ValueRef".
-->
<!ELEMENT value-ref (#PCDATA)>
<!--
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 reference expressions.
It must be of type "ClassName".
-->
<!ELEMENT variable-resolver (#PCDATA)>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -