Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.chain.web.faces
Class FacesSetLocaleCommand  view FacesSetLocaleCommand download FacesSetLocaleCommand.java

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

public class FacesSetLocaleCommand
extends org.apache.commons.chain.web.AbstractSetLocaleCommand

Concrete implementation of org.apache.commons.chain.web.AbstractSetLocaleCommand for the JavaServer Faces API.


Field Summary
 
Fields inherited from class org.apache.commons.chain.web.AbstractSetLocaleCommand
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
FacesSetLocaleCommand()
           
 
Method Summary
protected  void setLocale(org.apache.commons.chain.Context context, java.util.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(org.apache.commons.chain.Context context,
                         java.util.Locale locale)

Establish the specified Locale for this response.