You can use the Jython scripting language to display and modify the JavaServer Faces (JSF) implementation.
The listJSFImplementation command displays the JSF implementation and version for a specific application.
Target object
Specify the name of the application of interest. (String, required)
Required parameters
None.Return value
The command displays the JSF implementation and version. For example, if the command returns "SUNRI1.2", then JSF uses version 1.2 of the Sun Reference Implementation.
Batch mode example usage
AdminTask.listJSFImplementation('application1')
AdminTask.listJSFImplementation('application1')
Interactive mode example usage
AdminTask.listJSFImplementation('-interactive')
The modifyJSFImplementation command modifies the JSF implementation for a specific application.
Target object
Specify the name of the application of interest. (String, required)
Required parameters
Return value
The command does not return output.
Batch mode example usage
AdminTask.modifyJSFImplementation('-implName MyFaces')
AdminTask.modifyJSFImplementation('-implName', 'MyFaces')
Interactive mode example usage
AdminTask.modifyJSFImplementation('-interactive')