◆ afterCompose()
void org.turro.elephant.TemplateControl.afterCompose |
( |
| ) |
|
Definition at line 58 of file TemplateControl.java.
59 if(Authentication.hasContact()) {
60 getPage().setAttribute(
"rolemap", Authentication.getIContact().getPermissions().asMap(), SESSION_SCOPE);
62 getPage().setAttribute(
"rolemap",
new FlatPermissions().asMap(), SESSION_SCOPE);
◆ doFinally()
void org.turro.elephant.TemplateControl.doFinally |
( |
| ) |
|
|
protected |
Reimplemented in org.turro.students.www.EditResponseControl, org.turro.students.www.EditChallengeControl, org.turro.jobboard.EditPracticalWorkControl, org.turro.forum.www.CreateTopicControl, org.turro.zkoss.image.UploadImageControl, org.turro.signin.SignInControl, org.turro.skills.EditSkillsControl, org.turro.elephant.signin.ImpersonateControl, org.turro.auth.SignInControl, org.turro.auth.PasswordControl, org.turro.publication.zul.www.EditBlogControl, org.turro.dossier.zul.www.EditProjectControl, org.turro.www.directory.EditDataControl, org.turro.contacts.zul.register.RegisterControl, org.turro.contacts.service.EditServiceControl, org.turro.contacts.profile.EditRelationControl, org.turro.contacts.profile.EditProfileControl, and org.turro.contacts.profile.EditCProfileControl.
Definition at line 68 of file TemplateControl.java.
◆ setRootTmpl()
void org.turro.elephant.TemplateControl.setRootTmpl |
( |
String |
rootTmpl | ) |
|
◆ setTmpl()
void org.turro.elephant.TemplateControl.setTmpl |
( |
String |
tmpl | ) |
|
The documentation for this class was generated from the following file: