org.unitedfront2.web.controller.blog
クラス RssController
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.web.servlet.mvc.AbstractController
org.unitedfront2.web.controller.blog.RssController
- すべての実装されたインタフェース:
- ApplicationContextAware, ServletContextAware, Controller
@Repository(value="blog.rssController")
public class RssController
- extends AbstractController
ブログの RSS 表示用のコントローラです。
- 作成者:
- kurokkie
| クラス org.springframework.web.servlet.support.WebContentGenerator から継承されたメソッド |
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISPLAY_NUM
public static final int DISPLAY_NUM
- ブログ記事の表示件数 (20)
- 関連項目:
- 定数フィールド値
RssController
public RssController()
handleRequestInternal
protected ModelAndView handleRequestInternal(HttpServletRequest request,
HttpServletResponse response)
throws ServletRequestBindingException,
PageNotFoundException,
AccessDeniedException
- 定義:
- クラス
AbstractController 内の handleRequestInternal
- 例外:
ServletRequestBindingException
PageNotFoundException
AccessDeniedException
Copyright © 2007-2008 www.unitedfront2.org. All Rights Reserved.