|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartialResponseInsertType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 | Provides the interfaces and enumeration types as defined in the schema |
Uses of PartialResponseInsertType in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return PartialResponseInsertType | |
---|---|
PartialResponseInsertType<PartialResponseChangesType<T>> |
PartialResponseChangesType.createInsert()
Creates a new insert element |
PartialResponseInsertType<PartialResponseChangesType<T>> |
PartialResponseChangesType.getOrCreateInsert()
If not already created, a new insert element will be created and returned. |
PartialResponseInsertType<T> |
PartialResponseInsertType.removeAfter()
Removes the after element |
PartialResponseInsertType<T> |
PartialResponseInsertType.removeBefore()
Removes the before element |
Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return types with arguments of type PartialResponseInsertType | |
---|---|
List<PartialResponseInsertType<PartialResponseChangesType<T>>> |
PartialResponseChangesType.getAllInsert()
Returns all insert elements |
After<PartialResponseInsertType<T>> |
PartialResponseInsertType.getOrCreateAfter()
If not already created, a new after element with the given value will be created. |
Before<PartialResponseInsertType<T>> |
PartialResponseInsertType.getOrCreateBefore()
If not already created, a new before element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |