BrightSide Workbench Full Report + Source Code
org.turro.composer.EntityPathComposer< E > Class Template Reference
Inheritance diagram for org.turro.composer.EntityPathComposer< E >:
Collaboration diagram for org.turro.composer.EntityPathComposer< E >:

Public Member Functions

void doBeforeComposeChildren (Component comp) throws Exception
 

Protected Attributes

String entityPath
 
entity
 

Detailed Description

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

Definition at line 30 of file EntityPathComposer.java.

Member Function Documentation

◆ doBeforeComposeChildren()

void org.turro.composer.EntityPathComposer< E >.doBeforeComposeChildren ( Component  comp) throws Exception

Definition at line 36 of file EntityPathComposer.java.

36  {
37  entityPath = (String) Executions.getCurrent().getAttribute("entityPath");
38  entity = (E) Executions.getCurrent().getAttribute("entity");
39  if(entity != null) {
40  entityPath = Entities.getController(entity).getPath();
41  }
42  super.doBeforeComposeChildren(comp);
43  }
Here is the call graph for this function:

Member Data Documentation

◆ entity

E org.turro.composer.EntityPathComposer< E >.entity
protected

Definition at line 33 of file EntityPathComposer.java.

◆ entityPath

String org.turro.composer.EntityPathComposer< E >.entityPath
protected

Definition at line 32 of file EntityPathComposer.java.


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