org.unitedfront2.web.view
クラス RssView

java.lang.Object
  上位を拡張 org.unitedfront2.web.view.RssView
すべての実装されたインタフェース:
View

public class RssView
extends Object
implements View

RSS 用のビューです。

作成者:
kurokkie

フィールドの概要
static String ENCODING
          エンコードタイプ (UTF-8)
static String FEED_PARAM_NAME
          フィードの変数名
static String FEED_TYPE
          フィードタイプ (rss_2.0)
protected  Log logger
          ログ
static String SYSTEM_URL_PARAM_NAME
          システム URL の変数名 (_systemUrl)
static String TITLE_PREFIX
          タイトルにつける接頭辞 ([United Front] )
 
コンストラクタの概要
RssView()
           
 
メソッドの概要
 void decorate(SyndFeed feed, HttpServletRequest request)
           
 String getContentType()
           
 void render(Map model, HttpServletRequest request, HttpServletResponse response)
          フィードを出力します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

FEED_PARAM_NAME

public static final String FEED_PARAM_NAME
フィードの変数名


SYSTEM_URL_PARAM_NAME

public static final String SYSTEM_URL_PARAM_NAME
システム URL の変数名 (_systemUrl)

関連項目:
定数フィールド値

FEED_TYPE

public static final String FEED_TYPE
フィードタイプ (rss_2.0)

関連項目:
定数フィールド値

ENCODING

public static final String ENCODING
エンコードタイプ (UTF-8)

関連項目:
定数フィールド値

TITLE_PREFIX

public static final String TITLE_PREFIX
タイトルにつける接頭辞 ([United Front] )

関連項目:
定数フィールド値

logger

protected final Log logger
ログ

コンストラクタの詳細

RssView

public RssView()
メソッドの詳細

getContentType

public String getContentType()
定義:
インタフェース View 内の getContentType
戻り値:
'text/xml'

render

public void render(Map model,
                   HttpServletRequest request,
                   HttpServletResponse response)
            throws IOException,
                   FeedException
フィードを出力します。

定義:
インタフェース View 内の render
パラメータ:
model - モデル
request - HttpServletRequest
response - HttpServletResponse
例外:
IOException - IOException
FeedException - FeedException

decorate

public void decorate(SyndFeed feed,
                     HttpServletRequest request)


Copyright © 2007-2008 www.unitedfront2.org. All Rights Reserved.