org.apache.commons.chain.web.faces
Class FacesSetLocaleCommand

java.lang.Object
  extended byorg.apache.commons.chain.web.AbstractSetLocaleCommand
      extended byorg.apache.commons.chain.web.faces.FacesSetLocaleCommand
All Implemented Interfaces:
Command

public class FacesSetLocaleCommand
extends AbstractSetLocaleCommand

Concrete implementation of AbstractSetLocaleCommand for the JavaServer Faces API.


Constructor Summary
FacesSetLocaleCommand()
           
 
Method Summary
protected  void setLocale(Context context, Locale locale)
          Establish the specified Locale for this response.
 
Methods inherited from class org.apache.commons.chain.web.AbstractSetLocaleCommand
execute, getLocaleKey, setLocaleKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesSetLocaleCommand

public FacesSetLocaleCommand()
Method Detail

setLocale

protected void setLocale(Context context,
                         Locale locale)
Description copied from class: AbstractSetLocaleCommand

Establish the specified Locale for this response.

Specified by:
setLocale in class AbstractSetLocaleCommand


Copyright © 2003-2005 The Apache Software Foundation. All Rights Reserved.