+

Search Tips   |   Advanced Search

JSFCommands

Use the Jython scripting language to display and modify the JavaServer Faces (JSF) implementation.

To administer JSF:


listJSFImplementation

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

Interactive mode example usage


modifyJSFImplementation

The modifyJSFImplementation command modifies the JSF implementation for a specific application.

The modifyJSFImplementation command is only available in a mixed-cell environment. MyFaces is the only JSF implementation available in WebSphere Application Server traditional v9.0.

Target object:

Specify the name of the application of interest. (String, required.)

Required parameters:

-implName

Name of the implementation to use. Specify SUNRI1.2 to use the Sun Reference 1.2 implementation, or specify MyFaces to use the MyFaces implementation that is available by default. (String, required.)

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


Related:

  • JavaServer Faces
  • JSP class loading settings
  • Manage JavaServer Faces implementations
  • Administer applications
  • JSP and JSF option settings