ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20.WebFacesPartialResponseDescriptor

Packages that use WebFacesPartialResponseDescriptor
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of WebFacesPartialResponseDescriptor in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20
 

Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return WebFacesPartialResponseDescriptor
 WebFacesPartialResponseDescriptor WebFacesPartialResponseDescriptor.removeChanges()
          Removes the changes element
 WebFacesPartialResponseDescriptor WebFacesPartialResponseDescriptor.removeError()
          Removes the error element
 WebFacesPartialResponseDescriptor WebFacesPartialResponseDescriptor.removeRedirect()
          Removes the redirect element
 

Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return types with arguments of type WebFacesPartialResponseDescriptor
 PartialResponseChangesType<WebFacesPartialResponseDescriptor> WebFacesPartialResponseDescriptor.getOrCreateChanges()
          If not already created, a new changes element with the given value will be created.
 PartialResponseErrorType<WebFacesPartialResponseDescriptor> WebFacesPartialResponseDescriptor.getOrCreateError()
          If not already created, a new error element with the given value will be created.
 PartialResponseRedirectType<WebFacesPartialResponseDescriptor> WebFacesPartialResponseDescriptor.getOrCreateRedirect()
          If not already created, a new redirect element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.