◆ AbstractUserContent()
org.turro.user.content.AbstractUserContent.AbstractUserContent |
( |
IContact |
contact | ) |
|
◆ addTag()
final void org.turro.user.content.AbstractUserContent.addTag |
( |
String |
tag | ) |
|
|
protected |
◆ compareTo()
◆ createIterator()
◆ createWriter()
Writer org.turro.user.content.AbstractUserContent.createWriter |
( |
| ) |
|
|
protected |
◆ getCaption()
String org.turro.user.content.AbstractUserContent.getCaption |
( |
| ) |
|
◆ getContact()
IContact org.turro.user.content.AbstractUserContent.getContact |
( |
| ) |
|
◆ getContent()
String org.turro.user.content.AbstractUserContent.getContent |
( |
| ) |
|
◆ getFullPath()
String org.turro.user.content.AbstractUserContent.getFullPath |
( |
| ) |
|
|
protected |
◆ getId()
String org.turro.user.content.AbstractUserContent.getId |
( |
| ) |
|
◆ getPriority()
int org.turro.user.content.AbstractUserContent.getPriority |
( |
| ) |
|
◆ getTags()
Set<String> org.turro.user.content.AbstractUserContent.getTags |
( |
| ) |
|
◆ isDirect()
boolean org.turro.user.content.AbstractUserContent.isDirect |
( |
| ) |
|
◆ render()
String org.turro.user.content.AbstractUserContent.render |
( |
IConstructor |
constructor | ) |
|
Implements org.turro.user.content.IElephantUserContent.
Definition at line 98 of file AbstractUserContent.java.
99 if(parsedContent ==
null) {
104 ci.addAttribute(
"ucId",
getId());
105 ci.addAttribute(
"ucTags", tags);
106 ci.addAttribute(
"ucCaption", caption);
107 ci.addAttribute(
"ucPriority", priority);
108 ci.addAttribute(
"ucRelation", direct ? 0 : 1);
111 parsedContent = ci.getWriter().toString();
114 return parsedContent;
abstract IContentIterator createIterator(IConstructor constructor)
abstract boolean showIfEmpty()
◆ reset()
void org.turro.user.content.AbstractUserContent.reset |
( |
| ) |
|
◆ setCaption()
final void org.turro.user.content.AbstractUserContent.setCaption |
( |
String |
caption | ) |
|
|
protected |
◆ setDirect()
final void org.turro.user.content.AbstractUserContent.setDirect |
( |
boolean |
direct | ) |
|
◆ setPriority()
final void org.turro.user.content.AbstractUserContent.setPriority |
( |
int |
priority | ) |
|
◆ showIfEmpty()
abstract boolean org.turro.user.content.AbstractUserContent.showIfEmpty |
( |
| ) |
|
|
abstractprotected |
The documentation for this class was generated from the following file: