|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Content | |
---|---|
org.apache.abdera.examples.appserver.employee | |
org.apache.abdera.factory | |
org.apache.abdera.model | |
org.apache.abdera.protocol.server.adapters.jcr |
Uses of Content in org.apache.abdera.examples.appserver.employee |
---|
Methods in org.apache.abdera.examples.appserver.employee with parameters of type Content | |
---|---|
Employee |
EmployeeCollectionAdapter.postEntry(String title,
IRI id,
String summary,
Date updated,
List<Person> authors,
Content content,
RequestContext request)
|
void |
EmployeeCollectionAdapter.putEntry(Employee employee,
String title,
Date updated,
List<Person> authors,
String summary,
Content content,
RequestContext request)
|
Uses of Content in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return Content | |
---|---|
Content |
Factory.newContent()
Create a new Content element. |
Content |
Factory.newContent(Content.Type type)
Create a new Content element of the given Content.Type. |
Content |
Factory.newContent(Content.Type type,
Element parent)
Create a new Content element of the given Content.Type as a child of the given Element. |
Content |
Factory.newContent(javax.activation.MimeType mediaType)
Create a new Content element of the given MediaType. |
Content |
Factory.newContent(javax.activation.MimeType mediaType,
Element parent)
Create a new Content element of the given MediaType as a child of the given Element. |
Uses of Content in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return Content | ||
---|---|---|
Content |
Entry.getContentElement()
Returns the content for this entry |
|
Content |
Entry.setContent(javax.activation.DataHandler dataHandler)
Sets the content for this entry |
|
Content |
Entry.setContent(javax.activation.DataHandler dataHandler,
String mediatype)
Sets the content for this entry |
|
Content |
Entry.setContent(Element value)
Sets the content for this entry |
|
Content |
Entry.setContent(Element element,
String mediaType)
Sets the content for this entry |
|
Content |
Entry.setContent(InputStream inputStream)
Sets the content for this entry |
|
Content |
Entry.setContent(InputStream inputStream,
String mediatype)
Sets the content for this entry |
|
Content |
Entry.setContent(IRI uri,
String mediatype)
Sets the content for this entry as out of line. |
|
Content |
Entry.setContent(String value)
Sets the content for this entry as @type="text" |
|
Content |
Entry.setContent(String value,
Content.Type type)
Sets the content for this entry |
|
Content |
Entry.setContent(String value,
String mediatype)
Sets the content for this entry |
|
Content |
Entry.setContentAsHtml(String value)
Sets the content for this entry as @type="html" |
|
Content |
Entry.setContentAsXhtml(String value)
Sets the content for this entry as @type="xhtml" |
|
Content |
Content.setContentType(Content.Type type)
Set the Content Type |
|
Content |
Content.setDataHandler(javax.activation.DataHandler dataHandler)
Sets the string value of the content element by Base64 encoding the specifed byte array. |
|
Content |
Content.setMimeType(String type)
RFC4287: On the atom:content element, the value of the "type" attribute MAY be one of "text", "html", or "xhtml". |
|
Content |
Content.setSrc(String src)
RFC4287: atom:content MAY have a "src" attribute, whose value MUST be an IRI reference. |
|
Content |
Content.setValue(String value)
Set the string value of the atom:content element |
|
|
Content.setValueElement(T value)
Set the value element of the content. |
|
Content |
Content.setWrappedValue(String wrappedValue)
Set the string value of the atom:content with the enclosing div tag |
Methods in org.apache.abdera.model with parameters of type Content | |
---|---|
Entry |
Entry.setContentElement(Content content)
Sets the content for this entry |
Uses of Content in org.apache.abdera.protocol.server.adapters.jcr |
---|
Methods in org.apache.abdera.protocol.server.adapters.jcr with parameters of type Content | |
---|---|
protected javax.jcr.Node |
JcrCollectionAdapter.mapEntryToNode(javax.jcr.Node entry,
String title,
String summary,
Date updated,
List<Person> authors,
Content content,
javax.jcr.Session session)
|
javax.jcr.Node |
JcrCollectionAdapter.postEntry(String title,
IRI id,
String summary,
Date updated,
List<Person> authors,
Content content,
RequestContext request)
|
protected javax.jcr.Node |
JcrCollectionAdapter.postEntry(String title,
String summary,
Date updated,
List<Person> authors,
Content content,
javax.jcr.Session session,
javax.jcr.Node collectionNode,
String resourceName,
int num)
|
void |
JcrCollectionAdapter.putEntry(javax.jcr.Node entry,
String title,
Date updated,
List<Person> authors,
String summary,
Content content,
RequestContext request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |