clientid
-
The clientId is calculated as the fully qualified name of the component given its container path .
给定组件容器的路径,clientId被计算成为组件的全限定名称。
-
The Field Renderer 's decode method grabs the clientId from the component to identify the request parameter to be looked up .
Field渲染器的decode方法从组件得到clientId,以标识要查找的请求参数。
-
Contextual tracing is highly subjective to the specific application , but consider the simplified example of a payroll-processing class with a processPayroll ( long clientId ) method .
上下文跟踪受具体的应用程序影响极大,但是可以考虑一个经过简化的例子:含有processPayroll(longclientId)方法的payroll-processing类。
-
Notice how the values from the map payload are used to populate the XML elements : some of the naming convention mismatches are resolved here ( for example , clientId becomes customerId ) .
注意mappayload中的值是如何用于组装XML元素的:这里解决了一些不匹配的命名约定(比如将clientId转换为customerId)。
-
Thus , because the example component is in a form ( a container ), its clientid would be as follows : nameOfForm : nameOfComponent or in the example cdForm : artist , cdForm : price , cdForm : title .
而且,因为示例组件在表单中(是个容器),所以它的clientid应当是nameOfForm:nameOfComponent这样的,或者是示例中的cdForm:artist、cdForm:price、cdForm:title。