Apache CXF API

org.apache.cxf.binding.http.strategy
Class EnglishInflector

java.lang.Object
  extended by org.apache.cxf.binding.http.strategy.Inflector
      extended by org.apache.cxf.binding.http.strategy.EnglishInflector

public class EnglishInflector
extends Inflector

Rules for English inflection.

Notice: Some portions of this class where ported from Ruby's ActiveSupport library which are Copyright (c) 2005-2006 David Heinemeier Hansson and under the MIT license.


Constructor Summary
EnglishInflector()
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.binding.http.strategy.Inflector
addIrregular, addPlural, addSingular, addUncountable, addUncountable, pluralize, singularlize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnglishInflector

public EnglishInflector()

Apache CXF API

Apache CXF