| |||||||
FRAMES NO FRAMES |
Part of <composite:interface> section to specify additional Java imports.
Examples:
<cdk:import package="javax.faces.component" names="UIInput UIOutput" />
<cdk:import package="java.util" names="*" />
<cdk:import package="java.lang" names="String.valueOf" static="true" />
Attributes | ||||
Name | Required | Request-time | Type | Description |
package | true | true | java.lang.String | Base name of the package to be imported. |
names | false | true | java.lang.Object | Space-separated list of names to be imported. |
static | false | true | boolean | Defines whether the import is static. |
| |||||||
FRAMES NO FRAMES |