- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file Faces.java.
◆ getDocument()
Document org.turro.entities.Faces.getDocument |
( |
| ) |
|
Definition at line 52 of file Faces.java.
53 return Document.from(ElephantContext.getRealPath(createPath()));
◆ getPath()
String org.turro.entities.Faces.getPath |
( |
| ) |
|
◆ getUrl()
String org.turro.entities.Faces.getUrl |
( |
| ) |
|
Definition at line 46 of file Faces.java.
48 return Strings.isBlank(path) ? null :
49 (ElephantContext.getServerUrl(
"http") + path);
◆ getWebPath()
String org.turro.entities.Faces.getWebPath |
( |
| ) |
|
Definition at line 40 of file Faces.java.
42 return Strings.isBlank(path) ? null :
43 ElephantContext.getRootWebPath() + path;
◆ of() [1/2]
Definition at line 64 of file Faces.java.
65 return new Faces(
"contact", contact.getId());
◆ of() [2/2]
static Faces org.turro.entities.Faces.of |
( |
String |
entityRoot, |
|
|
String |
id |
|
) |
| |
|
static |
Definition at line 68 of file Faces.java.
69 return new Faces(entityRoot,
id);
The documentation for this class was generated from the following file: