Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PartialResponseType<T> |
PartialResponseType.removeChanges()
Removes the
changes element |
PartialResponseType<T> |
PartialResponseType.removeError()
Removes the
error element |
PartialResponseType<T> |
PartialResponseType.removeRedirect()
Removes the
redirect element |
Modifier and Type | Method and Description |
---|---|
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 © 2014 JBoss by Red Hat. All rights reserved.