Class FacesGetLocaleCommand
java.lang.Object
org.apache.commons.chain.web.jakarta.GetLocaleCommand<FacesWebContext>
org.apache.commons.chain.web.jakarta.faces.FacesGetLocaleCommand
- All Implemented Interfaces:
org.apache.commons.chain.Command<FacesWebContext>
Concrete implementation of
GetLocaleCommand
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 get the locale from the JavaServer Faces API. -
Method Summary
Methods inherited from class org.apache.commons.chain.web.jakarta.GetLocaleCommand
execute, getLocaleKey, setLocaleKey
-
Constructor Details
-
FacesGetLocaleCommand
public FacesGetLocaleCommand()Construct a new instance to get the locale from the JavaServer Faces API.
-