河流(River)的专栏

duming115的技术博客

用户操作
[即时聊天] [发私信] [加为好友]
河流(River)--duming115ID:duming115
16802次访问,排名7098(-1)好友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

    翻译 jsf in action 笔记:潜藏对象(Implicit Variables)--2008.04.09 收藏

    新一篇: jsf in action 笔记:在组件中使用EL语言(Using the EL with components)--2008.04.11 | 旧一篇: jsf in action 笔记:页面语言(Expression Language)--2008.04.09

    2008.04.09 摘自 JSF in action 2.4.2 Using implicit variables   Page/115

    Table 2.6 The JSF EL supports implicit variables for accessing commonly used objects. Most of the
    same variables are supported by the JSP 2.0 EL.

     Implicit variable Description  Example  Supported
    in JSP 2.0
    EL? 

     applicationScope

     A Map of application-scoped variables,
    keyed by name.

     #{application-
    Scope.myVariable}

     Yes

     cookie

     A Map of cookie values for the
    current requested, keyed by
    cookie name.

    #{cookie.myCookie} 

    Yes 

     facesContext

     The FacesContext instance for
    the current request.

     #{facesContext}

     No

     header

     A Map of the HTTP header values
    for the current request, keyed by
    header name. If there are multiple
    values for the given header
    name, only the first is returned.

    #{header['User-Agent']} 

     Yes

     headerValues

     A Map of the HTTP header values
    for the current request, keyed by
    header name. For each key, an
    array of Strings is returned (so
    that all values can be accessed).

     #{headerValues['Accept-
    Encoding'][3]}

    Yes 

     initParam

     A Map of the application initialization
    parameters, keyed by
    parameter name. (These are also
    known as servlet context initialization
    parameters, and are set in
    the deployment descriptor).

     #{initParam.adminEmail}

     Yes

     param

    A Map of the request parameters,
    keyed by header name. If there
    are multiple values for the given
    parameter name, only the first is
    returned. 

     #{param.address}

     Yes

     paramValues

     A Map of the request parameters,
    keyed by header name. For each
    key, an array of Strings is
    returned (so that all values can
    be accessed).

    #{param.address[2]} 

    Yes 

     requestScope

     A Map of request scoped variables,
    keyed by name.

    #{requestScope.user-
    Preferences} 

    Yes 

     sessionScope

     A Map of session scoped variables,
    keyed by name.

     #{sessionScope['user']}

     Yes

     view

     The current view.

    #{view.locale} 

    No 

    发表于 @ 2008年04月09日 17:54:00|评论(loading...)|编辑

    新一篇: jsf in action 笔记:在组件中使用EL语言(Using the EL with components)--2008.04.11 | 旧一篇: jsf in action 笔记:页面语言(Expression Language)--2008.04.09

    评论:没有评论。

    发表评论  


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