Package org.jboss.portal.portlet.invocation

Examples of org.jboss.portal.portlet.invocation.PortletInvocation


   /** The serialVersionUID */
   private static final long serialVersionUID = 8522925340258546845L;

   protected HttpServletRequest getDispatchedRequest()
   {
      PortletInvocation invocation = getInvocation();
      return invocation.getDispatchedRequest();
   }
View Full Code Here

TOP

Related Classes of org.jboss.portal.portlet.invocation.PortletInvocation

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.