?? web-facesconfig_1_0.dtd
字號:
specific content.--><!ELEMENT property-extension ANY><!-- The "referenced-bean" element represents at design time the 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 JavaServer Faces runtime environment inside a web application.--><!ELEMENT referenced-bean (description*, display-name*, icon*, referenced-bean-name, referenced-bean-class)><!-- 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.--><!ELEMENT render-kit (description*, display-name*, icon*, render-kit-id?, render-kit-class?, renderer*)><!-- 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. Nested "attribute" elements identify generic component attributes that are recognized by this renderer.--><!ELEMENT renderer (description*, display-name*, icon*, component-family, renderer-type, renderer-class, attribute*, renderer-extension*)><!-- Extension element for renderer. May contain implementation specific content.--><!ELEMENT renderer-extension ANY><!-- 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. 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.--><!ELEMENT validator (description*, display-name*, icon*, validator-id, validator-class, attribute*, property*)><!-- 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.--><!ELEMENT list-entries (value-class?, (null-value|value)*)><!-- ==================== Subordinate Elements ============================ --><!-- 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. It must be of type "ClassName".--><!ELEMENT action-listener (#PCDATA)><!-- 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. It must be of type "ClassName".--><!ELEMENT application-factory (#PCDATA)><!-- The "attribute-class" element represents the Java type of the value associated with this attribute name. It must be of type "ClassName".--><!ELEMENT attribute-class (#PCDATA)><!-- 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.--><!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-family" element represents the component family for which the Renderer represented by the parent "renderer" element will be used.--><!ELEMENT component-family (#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-for-class" element represents the fully qualified class name for which a Converter class will be registered. It must be of type "ClassName".--><!ELEMENT converter-for-class (#PCDATA)><!-- The "converter-id" element represents the identifier under which the corresponding Converter class should be registered.--><!ELEMENT converter-id (#PCDATA)><!-- The "default-render-kit-id" element allows the application to define a renderkit to be used other than the standard one. --><!ELEMENT default-render-kit-id (#PCDATA)><!-- 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 separators between the segments may be '-' or '_'.--><!ELEMENT default-locale (#PCDATA)><!-- The "default-value" contains the value for the property or attribute in which this element resides. This value differs from the "suggested-value" in that the property or attribute must take the value, whereas in "suggested-value" taking the value is optional.--><!ELEMENT default-value (#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 ANY><!ATTLIST description 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 "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. It must be of type "ClassName".--><!ELEMENT faces-context-factory (#PCDATA)><!-- 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). This value must be of type "Action".--><!ELEMENT from-action (#PCDATA)><!-- The "from-outcome" element contains a logical outcome 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.--><!ELEMENT from-outcome (#PCDATA)><!-- The "from-view-id" element contains the view identifier of the view for which the containing navigation rule is relevant. If no "from-view" element is specified, this rule applies to navigation decisions on all views. If this element is not specified, a value of "*" is assumed, meaning that this navigation rule applies to all views. This value must be of type "ViewIdPattern".--><!ELEMENT from-view-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. --><!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 omitted, "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 "lifecycle-factory" element contains the fully qualified class name of the concrete LifecycleFactory implementation class that will be called when FactoryFinder.getFactory(LIFECYCLE_FACTORY) is called. It must be of type "ClassName".--><!ELEMENT lifecycle-factory (#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 "navigation-handler" element contains the fully qualified class name
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -