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

Public Member Functions

void setConstructor (IConstructor constructor)
 
void setEntityPath (String entityPath)
 
void setTemplate (String template)
 
boolean hasContent ()
 
void render (IConstructor constructor)
 
String parse (IConstructor constructor)
 

Detailed Description

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

Definition at line 26 of file IEntityCtrl.java.

Member Function Documentation

◆ hasContent()

boolean org.turro.action.IEntityCtrl.hasContent ( )

◆ parse()

String org.turro.action.IEntityCtrl.parse ( IConstructor  constructor)

Implemented in org.turro.students.www.StudentsCtrl.

Here is the caller graph for this function:

◆ render()

void org.turro.action.IEntityCtrl.render ( IConstructor  constructor)

◆ setConstructor()

void org.turro.action.IEntityCtrl.setConstructor ( IConstructor  constructor)

Implemented in org.turro.elephant.direct.AbstractDirectEntityCtrl, and org.turro.students.www.StudentsCtrl.

Here is the caller graph for this function:

◆ setEntityPath()

void org.turro.action.IEntityCtrl.setEntityPath ( String  entityPath)

Implemented in org.turro.elephant.direct.AbstractDirectEntityCtrl, and org.turro.students.www.StudentsCtrl.

Here is the caller graph for this function:

◆ setTemplate()

void org.turro.action.IEntityCtrl.setTemplate ( String  template)

Implemented in org.turro.students.www.StudentsCtrl.

Here is the caller graph for this function:

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