META-INF.schema.web-partialresponse_2_0.xsd Maven / Gradle / Ivy
The newest version!
$Id$
Copyright 2007 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
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
additional patents or pending patent applications in the
U.S. and other countries.
This document and the technology which it describes are
distributed under licenses restricting their use, copying,
distribution, and decompilation. No part of this document
may be reproduced in any form by any means without prior
written authorization of Sun and its licensors, if any.
Third-party software, including font technology, is
copyrighted and licensed from Sun suppliers.
Sun, Sun Microsystems, the Sun logo, Solaris, Java, Java EE,
JavaServer Pages, Enterprise JavaBeans and the Java Coffee
Cup logo are trademarks or registered trademarks of Sun
Microsystems, Inc. in the U.S. and other countries.
Federal Acquisitions: Commercial Software - Government Users
Subject to Standard License Terms and Conditions.
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.
The "partial-response" element is the root of thei partial
response information hierarchy, and contains nested elements for all
possible elements that can exist in the response.
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.