org.seasar.framework.mock.portlet
インタフェース MockPortletRenderResponse

すべてのスーパーインタフェース:
javax.portlet.PortletResponse, javax.portlet.RenderResponse
既知の実装クラスの一覧:
MockPortletRenderResponseImpl

public interface MockPortletRenderResponse
extends javax.portlet.RenderResponse

Portletのモック用のRenderResponseのインターフェースです。

作成者:
shot

フィールドの概要
 
インタフェース javax.portlet.RenderResponse から継承したフィールド
EXPIRATION_CACHE
 
メソッドの概要
 void setLocale(java.util.Locale locale)
          Localeを設定します。
 void setNamespace(java.lang.String namespace)
          名前空間を設定します。
 
インタフェース javax.portlet.RenderResponse から継承したメソッド
createActionURL, createRenderURL, flushBuffer, getBufferSize, getCharacterEncoding, getContentType, getLocale, getNamespace, getPortletOutputStream, getWriter, isCommitted, reset, resetBuffer, setBufferSize, setContentType, setTitle
 
インタフェース javax.portlet.PortletResponse から継承したメソッド
addProperty, encodeURL, setProperty
 

メソッドの詳細

setNamespace

public void setNamespace(java.lang.String namespace)
名前空間を設定します。

パラメータ:
namespace -

setLocale

public void setLocale(java.util.Locale locale)
Localeを設定します。

パラメータ:
locale -


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