public interface WebFacesPartialResponseDescriptor extends Descriptor, DescriptorNamespace<WebFacesPartialResponseDescriptor>
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesPartialResponseDescriptor descriptor = Descriptors.create(WebFacesPartialResponseDescriptor.class);
Modifier and Type | Method and Description |
---|---|
PartialResponseChangesType<WebFacesPartialResponseDescriptor> |
getOrCreateChanges()
If not already created, a new
changes element with the given value will be created. |
PartialResponseErrorType<WebFacesPartialResponseDescriptor> |
getOrCreateError()
If not already created, a new
error element with the given value will be created. |
PartialResponseRedirectType<WebFacesPartialResponseDescriptor> |
getOrCreateRedirect()
If not already created, a new
redirect element with the given value will be created. |
WebFacesPartialResponseDescriptor |
removeChanges()
Removes the
changes element |
WebFacesPartialResponseDescriptor |
removeError()
Removes the
error element |
WebFacesPartialResponseDescriptor |
removeRedirect()
Removes the
redirect element |
exportAsString, exportTo, getDescriptorName
addDefaultNamespaces, addNamespace, getNamespaces, removeAllNamespaces
PartialResponseChangesType<WebFacesPartialResponseDescriptor> getOrCreateChanges()
changes
element with the given value will be created.
Otherwise, the existing changes
element will be returned.PartialResponseChangesType
WebFacesPartialResponseDescriptor removeChanges()
changes
elementWebFacesPartialResponseDescriptor
PartialResponseRedirectType<WebFacesPartialResponseDescriptor> getOrCreateRedirect()
redirect
element with the given value will be created.
Otherwise, the existing redirect
element will be returned.PartialResponseRedirectType
WebFacesPartialResponseDescriptor removeRedirect()
redirect
elementWebFacesPartialResponseDescriptor
PartialResponseErrorType<WebFacesPartialResponseDescriptor> getOrCreateError()
error
element with the given value will be created.
Otherwise, the existing error
element will be returned.PartialResponseErrorType
WebFacesPartialResponseDescriptor removeError()
error
elementWebFacesPartialResponseDescriptor
Copyright © 2014 JBoss by Red Hat. All rights reserved.