|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.unitedfront2.web.view.RssView
public class RssView
RSS 用のビューです。
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
public static final String FEED_PARAM_NAME
public static final String SYSTEM_URL_PARAM_NAME
public static final String FEED_TYPE
public static final String ENCODING
public static final String TITLE_PREFIX
protected final Log logger
| コンストラクタの詳細 |
|---|
public RssView()
| メソッドの詳細 |
|---|
public String getContentType()
View 内の getContentType
public void render(Map model,
HttpServletRequest request,
HttpServletResponse response)
throws IOException,
FeedException
View 内の rendermodel - モデルrequest - HttpServletRequestresponse - HttpServletResponse
IOException - IOException
FeedException - FeedException
public void decorate(SyndFeed feed,
HttpServletRequest request)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||