ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return PartialResponseErrorType
 PartialResponseErrorType<T> PartialResponseErrorType.errorMessage(String errorMessage)
          Sets the error-message element
 PartialResponseErrorType<T> PartialResponseErrorType.errorName(String errorName)
          Sets the error-name element
 PartialResponseErrorType<PartialResponseType<T>> PartialResponseType.getOrCreateError()
          If not already created, a new error 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.
 PartialResponseErrorType<T> PartialResponseErrorType.removeErrorMessage()
          Removes the error-message element
 PartialResponseErrorType<T> PartialResponseErrorType.removeErrorName()
          Removes the error-name element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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