BrightSide Workbench Full Report + Source Code
org.turro.elephant.web.context.WebLayout Class Reference

Public Member Functions

String getRoot ()
 
void setRoot (String root)
 
String getTemplate ()
 
void setTemplate (String template)
 
String getLocal ()
 
void setLocal (String local)
 

Detailed Description

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

Definition at line 25 of file WebLayout.java.

Member Function Documentation

◆ getLocal()

String org.turro.elephant.web.context.WebLayout.getLocal ( )

Definition at line 45 of file WebLayout.java.

45  {
46  return local;
47  }
Here is the caller graph for this function:

◆ getRoot()

String org.turro.elephant.web.context.WebLayout.getRoot ( )

Definition at line 29 of file WebLayout.java.

29  {
30  return root;
31  }

◆ getTemplate()

String org.turro.elephant.web.context.WebLayout.getTemplate ( )

Definition at line 37 of file WebLayout.java.

37  {
38  return template;
39  }

◆ setLocal()

void org.turro.elephant.web.context.WebLayout.setLocal ( String  local)

Definition at line 49 of file WebLayout.java.

49  {
50  this.local = local;
51  }

◆ setRoot()

void org.turro.elephant.web.context.WebLayout.setRoot ( String  root)

Definition at line 33 of file WebLayout.java.

33  {
34  this.root = root;
35  }

◆ setTemplate()

void org.turro.elephant.web.context.WebLayout.setTemplate ( String  template)

Definition at line 41 of file WebLayout.java.

41  {
42  this.template = template;
43  }

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