|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Content | |
---|---|
org.weblab_project.core.model.content | |
org.weblab_project.services.contentconsumer.types | |
org.weblab_project.services.contentprovider.types |
Uses of Content in org.weblab_project.core.model.content |
---|
Subclasses of Content in org.weblab_project.core.model.content | |
---|---|
class |
BinaryContent
Binary content simply contains part of a binary large content. |
class |
TextContent
Text content simply contains part of a text in UTF-8. |
Methods in org.weblab_project.core.model.content that return Content | |
---|---|
Content |
ObjectFactory.createContent()
Create an instance of Content |
Uses of Content in org.weblab_project.services.contentconsumer.types |
---|
Fields in org.weblab_project.services.contentconsumer.types declared as Content | |
---|---|
protected Content |
SetContentArgs.content
|
Methods in org.weblab_project.services.contentconsumer.types that return Content | |
---|---|
Content |
SetContentArgs.getContent()
Gets the value of the content property. |
Methods in org.weblab_project.services.contentconsumer.types with parameters of type Content | |
---|---|
void |
SetContentArgs.setContent(Content value)
Sets the value of the content property. |
Uses of Content in org.weblab_project.services.contentprovider.types |
---|
Fields in org.weblab_project.services.contentprovider.types declared as Content | |
---|---|
protected Content |
GetContentReturn.content
|
Methods in org.weblab_project.services.contentprovider.types that return Content | |
---|---|
Content |
GetContentReturn.getContent()
Gets the value of the content property. |
Methods in org.weblab_project.services.contentprovider.types with parameters of type Content | |
---|---|
void |
GetContentReturn.setContent(Content value)
Sets the value of the content property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |