BrightSide Workbench Full Report + Source Code
org.turro.action.content.IContentIterator Interface Reference
Inheritance diagram for org.turro.action.content.IContentIterator:

Public Member Functions

Object addAttribute (String key, Object value)
 
void load ()
 
void render ()
 
boolean isEmpty ()
 
Writer getWriter ()
 

Static Public Attributes

static String PRELOAD_TMPL = "#preload"
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 26 of file IContentIterator.java.

Member Function Documentation

◆ addAttribute()

Object org.turro.action.content.IContentIterator.addAttribute ( String  key,
Object  value 
)

Implemented in org.turro.collections.CollectionHtmlIterator< E, ID >, and org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.

Here is the caller graph for this function:

◆ getWriter()

Writer org.turro.action.content.IContentIterator.getWriter ( )

Implemented in org.turro.collections.CollectionHtmlIterator< E, ID >, and org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.

Here is the caller graph for this function:

◆ isEmpty()

boolean org.turro.action.content.IContentIterator.isEmpty ( )

Implemented in org.turro.collections.CollectionHtmlIterator< E, ID >, and org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.

Here is the caller graph for this function:

◆ load()

void org.turro.action.content.IContentIterator.load ( )

◆ render()

void org.turro.action.content.IContentIterator.render ( )

Implemented in org.turro.collections.CollectionHtmlIterator< E, ID >, and org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.

Here is the caller graph for this function:

Member Data Documentation

◆ PRELOAD_TMPL

String org.turro.action.content.IContentIterator.PRELOAD_TMPL = "#preload"
static

Definition at line 28 of file IContentIterator.java.


The documentation for this interface was generated from the following file: