com.sun.faces.web-partialresponse_4_1.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jakarta.faces Show documentation
Show all versions of jakarta.faces Show documentation
EE4J Compatible Implementation for Jakarta Faces API
The newest version!
Copyright (c) 2024 Contributors to Eclipse Foundation.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
The XML Schema for the Jakarta Faces (Version 4.1)
Partial Response used in Jakarta Faces Ajax frameworks.
]]>
The "partial-response" element is the root of the
partial response information hierarchy, and contains
nested elements for all possible elements that can exist
in the response.
This element must have an "id" attribute whose value
is the return from calling getContainerClientId() on the
UIViewRoot to which this response pertains.
]]>
The "partial-response" element is the root of the
partial response information hierarchy, and contains
nested elements for all possible elements that can exist
in the response.
]]>
This element must have an "id" attribute whose value
is the return from calling getContainerClientId() on the
UIViewRoot to which this response pertains.
]]>
The "changes" element contains a collection of child elements,
each of which describes a different change to be applied to the
view in the user agent.
]]>
The "eval" element enables this element's
contents to be executed as JavaScript.
]]>
The "update" element enables DOM elements matching the "id"
attribute to be updated with the contents of this element.
]]>
The "insert" element enables content to be inserted into the DOM
before or after an existing DOM element as specified by the
nested "before" or "after" elements. The elements "before" and
"after" are mutually exclusive - one of them must be specified.
]]>
The "delete" element enables DOM elements matching the "id"
attribute to be removed.
]]>
The "attributes" element enables attributes of DOM elements matching the "id"
attribute to be updated. If this element is used, then it must contain at
least one "attribute" element.
]]>
The "redirect" element enables a redirect to the location as specified by the
"url" attribute.
]]>
The "error" element contains error information from the server.
]]>
Extension element for partial response. It may contain
implementation specific content.
]]>