Class FacesSetLocaleCommand
java.lang.Object
org.apache.commons.chain.web.jakarta.SetLocaleCommand<FacesWebContext>
org.apache.commons.chain.web.jakarta.faces.FacesSetLocaleCommand
- All Implemented Interfaces:
Command<FacesWebContext>
Concrete implementation of
SetLocaleCommand
for
the JavaServer Faces API.-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Constructor Summary
ConstructorDescriptionConstruct a new instance to set the locale into the JavaServer Faces API. -
Method Summary
Methods inherited from class org.apache.commons.chain.web.jakarta.SetLocaleCommand
execute, getLocaleKey, setLocaleKey
-
Constructor Details
-
FacesSetLocaleCommand
public FacesSetLocaleCommand()Construct a new instance to set the locale into the JavaServer Faces API.
-