Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse22 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PartialResponseErrorType<T> |
PartialResponseErrorType.errorMessage(String errorMessage)
Sets the
error-message element |
PartialResponseErrorType<T> |
PartialResponseErrorType.errorName(String errorName)
Sets the
error-name element |
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 |
Copyright © 2016 JBoss by Red Hat. All rights reserved.