Deprecated API

Deprecated Classes
org.displaytag.properties.DisplayPropertiesLoaderServlet
          this servlet doesn't support i18n. The recommended way to load custom properties is adding a displaytag.properties file in your classpath. This will also load locale specific properties (for example displaytag_IT.properties) when needed. 
 

Deprecated Methods
org.displaytag.filter.BufferedResponseWrapper12Impl.encodeRedirectUrl(String)
            
org.displaytag.filter.BufferedResponseWrapper12Impl.encodeUrl(String)
            
org.displaytag.properties.SortOrderEnum.fromIntegerCode(Integer)
          use fromCode(Integer) 
org.displaytag.properties.MediaTypeEnum.fromIntegerCode(Integer)
          use fromCode(Integer) 
org.displaytag.tags.HtmlTableTag.setAlign(String)
          use css in "class" or "style" 
org.displaytag.tags.ColumnTag.setAlign(String)
          use css in "class" or "style" 
org.displaytag.tags.HtmlTableTag.setBackground(String)
          use css in "class" or "style" 
org.displaytag.tags.ColumnTag.setBackground(String)
          use css in "class" or "style" 
org.displaytag.tags.HtmlTableTag.setBgcolor(String)
          use css in "class" or "style" 
org.displaytag.tags.ColumnTag.setBgcolor(String)
          use css in "class" or "style" 
org.displaytag.tags.HtmlTableTag.setBorder(String)
          use css in "class" or "style" 
org.displaytag.tags.HtmlTableTag.setHeight(String)
          use css in "class" or "style" 
org.displaytag.tags.ColumnTag.setHeight(String)
          use css in "class" or "style" 
org.displaytag.tags.HtmlTableTag.setHspace(String)
          use css in "class" or "style" 
org.displaytag.tags.TableTag.setList(Object)
          use setName() to get the object from the page or request scope instead of setting it directly here 
org.displaytag.tags.ColumnTag.setNowrap(String)
          use css in "class" or "style" 
org.displaytag.tags.TableTag.setProperty(String)
          Use expressions in "name" attribute 
org.displaytag.tags.TableTag.setScope(String)
          Use expressions in "name" attribute 
org.displaytag.filter.BufferedResponseWrapper12Impl.setStatus(int, String)
            
org.displaytag.tags.HtmlTableTag.setStyleClass(String)
          use setClass() 
org.displaytag.tags.ColumnTag.setValign(String)
          use css in "class" or "style" 
org.displaytag.tags.HtmlTableTag.setVspace(String)
          use css in "class" or "style" 
org.displaytag.tags.HtmlTableTag.setWidth(String)
          use css in "class" or "style" 
org.displaytag.tags.ColumnTag.setWidth(String)
          use css in "class" or "style" 
 



Copyright © 2002-2005 the Displaytag team. All Rights Reserved.