Package org.apache.myfaces.portlet.faces.testsuite.common.portlet.wrapper

Examples of org.apache.myfaces.portlet.faces.testsuite.common.portlet.wrapper.ActionRequestDecorator


    // done by navigation rule.
    if (BridgeUtil.getPortletRequestPhase() ==
        Bridge.PortletPhase.ACTION_PHASE)
    {
      ActionRequest aRequest =
        new ActionRequestDecorator((ActionRequest) extCtx.getRequest());

      extCtx.setRequest(aRequest);
      if (extCtx.getRequest() == aRequest)
      {
        testRunner.setTestResult(true,
View Full Code Here

TOP

Related Classes of org.apache.myfaces.portlet.faces.testsuite.common.portlet.wrapper.ActionRequestDecorator

Copyright © 2018 www.massapicom. 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.