类 WebSiteController


  • public class WebSiteController
    extends Object

    WebSiteController class.

    版本:
    1.3.9
    作者:
    scx567888
    • 方法详细资料

      • index

        public cool.scx.vo.Html index()
                               throws Exception

        index.

        返回:
        a Html object
        抛出:
        cool.scx.exception.NotFoundException - if any.
        Exception
      • channel

        public cool.scx.vo.Html channel​(String channelPath)
                                 throws Exception

        column.

        参数:
        channelPath - a String object
        返回:
        a Html object
        抛出:
        cool.scx.exception.NotFoundException - if any.
        Exception
      • content

        public cool.scx.vo.Html content​(String channelPath,
                                        Long contentID)
                                 throws Exception

        article.

        参数:
        channelPath - a String object
        contentID - a Long object
        返回:
        a Html object
        抛出:
        cool.scx.exception.NotFoundException - if any.
        Exception