- Mastering JavaServer Faces 2.2
- Anghel Leonard
- 170字
- 2021-12-08 12:41:25
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "For example, in the following example, you call a method named firstLambdaAction
—the lambda expression is invoked from this method."
A block of code is set as follows:
<ui:repeat value="#{get_sublist(myList, from, to)}" var="t"> #{t} </ui:repeat>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<h:dataTable value="#{playersBean.dataArrayList}" binding="#{table}" var="t">
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "When the Login button is clicked, JSF will call the playerLogin
method."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Android NDK Game Development Cookbook
- Intel FPGA/CPLD設(shè)計(jì)(高級(jí)篇)
- 電腦組裝、維護(hù)、維修全能一本通(全彩版)
- 3ds Max Speed Modeling for 3D Artists
- SiFive 經(jīng)典RISC-V FE310微控制器原理與實(shí)踐
- Internet of Things Projects with ESP32
- Intel Edison智能硬件開發(fā)指南:基于Yocto Project
- Blender Quick Start Guide
- Intel FPGA權(quán)威設(shè)計(jì)指南:基于Quartus Prime Pro 19集成開發(fā)環(huán)境
- Building Machine Learning Systems with Python
- 微控制器的應(yīng)用
- Angular 6 by Example
- FPGA實(shí)戰(zhàn)訓(xùn)練精粹
- Learning Microsoft Cognitive Services
- Applied Deep Learning with Keras