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

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

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

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

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.