Examples of callDefaultAction()


Examples of de.innovationgate.wgpublisher.webtml.utils.TMLContext.callDefaultAction()

        preserver.preserve(Base.OPTION_WEBTML_SCOPE, actionLink.getWebtmlScope());
     
        try {
        // Inner call, depends, if this a default action or not
        if (actionLink.isDefaultAction()) {
          actionContext.callDefaultAction(actionLink.getDefaultAction(), params);
          if (actionLink.getPortletmode() != null && actionContext.getportlet() != null) {
            actionContext.getportlet().setmode(actionLink.getPortletmode());
          }
          applyPortletContext(actionLink, actionContext);
          return null;
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.