All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.faces.web-partialresponse_3_0.xsd Maven / Gradle / Ivy



  

  
    

      Copyright (c) 2009, 2020 Oracle and/or its affiliates. All rights reserved.
      
      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 Server Faces (Version 3.0)  
      Partial Response used in JSF 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.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy