|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Content | |
| com.infodesire.infobit | |
| com.infodesire.infobit.dao | |
| com.infodesire.infobit.data | |
| com.infodesire.infobit.render.velocity | |
| Uses of Content in com.infodesire.infobit |
| Methods in com.infodesire.infobit with parameters of type Content | |
void |
InfobitManager.setAttribute(Content content,
java.lang.String name,
java.lang.String value)
set attribute value for given infobit content. |
| Uses of Content in com.infodesire.infobit.dao |
| Methods in com.infodesire.infobit.dao with parameters of type Content | |
void |
InfobitDAO.setAttribute(Content content,
java.lang.String name,
java.lang.String value)
Sets the Attribute attribute of the Content object |
| Uses of Content in com.infodesire.infobit.data |
| Subinterfaces of Content in com.infodesire.infobit.data | |
interface |
BinaryContent
binary infobit content. |
interface |
PrimitiveContent
represents primitive content - everything that is not structured and exists in one piece |
interface |
Script
script is kind of content combining template infobit and several named infobit links |
interface |
Template
class representing template. |
interface |
TextContent
Textual infobit content. |
| Methods in com.infodesire.infobit.data that return Content | |
Content |
Version.getContent()
Gets the Content attribute of the Version object |
| Uses of Content in com.infodesire.infobit.render.velocity |
| Methods in com.infodesire.infobit.render.velocity with parameters of type Content | |
void |
ServletVelocityRenderer.renderContent(java.io.Writer writer,
Content content)
not sure it's good here. |
abstract void |
VelocityRenderer.renderContent(java.io.Writer writer,
Content content)
render infobit content in appropriate way |
void |
ExportVelocityRenderer.renderContent(java.io.Writer writer,
Content content)
not sure it's good here. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||