com.opensymphony.xwork2.interceptor
Class I18nInterceptor.LocaleFinder

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.I18nInterceptor.LocaleFinder
Enclosing class:
I18nInterceptor

protected class I18nInterceptor.LocaleFinder
extends Object


Field Summary
protected  ActionInvocation actionInvocation
           
protected  Object requestedLocale
           
protected  String storage
           
 
Constructor Summary
protected I18nInterceptor.LocaleFinder(ActionInvocation invocation)
           
 
Method Summary
protected  void find()
           
 Object getRequestedLocale()
           
 String getStorage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storage

protected String storage

requestedLocale

protected Object requestedLocale

actionInvocation

protected ActionInvocation actionInvocation
Constructor Detail

I18nInterceptor.LocaleFinder

protected I18nInterceptor.LocaleFinder(ActionInvocation invocation)
Method Detail

find

protected void find()

getStorage

public String getStorage()

getRequestedLocale

public Object getRequestedLocale()


Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.