Deprecated API


Contents
Deprecated Methods
org.codehaus.waffle.i18n.MessageResourcesConfiguration.geDefaultLocale()
          Use getLocale() 
org.codehaus.waffle.i18n.MessageResourcesConfiguration.getDefaultResource()
          Use getURI() 
org.codehaus.waffle.i18n.MessageResources.getResource()
          Use getURI() 
org.codehaus.waffle.i18n.MessageResources.useResource(String)
          Use useURI(String) 
 

Deprecated Constructors
org.codehaus.waffle.i18n.DefaultMessageResourcesConfiguration(Locale, String)
          Use DefaultMessageResourcesConfiguration(String uri, Locale locale) 
org.codehaus.waffle.view.RedirectView(String, Object)
          - Use RedirectView(path) 
org.codehaus.waffle.view.View(String, Object)
          Use View(String) or View(ControllerDefinition) instead 
 



Copyright © 2008. All Rights Reserved.