河流(River)的专栏

duming115的技术博客

用户操作
[即时聊天] [发私信] [加为好友]
河流(River)--duming115ID:duming115
19958次访问,排名6490,好友0人,关注者1人。
喜欢编程,也喜欢看一些编程的书
duming115的文章
原创 31 篇
翻译 14 篇
转载 68 篇
评论 4 篇
最近评论
duming115:1.索引页面是指索引页面中的文字,索引标签来说没有意义,不过搜索引擎会根据文字所在的不同标签内进行区域划分,比如标题等.
2.跟踪页面中的链接,是指的页面的pr值的传递,每个页面(url地址)都有一个pr值,这些pr值会传递给页面中的链接.
3.页面快照应该是指的google的搜索结果中的网页快照吧,应该是google的缓存.
sunshinebailin:学习了,只是有一些术语不太明白,如索引当前页面指的是索引页面的文字,还是页面元素?还有跟踪当前页面中所有的链接是什么意思?还有保存页面快照是什么东东?
psnccs:Wow gold
psnccs:Wow gold
文章分类
收藏
    相册
    seo--搜索引擎优化
    seobook
    搜索引擎优化SEO每天一贴_zac的博客
    点石互动
    我的好友
    健康快乐每一天
    邹可见的技术博客
    存档
    订阅我的博客
    XML聚合  FeedSky

    原创 request processing lifecycle收藏

    新一篇: request processing lifecycle phase1 restore view | 旧一篇: java try语句块 finally和return 的执行顺序

    The Request Processing Lifecycle. Flows with dotted lines are
    optional. JSF cycles through several phases as it processes each request.
    After each phase, event listeners are called. Listeners can either continue
    as normal, report errors and skip to the Render Response phase, or generate
    the response themselves.

    After most phases, JSF will broadcast events to any interested listeners (events
    can be associated with a particular phase). Event listeners perform application
    logic or manipulate components; they can also jump to the final phase, Render
    Response. A listener can even skip the final phase and render a response itself. It
    might do this if it were returning binary content, performing a redirect, or returning
    other content that isn’t related to JSF, like XML documents or ordinary HTML.

    Four of these phases can generate messages: Apply Request Values, Process                                     Validations, Update Model Values, and Invoke Application. With or without messages,
    it is the Render Response phase that sends output back to the user, unless
    a listener, renderer, or component has sent the response itself.

    Phase Description Events fired
    Restore View Finds or creates a tree of components for the selected
    view. Some components, like HtmlCommandButton, will
    generate action events (or other types of events) in this
    phase.
    Phase events
    Apply Request Values Updates the value of the components to equal ones sent
    in the request, optionally using converters. Adds conversion
    errors if there is an error. Also generates events from
    request parameters.
    Phase events, data
    model events,
    action events
    Process Validations Asks each component to validate itself (which may
    include using external validators). Validation error messages
    may be reported.
    Phase events, data
    model events,
    value-change
    events
    Update Model Values Updates all the values of backing beans or model objects
    associated with components. Conversion error messages
    may be reported.
    Phase events, data
    model events,
    Invoke Application Calls any registered action listeners. The default action
    listener will also execute action methods referenced by
    command components (like HtmlCommandButton) and
    choose the next view to be displayed.
    Phase events,
    action events
    Render Response Displays the selected view using the current display technology
    (like JSP).
    Phase events

    发表于 @ 2006年03月29日 07:57:00|评论(loading...)|编辑

    新一篇: request processing lifecycle phase1 restore view | 旧一篇: java try语句块 finally和return 的执行顺序

    评论:没有评论。

    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © 河流(River)--duming115