Uses of Interface
net.mlw.vlh.web.util.DisplayHelper

Packages that use DisplayHelper
net.mlw.vlh.web This package contains tag libs to display a ValueList in a web environment. 
net.mlw.vlh.web.util   
 

Uses of DisplayHelper in net.mlw.vlh.web
 

Fields in net.mlw.vlh.web declared as DisplayHelper
static DisplayHelper ValueListConfigBean.DEFAULT_DISPLAY_HELPER
           
 

Methods in net.mlw.vlh.web that return DisplayHelper
 DisplayHelper ValueListConfigBean.getDisplayHelper()
           
 

Methods in net.mlw.vlh.web with parameters of type DisplayHelper
 void ValueListConfigBean.setDisplayHelper(DisplayHelper displayHelper)
           
 

Uses of DisplayHelper in net.mlw.vlh.web.util
 

Classes in net.mlw.vlh.web.util that implement DisplayHelper
 class ImagesHomeDisplayHelper
          The ImagesHomeDisplayHelper can be used by adding the folloing in the spring config file:
 class PassThroughDisplayHelper
          Default implementation that return the key passed in.
 class StrutsDisplayHelper
          The StrutsDisplayHelper is used to i18n the column headers.
 



Copyright © 2003-2006 mlavilson. All Rights Reserved.