com.opensymphony.xwork2.util
Class LocalizedTextUtil.MessageFormatKey

java.lang.Object
  extended by com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
Enclosing class:
LocalizedTextUtil

static class LocalizedTextUtil.MessageFormatKey
extends Object


Field Summary
(package private)  Locale locale
           
(package private)  String pattern
           
 
Constructor Summary
LocalizedTextUtil.MessageFormatKey(String pattern, Locale locale)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

String pattern

locale

Locale locale
Constructor Detail

LocalizedTextUtil.MessageFormatKey

LocalizedTextUtil.MessageFormatKey(String pattern,
                                   Locale locale)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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