org.seasar.framework.mock.portlet
クラス MockPortletRequestDispatcherImpl

java.lang.Object
  拡張org.seasar.framework.mock.portlet.MockPortletRequestDispatcherImpl
すべての実装インタフェース:
MockPortletRequestDispatcher, javax.portlet.PortletRequestDispatcher

public class MockPortletRequestDispatcherImpl
extends java.lang.Object
implements MockPortletRequestDispatcher

MockPortletRequestDispatcherの実装クラスです。

作成者:
shinsuke

コンストラクタの概要
MockPortletRequestDispatcherImpl()
          MockPortletRequestDispatcherImplを作成します。
 
メソッドの概要
 void include(javax.portlet.RenderRequest arg0, javax.portlet.RenderResponse arg1)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MockPortletRequestDispatcherImpl

public MockPortletRequestDispatcherImpl()
MockPortletRequestDispatcherImplを作成します。

メソッドの詳細

include

public void include(javax.portlet.RenderRequest arg0,
                    javax.portlet.RenderResponse arg1)
             throws javax.portlet.PortletException,
                    java.io.IOException
定義:
インタフェース javax.portlet.PortletRequestDispatcher 内の include
例外:
javax.portlet.PortletException
java.io.IOException


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.