|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.site.content.admin.AbstractBasicContentEditorJAXBResult
public class AbstractBasicContentEditorJAXBResult
the JAXB-enabled result for the AbstractBasicContentEditor.
| Nested Class Summary | |
|---|---|
static class |
AbstractBasicContentEditorJAXBResult.ResultAttribute
Represents an "attribute" for the result - not to be confused with an attribute in XML. |
| Constructor Summary | |
|---|---|
AbstractBasicContentEditorJAXBResult()
|
|
| Method Summary | |
|---|---|
void |
addAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Adds a attribute to the root-container of this result. |
void |
addContent(org.jdom.Content c)
Adds a Content for this result. |
AbstractBasicContent |
getContent()
Returns the AbstractBasicContent. |
void |
setContent(AbstractBasicContent c)
Sets the content of the result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBasicContentEditorJAXBResult()
| Method Detail |
|---|
public final void setContent(AbstractBasicContent c)
c - the AbstractBasicContent to be setpublic final AbstractBasicContent getContent()
AbstractBasicContent.
AbstractBasicContent
public final void addAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
attributeName - the name of the attributeattributeValue - the value of the attributepublic final void addContent(org.jdom.Content c)
Content for this result.
c - the Content to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||