|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Control | |
---|---|
org.apache.abdera.factory | |
org.apache.abdera.model |
Uses of Control in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return Control | |
---|---|
Control |
Factory.newControl()
Create a new Control element. |
Control |
Factory.newControl(Element parent)
Create a new Control element as a child of the given Element. |
Uses of Control in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return Control | |
---|---|
Control |
Entry.addControl()
|
Control |
Entry.getControl()
Returns this entries Atom Publishing Protocol control element |
Control |
Entry.getControl(boolean create)
Returns this entries Atom Publishing Protocol control element. |
Control |
Control.setDraft(boolean draft)
Set to "true" if the entry should not be made publicly visible. |
Control |
Control.unsetDraft()
Removes the draft setting completely from the control element. |
Methods in org.apache.abdera.model with parameters of type Control | |
---|---|
Entry |
Entry.setControl(Control control)
Sets this entries Atom Publishing Protocol control element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |