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

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

public class FacesGetLocaleCommand
extends AbstractGetLocaleCommand

Concrete implementation of AbstractGetLocaleCommand for the JavaServer Faces API.


Constructor Summary
FacesGetLocaleCommand()
           
 
Method Summary
protected  Locale getLocale(Context context)
          Retrieve and return the Locale for this request.
 
Methods inherited from class org.apache.commons.chain.web.AbstractGetLocaleCommand
execute, getLocaleKey, setLocaleKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesGetLocaleCommand

public FacesGetLocaleCommand()
Method Detail

getLocale

protected Locale getLocale(Context context)

Retrieve and return the Locale for this request.

Specified by:
getLocale in class AbstractGetLocaleCommand


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