org.zkoss.web.portlet
Class ServletPortletDispatcher

java.lang.Object
  extended by org.zkoss.web.portlet.ServletPortletDispatcher
All Implemented Interfaces:
javax.portlet.PortletRequestDispatcher

public class ServletPortletDispatcher
extends java.lang.Object
implements javax.portlet.PortletRequestDispatcher

A facade of a RequestDispatch for implementing PortletRequestDispatcher.

Author:
tomyeh

Method Summary
static javax.portlet.PortletRequestDispatcher getInstance(javax.servlet.RequestDispatcher rd)
          Returns a facade instance for the specified dispatcher.
 void include(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final javax.portlet.PortletRequestDispatcher getInstance(javax.servlet.RequestDispatcher rd)
Returns a facade instance for the specified dispatcher.


include

public void include(javax.portlet.RenderRequest request,
                    javax.portlet.RenderResponse response)
             throws javax.portlet.PortletException,
                    java.io.IOException
Specified by:
include in interface javax.portlet.PortletRequestDispatcher
Throws:
javax.portlet.PortletException
java.io.IOException


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo