Package org.jboss.portal.portlet.controller.response

Examples of org.jboss.portal.portlet.controller.response.ResourceResponse


      super(PortletResourceRequest.class, controller);
   }

   ControllerResponse processResponse(PortletControllerContext controllerContext, PortletResourceRequest request, PortletInvocationResponse response) throws PortletInvokerException
   {
      return new ResourceResponse(response);
   }
View Full Code Here

TOP

Related Classes of org.jboss.portal.portlet.controller.response.ResourceResponse

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.