Deprecated API


Contents
Deprecated Fields
org.apache.myfaces.trinidad.convert.ColorConverter.DEFAULT_COLOR_FORMAT_PATTERNS
          use getDefaultColorFormatPatterns() 
org.apache.myfaces.trinidad.context.Agent.PLATFORM_MAC
            
 

Deprecated Methods
org.apache.myfaces.trinidad.component.UIXCollection.clearCurrencyStringCache()
          Have your Renderer implement ClientRowKeyManagerFactory and create your own ClientRowKeyManager instances. Then you can manage the lifecycle of each key inside your ClientRowKeyManager. 
org.apache.myfaces.trinidad.context.RequestContextFactory.createContext(Object, Object)
          This method does not work in a Portal environment. It will only work with a ServletRequest. Please use RequestContextFactory.createContext(ExternalContext) which is container agnostic. 
org.apache.myfaces.trinidad.util.Base64OutputStream.finish()
          use the close() method instead. 
org.apache.myfaces.trinidad.component.UIXCollection.getCurrencyString()
          use getClientRowKey 
org.apache.myfaces.trinidad.context.LocaleContext.getIANALocaleString()
          use getFormattingIANALocaleString() 
org.apache.myfaces.trinidad.context.LocaleContext.getLocale()
          use getFormattingLocale() 
org.apache.myfaces.trinidad.context.RequestContext.getProcessScope()
          use getPageFlowScope() 
org.apache.myfaces.trinidad.model.RowKeySetTreeImpl.invertAll()
          not implemented. 
org.apache.myfaces.trinidad.model.RowKeySetTreeImpl.isContainedByDefault()
          do not use. this will be removed post Tier 1. 
org.apache.myfaces.trinidad.model.RowKeySet.isContainedByDefault()
          remove asap 
org.apache.myfaces.trinidad.skin.Skin.registerStyleSheet(String)
          Use addSkinAddition(SkinAddition) instead. 
org.apache.myfaces.trinidad.component.UIXCollection.setCurrencyString(String)
          use setClientRowKey 
org.apache.myfaces.trinidad.render.CoreRenderer.toUri(Object)
          use toResourceUri 
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.