org.infoglue.deliver.portal
Class PortalService

java.lang.Object
  extended by org.infoglue.deliver.portal.PortalService

public class PortalService
extends java.lang.Object

This class handles portlet action requests. Determines if a request is a portlet action and executes the action if so.

Author:
robert lerner, jan danils, jöran stark

Constructor Summary
PortalService()
           
 
Method Summary
 boolean service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Determines wether a portlet action request is beeing sent and delegates that to the portlet container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalService

public PortalService()
Method Detail

service

public boolean service(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws PortalException
Determines wether a portlet action request is beeing sent and delegates that to the portlet container. In case of an action request a redirect is issued in order to encode state parameters in the path-part of the url.

Parameters:
request -
response -
Returns:
true if an action request is sent false otherwise.
Throws:
PortalException


Copyright © 2005 InfoGlue.org All Rights Reserved.