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 |
---|---|
WebFacesPartialResponseDescriptor |
WebFacesPartialResponseDescriptor.id(String id)
Sets the
id attribute |
WebFacesPartialResponseDescriptor |
WebFacesPartialResponseDescriptor.removeChanges()
Removes the
changes element |
WebFacesPartialResponseDescriptor |
WebFacesPartialResponseDescriptor.removeError()
Removes the
error element |
WebFacesPartialResponseDescriptor |
WebFacesPartialResponseDescriptor.removeId()
Removes the
id attribute |
WebFacesPartialResponseDescriptor |
WebFacesPartialResponseDescriptor.removeRedirect()
Removes the
redirect element |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.