Examples of contextPut()


Examples of org.olat.core.gui.components.velocity.VelocityContainer.contextPut()

            langTranslators.put(key, author);
          }
          ArrayHelper.sort(enabledKeys, names, true, true, true);
          aboutVC.contextPut("enabledKeys", enabledKeys);
          aboutVC.contextPut("langNames", langNames);
          aboutVC.contextPut("langTranslators", langTranslators);
          dmzPanel.pushContent(aboutVC);
        } else if (cmd.equals(ACTION_ACCESSIBILITY)) {
          VelocityContainer accessibilityVC = createVelocityContainer("accessibility");
          dmzPanel.pushContent(accessibilityVC);
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.