河流(River)的专栏

duming115的技术博客

杜明ID:duming115
13818次访问,排名7930(-3)好友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 笔记:标准组件(一)--组件列表--2008.04.16收藏

    新一篇: CSS:样式表引入@import与link的不同--2008.04.23 | 旧一篇: jsf in action 笔记:在页面的海洋中导航(3.4 Navigating the sea of pages)--2008.04.16

    2008.04.18 摘自 JSF in action--4.1 It’s all in the components  Page/138

    1.  组件是JSF区别于其它的框架的一个重要的特点.JSF中的标准组件会转换为标准的Html 4.01语言而且可以很好的与CSS及JavaScript结合.下表为JSF的标准组件的列表:

    Table 4.1 JSF includes several standard UI components for building HTML views. Related components
    with similar functionality are organized into families.

     Family

     Component

     Possible IDE Display
    Names

     Description

     Column

     UIColumn

     N/A

     A table column. Used to
    configure template
    columns for parent
    HtmlDataTable
    component.

     Command

     HtmlCommandButton

     

    HtmlCommandLink

     Command – Button,
    Button

     

    Command – Link,
    Link Action

    A form button that is an
    action source and can
    execute an action
    method.

    A hyperlink that is an
    action source and can
    execute an action
    method.
     

     Data

     HtmlDataTable

    Data Grid, Data Table 

    A data-aware table with
    customizable headers,
    footers, and other properties.
    Can connect to multiple
    types of data sources. 

     Form

     HtmlForm

     N/A

     An input form; must
    enclose all input components.

     Graphic

     HtmlGraphicImage

    Image 

    Displays an image based
    on its URL. 

    Input 

    HtmlInputHidden

    HtmlInputSecret

    HtmlInputText

    HtmlInputTextarea 

    Hidden Field

    Secret Field

    Text Field

    Multi Line Text Area 

     An input field of type ldquo;hidden”.

    An input field of type “password”.

    An input field of type ldquo;text”.

    A text area (multi-line input field).

     Message

    HtmlMessage 

     Display Error,
    Inline Message

    Displays messages for a
    specific component. 

     Messages

    HtmlMessages 

     Message List

    Displays all messages
    (component-related and/or
    application-related). 

     Output

    HtmlOutputFormat

    HtmlOutputLabel

    HtmlOutputLink

     HtmlOutputText

    UIOutput

     Formatted Output

    Component Label

    Hyperlink

    Output Text

    N/A

     Outputs parameterized text.

    A text label for an input field.

    A hyperlink that’s not
    associated with a usercommand.

    Plain text, with optional CSS formatting.

    Plain text (no formatting). Useful for
    enclosing HTML markup or other custom tags.

     Parameter

     UIParameter

     N/A

    An invisible component
    used to configure other
    components. 

     Panel

     HtmlPanelGrid

     

    HtmlPanelGroup

     Grid Panel

     

    Panel – Group Box,
    Group Box

    A table with customizable
    headers, footers, and
    other properties.

    Groups components together for use inside
    of other components, and to apply common
    styles or hide/display a group of components.
     

    Select-
    Boolean

     HtmlSelect-
    BooleanCheckbox

    Check Box, Checkbox 

    A single checkbox. 

     Select-
    Item

     UISelectItem

    N/A 

     Represents a single item
    or item group for use in
    SelectMany and Select-
    One components.

     Select-
    Items

     UISelectItems

     N/A

     Represents a collection of
    items or item groups for
    use in SelectMany and
    SelectOne components.

     Select-
    Many

     HtmlSelectManyCheckbox

    HtmlSelectManyListbox

    HtmlSelectManyMenu

     Check Box Group

    Multi Select Listbox

    N/A

     A table with a list of
    checkboxes, grouped together.

    A listbox that allows you to
    select multiple items.

    A multi-select listbox that shows
    one available option at a time.

     SelectOne

    HtmlSelectOneRadio

    HtmlSelectOneListbox

    HtmlSelectOneMenu 

    Radio Button Group

    Listbox

    Combo Box,
    Dropdown List
     

    A table of radio buttons,
    grouped together.

    A listbox that allows you to
    select a single item.

    A drop-down listbox that
    allows you to select a single item.
     

     ViewRoot

     UIViewRoot

     N/A

    Represents entire view;
    contains all components
    on the page. 

     

    发表于 @ 2008年04月18日 21:51:00|评论(loading...)|编辑

    新一篇: CSS:样式表引入@import与link的不同--2008.04.23 | 旧一篇: jsf in action 笔记:在页面的海洋中导航(3.4 Navigating the sea of pages)--2008.04.16

    评论:没有评论。

    发表评论  


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