?? web-facesconfig_1_1.dtd
字號:
<!ELEMENT managed-bean-scope (#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 "phase-listener" element contains the fully qualified classname of the concrete PhaseListener implementation class that will beregistered on the Lifecycle. It must be of type "ClassName".--><!ELEMENT phase-listener (#PCDATA)><!-- 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.--><!ELEMENT redirect EMPTY><!-- 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.--><!ELEMENT suggested-value (#PCDATA)><!-- 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--><!ELEMENT view-handler (#PCDATA)><!-- 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 request processing lifecycle. The faces implementation must provide a default implementation of this class--><!ELEMENT state-manager (#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 binding 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 "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. It must be of type "ClassName".--><!ELEMENT render-kit-factory (#PCDATA)><!-- The "renderer-type" element represents a renderer type identifier for the Renderer represented by the parent "renderer" element.--><!ELEMENT renderer-type (#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 "supported-locale" element allows authors to declare which locales are supported in 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 supported-locale (#PCDATA)><!-- The "to-view" element contains the view identifier of the next view that should be displayed if this navigation rule is matched. It must be of type "ViewId".--><!ELEMENT to-view-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, or a value binding expression ("#{...}") that will be used to calculate the required value. 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 "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. It must be of type "ClassName". If omitted, "java.lang.String" is assumed.--><!ELEMENT value-class (#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 binding expressions. It must be of type "ClassName".--><!ELEMENT variable-resolver (#PCDATA)><!-- ============================ Identifier Attributes ==================== --><!ATTLIST action-listener id ID #IMPLIED><!ATTLIST application id ID #IMPLIED><!ATTLIST application-factory id ID #IMPLIED><!ATTLIST attribute id ID #IMPLIED><!ATTLIST attribute-class id ID #IMPLIED><!ATTLIST attribute-extension id ID #IMPLIED><!ATTLIST attribute-name id ID #IMPLIED><!ATTLIST component id ID #IMPLIED><!ATTLIST component-class id ID #IMPLIED><!ATTLIST component-extension id ID #IMPLIED><!ATTLIST component-family id ID #IMPLIED><!ATTLIST component-type id ID #IMPLIED><!ATTLIST converter id ID #IMPLIED><!ATTLIST converter-class id ID #IMPLIED><!ATTLIST converter-for-class id ID #IMPLIED><!ATTLIST converter-id id ID #IMPLIED><!ATTLIST default-locale id ID #IMPLIED><!ATTLIST default-render-kit-id id ID #IMPLIED><!ATTLIST default-value id ID #IMPLIED><!ATTLIST description id ID #IMPLIED><!ATTLIST display-name id ID #IMPLIED><!ATTLIST faces-config id ID #IMPLIED><!ATTLIST faces-context-factory id ID #IMPLIED><!ATTLIST facet id ID #IMPLIED><!ATTLIST facet-extension id ID #IMPLIED><!ATTLIST facet-name id ID #IMPLIED><!ATTLIST factory id ID #IMPLIED><!ATTLIST from-action id ID #IMPLIED><!ATTLIST from-outcome id ID #IMPLIED><!ATTLIST from-view-id id ID #IMPLIED><!ATTLIST icon id ID #IMPLIED><!ATTLIST key id ID #IMPLIED><!ATTLIST key-class id ID #IMPLIED><!ATTLIST large-icon id ID #IMPLIED><!ATTLIST lifecycle id ID #IMPLIED><!ATTLIST lifecycle-factory id ID #IMPLIED><!ATTLIST list-entries id ID #IMPLIED><!ATTLIST locale-config id ID #IMPLIED><!ATTLIST managed-bean id ID #IMPLIED><!ATTLIST managed-bean-class id ID #IMPLIED><!ATTLIST managed-bean-name id ID #IMPLIED><!ATTLIST managed-bean-scope id ID #IMPLIED><!ATTLIST managed-property id ID #IMPLIED><!ATTLIST map-entries id ID #IMPLIED><!ATTLIST map-entry id ID #IMPLIED><!ATTLIST message-bundle id ID #IMPLIED><!ATTLIST navigation-case id ID #IMPLIED><!ATTLIST navigation-handler id ID #IMPLIED><!ATTLIST navigation-rule id ID #IMPLIED><!ATTLIST null-value id ID #IMPLIED><!ATTLIST phase-listener id ID #IMPLIED><!ATTLIST property id ID #IMPLIED><!ATTLIST property-class id ID #IMPLIED><!ATTLIST property-extension id ID #IMPLIED><!ATTLIST property-name id ID #IMPLIED><!ATTLIST property-resolver id ID #IMPLIED><!ATTLIST redirect id ID #IMPLIED><!ATTLIST referenced-bean id ID #IMPLIED><!ATTLIST referenced-bean-class id ID #IMPLIED><!ATTLIST referenced-bean-name id ID #IMPLIED><!ATTLIST render-kit id ID #IMPLIED><!ATTLIST render-kit-class id ID #IMPLIED><!ATTLIST render-kit-factory id ID #IMPLIED><!ATTLIST render-kit-id id ID #IMPLIED><!ATTLIST renderer id ID #IMPLIED><!ATTLIST renderer-class id ID #IMPLIED><!ATTLIST renderer-extension id ID #IMPLIED><!ATTLIST renderer-type id ID #IMPLIED><!ATTLIST small-icon id ID #IMPLIED><!ATTLIST state-manager id ID #IMPLIED><!ATTLIST suggested-value id ID #IMPLIED><!ATTLIST supported-locale id ID #IMPLIED><!ATTLIST to-view-id id ID #IMPLIED><!ATTLIST validator id ID #IMPLIED><!ATTLIST validator-class id ID #IMPLIED><!ATTLIST validator-id id ID #IMPLIED><!ATTLIST value id ID #IMPLIED><!ATTLIST value-class id ID #IMPLIED><!ATTLIST variable-resolver id ID #IMPLIED><!ATTLIST view-handler id ID #IMPLIED>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -